Skip to content

Commit 20b1e26

Browse files
committed
fix indentation causing the build warning
1 parent 1b57abe commit 20b1e26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/disks-enable-host-based-encryption-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ You must enable the feature for your subscription before you can use encryption
3333

3434
1. **Azure portal**: Select the Cloud Shell icon on the [Azure portal](https://portal.azure.com):
3535

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)
3737

3838
1. Execute the following command to register the feature for your subscription
3939

4040
### [Azure PowerShell](#tab/azure-powershell)
4141

4242
```powershell
43-
Register-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
43+
Register-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
4444
```
4545

4646
### [Azure CLI](#tab/azure-cli)
@@ -56,7 +56,7 @@ You must enable the feature for your subscription before you can use encryption
5656
### [Azure PowerShell](#tab/azure-powershell)
5757

5858
```powershell
59-
Get-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
59+
Get-AzProviderFeature -FeatureName "EncryptionAtHost" -ProviderNamespace "Microsoft.Compute"
6060
```
6161

6262
### [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)