Description | The article describes how to enable disk encryption on Azure with FortiGate VM. |
Scope | FortiGate VM on Azure. |
Solution |
Execute the below command on Azure Powershell to register the encryption feature for the resource/subscription:
Register-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
Check whether the registration state is 'registered', takes a few minutes:
Get-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
Then launch the VM, and select 'encryption at host' in the 'disks' section of 'create a VM'.
On an existing VM, additional steps as mentioned below, should be followed to enable encryption:
Related document: |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.