We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d205e7 commit e8ac2edCopy full SHA for e8ac2ed
articles/site-recovery/quickstart-create-vault-terraform.md
@@ -114,7 +114,7 @@ An Azure Recovery Services vault is a storage entity in Azure that houses data s
114
$backup_policy_file_share_name=$(terraform output -raw backup_policy_file_share_name)
115
```
116
117
-1. Run [`Get-AzRecoveryServicesVault`](/powershell/module/az.recoveryservieces/get-azrecoveryservicesvault) to view the Azure Recovery Services vault.
+1. Run [`Get-AzRecoveryServicesVault`](/powershell/module/az.recoveryservices/get-azrecoveryservicesvault) to view the Azure Recovery Services vault.
118
119
```azurepowershell
120
Get-AzRecoveryServicesVault -ResourceGroupName $resource_group_name -Name $recovery_services_vault_name
0 commit comments