Skip to content

Commit c679744

Browse files
committed
Updates
1 parent bf72a40 commit c679744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/key-vault/general/manage-with-cli2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ To authorize the same application to read secrets in your vault, type the follow
215215
az keyvault set-policy --name "ContosoKeyVault" --spn 8f8c4bbd-485b-45fd-98f7-ec6300b7b4ed --secret-permissions get
216216
```
217217

218-
## <a name="bkmk_KVperCLI"></a> Setting key vault advanced access policies
218+
## Setting key vault advanced access policies
219219

220220
Use [az keyvault update](/cli/azure/keyvault#az-keyvault-update) to enable advanced policies for the key vault.
221221

articles/service-fabric/service-fabric-cluster-creation-via-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ az sf cluster create --resource-group $resourceGroupName --location $resourceGro
251251

252252
### Use a pointer to a secret uploaded into a key vault
253253

254-
To use an existing key vault, the key vault must be [enabled for deployment](../key-vault/general/manage-with-cli2.md#bkmk_KVperCLI) to allow the compute resource provider to get certificates from it and install it on cluster nodes.
254+
To use an existing key vault, the key vault must be [enabled for deployment](../key-vault/general/manage-with-cli2.md#setting-key-vault-advanced-access-policies) to allow the compute resource provider to get certificates from it and install it on cluster nodes.
255255

256256
Deploy the cluster using PowerShell:
257257

0 commit comments

Comments
 (0)