Edit

Share via


Encrypt Virtual Machine Scale Sets with Azure Resource Manager

Important

Azure Disk Encryption is scheduled for retirement on September 15, 2028. Until that date, you can continue to use Azure Disk Encryption without disruption. On September 15, 2028, ADE-enabled workloads will continue to run, but encrypted disks will fail to unlock after VM reboots, resulting in service disruption.

Use encryption at host for new VMs. All ADE-enabled VMs (including backups) must migrate to encryption at host before the retirement date to avoid service disruption. See Migrate from Azure Disk Encryption to encryption at host for details.

You can encrypt or decrypt Linux Virtual Machine Scale Sets using Azure Resource Manager templates.

Deploying templates

First, select the template that fits your scenario.

Then follow these steps:

  1. Click Deploy to Azure.
  2. Fill in the required fields then agree to the terms and conditions.
  3. Click Purchase to deploy the template.

Note

Virtual Machine Scale Set encryption is supported with API version 2017-03-30 onwards. If you are using templates to enable scale set encryption, update the API version for Virtual Machine Scale Sets and the ADE extension inside the template. See this sample template for more information.

Next steps