@@ -7,7 +7,6 @@ ms.author: pauljewell
7
7
ms.reviewer : brianl
8
8
ms.date : 07/18/2025
9
9
ms.lastreviewed : 07/21/2023
10
- zone_pivot_groups : select-os
11
10
---
12
11
13
12
# Enable and Validate VNet Encryption with Azure Managed Lustre
@@ -35,27 +34,25 @@ To enable VNet Encryption with AMLFS:
35
34
```
36
35
37
36
1 . Ensure Client VM Compatibility
37
+ Only specific VM series support VNet Encryption:
38
38
39
- Only specific VM series support VNet Encryption:
39
+ - Dsv6-series
40
+ - Ebsv5-series
40
41
41
- - Dsv6-series
42
- - Ebsv5-series
42
+ > [ !IMPORTANT]
43
+ > Unsupported VMs will not encrypt traffic, even if the VNet is encrypted.
44
+ > Existing VMs must be rebooted for encryption to be enabled.
43
45
44
- > [ !IMPORTANT]
45
- > Unsupported VMs will not encrypt traffic, even if the VNet is encrypted.
46
- > Existing VMs must be rebooted for encryption to be enabled.
46
+ 1 . Deploy AMLFS into an Encrypted VNet
47
+ You can deploy Azure Managed Lustre (AMLFS) into:
47
48
48
- 3 . Deploy AMLFS into an Encrypted VNet
49
+ - An encrypted VNet
50
+ - A peered VNet that also has encryption enabled
49
51
50
- You can deploy Azure Managed Lustre (AMLFS) into:
51
-
52
- - An encrypted VNet
53
- - A peered VNet that also has encryption enabled
54
-
55
- > [ !NOTE]
56
- > If you enable VNet Encryption on a VNet after deploying AMLFS, the cluster will not immediately support encrypted traffic.
57
- > Encryption capability is activated only after a maintenance event and cluster reboot.
58
- > Refer to the AMLFS maintenance window documentation for guidance on scheduling and managing updates.
52
+ > [ !NOTE]
53
+ > If you enable VNet Encryption on a VNet after deploying AMLFS, the cluster will not immediately support encrypted traffic.
54
+ > Encryption capability is activated only after a maintenance event and cluster reboot.
55
+ > Refer to the AMLFS maintenance window documentation for guidance on scheduling and managing updates.
59
56
60
57
## Enforcement Mode
61
58
@@ -84,8 +81,8 @@ To confirm that traffic between AMLFS and client VMs is encrypted:
84
81
az vm show --name < vm-name> --resource-group < rg-name> --query " storageProfile.osDisk.managedDisk.encryptionSettingsCollection"
85
82
```
86
83
87
- > [ !TIP]
88
- > For more information on verifying encryption, understanding performance impact, and managing certificate handling, see the #.
84
+ [ !TIP]
85
+ > For more information on verifying encryption, understanding performance impact, and managing certificate handling, see the #.
89
86
90
87
## Caveats and Limitations
91
88
0 commit comments