File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/virtual-machines Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ You must enable the feature for your subscription before you can use encryption
33
33
34
34
1 . ** Azure portal** : Select the Cloud Shell icon on the [ Azure portal] ( https://portal.azure.com ) :
35
35
36
- ![ Screenshot of icon to launch the Cloud Shell from the Azure portal.] ( ../Cloud-Shell/media/overview/portal-launch-icon.png )
36
+ ![ Screenshot of icon to launch the Cloud Shell from the Azure portal.] ( ../Cloud-Shell/media/overview/portal-launch-icon.png )
37
37
38
38
1 . Execute the following command to register the feature for your subscription
39
39
40
40
### [ Azure PowerShell] ( #tab/azure-powershell )
41
41
42
42
``` powershell
43
- Register-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
43
+ Register-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
44
44
```
45
45
46
46
### [ Azure CLI] ( #tab/azure-cli )
@@ -56,7 +56,7 @@ You must enable the feature for your subscription before you can use encryption
56
56
### [ Azure PowerShell] ( #tab/azure-powershell )
57
57
58
58
``` powershell
59
- Get-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
59
+ Get-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
60
60
```
61
61
62
62
### [ Azure CLI] ( #tab/azure-cli )
You can’t perform that action at this time.
0 commit comments