Skip to content

Commit 9e1c546

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-security-docs-pr#540083
Updated line number 107, From az dedicated-hsm show --resource group myRG --name hsm1 To az dedicated-hsm show --resource-group myRG --name hsm1
1 parent 0c43fc7 commit 9e1c546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/dedicated-hsm/tutorial-deploy-hsm-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ After you configure your network, use these Azure CLI commands to provision your
104104
1. To see a current HSM, run the [az dedicated-hsm show](/cli/azure/dedicated-hsm#az-dedicated-hsm-show) command:
105105

106106
```azurecli
107-
az dedicated-hsm show --resource group myRG --name hsm1
107+
az dedicated-hsm show --resource-group myRG --name hsm1
108108
```
109109

110110
1. Provision the second HSM by using this command:

0 commit comments

Comments
 (0)