Skip to content

Commit 8a7b86e

Browse files
committed
Fix disallowed-html-tag warnings by wrapping placeholders in backticks
1 parent 3b7246b commit 8a7b86e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

articles/key-vault/managed-hsm/disaster-recovery-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ az keyvault create --hsm-name "<destination-hsm-name>" --resource-group "<resour
6363
The output of this command shows properties of the Managed HSM that you've created. The two most important properties are:
6464

6565
* **name**: The HSM name you specified. You'll use this name for other Key Vault commands.
66-
* **hsmUri**: The URI for your HSM (for example, 'https://<hsm-name>.managedhsm.azure.net'). Applications that use your HSM through its REST API must use this URI.
66+
* **hsmUri**: The URI for your HSM (for example, `https://<hsm-name>.managedhsm.azure.net`). Applications that use your HSM through its REST API must use this URI.
6767

6868
Your Azure account is now authorized to perform any operations on this Managed HSM. As of yet, nobody else is authorized.
6969

articles/key-vault/managed-hsm/quick-create-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ az keyvault create --hsm-name "<hsm-name>" --resource-group "<resource-group>" -
7676
The output of this command shows properties of the Managed HSM that you created. The two most important properties are:
7777

7878
* **name**: The name you specified. You use this name for other commands.
79-
* **hsmUri**: The URI for your HSM (for example, 'https://<hsm-name>.managedhsm.azure.net'). Applications that use your HSM through its REST API must use this URI.
79+
* **hsmUri**: The URI for your HSM (for example, `https://<hsm-name>.managedhsm.azure.net`). Applications that use your HSM through its REST API must use this URI.
8080

8181
Your Azure account is now authorized to perform any operations on this Managed HSM. As of yet, nobody else is authorized.
8282

0 commit comments

Comments
 (0)