Skip to content

Commit ebf80a3

Browse files
jianghao0718vgrl
andauthored
Clarify encryption for Azure managed disks (#55115)
Co-authored-by: Vanessa <[email protected]>
1 parent 3fb90a6 commit ebf80a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/admin/installing-your-enterprise-server/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ Before launching {% data variables.location.product_location %} on Azure, you'll
6464

6565
{% data reusables.enterprise_installation.necessary_ports %}
6666

67-
1. Create and attach a new unencrypted data disk to the VM, and configure the size based on your user license count. For more information, see [az vm disk attach](https://docs.microsoft.com/cli/azure/vm/disk?view=azure-cli-latest#az_vm_disk_attach) in the Microsoft documentation.
67+
1. Create and attach a new data disk to the VM, and configure the size based on your user license count. For more information, see [az vm disk attach](https://docs.microsoft.com/cli/azure/vm/disk?view=azure-cli-latest#az_vm_disk_attach) in the Microsoft documentation.
68+
69+
> [!NOTE]
70+
> All Azure managed disks created since June 10, 2017 are encrypted at rest by default with [Azure Storage Encryption](https://learn.microsoft.com/en-us/azure/storage/common/storage-service-encryption#about-azure-storage-service-side-encryption). Enabling Azure Disk Encryption for GitHub Enterprise Server is not supported.
6871
6972
Pass in options for the name of your VM (for example, `ghe-acme-corp`), the resource group, the premium storage SKU, the size of the disk (for example, `200`), and a name for the resulting VHD.
7073

0 commit comments

Comments
 (0)