Skip to content

Commit c584ef6

Browse files
authored
correct code block syntax
1 parent c8adbfd commit c584ef6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/virtual-machines/workloads/sap/automation-configure-system.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,10 @@ Replace `<prefix>` with the name prefix of your environment, such as `DEV-WEEU-S
288288
The fencing agent details must be stored in the workload zone key vault using a predefined naming convention. Replace `<prefix>` with the name prefix of your environment, such as `DEV-WEEU-SAP01`, `<workload_kv_name>` with the name of the key vault from the workload zone resource group and for the other values use the values recorded from the previous step and run the script.
289289

290290

291-
```azurecli
292-
293-
```azurecli-interactive
294-
az keyvault secret set --name "<prefix>-fencing-spn-id" --vault-name "<workload_kv_name>" --value "<appId>";
295-
az keyvault secret set --name "<prefix>-fencing-spn-pwd" --vault-name "<workload_kv_name>" --value "<password>";
296-
az keyvault secret set --name "<prefix>-fencing-spn-tenant" --vault-name "<workload_kv_name>" --value "<tenant>";
297-
```
291+
```azurecli-interactive
292+
az keyvault secret set --name "<prefix>-fencing-spn-id" --vault-name "<workload_kv_name>" --value "<appId>";
293+
az keyvault secret set --name "<prefix>-fencing-spn-pwd" --vault-name "<workload_kv_name>" --value "<password>";
294+
az keyvault secret set --name "<prefix>-fencing-spn-tenant" --vault-name "<workload_kv_name>" --value "<tenant>";
298295
```
299296

300297
## Next steps

0 commit comments

Comments
 (0)