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.
2 parents 9df7910 + 8604fa2 commit b2a80e8Copy full SHA for b2a80e8
articles/application-gateway/key-vault-certs.md
@@ -124,7 +124,7 @@ Application Gateway supports certificates referenced in Key Vault via the Role-b
124
> [!Note]
125
> Specifying Azure Key Vault certificates that are subject to the role-based access control permission model is not supported via the portal.
126
127
-In this example, we’ll use PowerShell to reference a new Key Vault certificate.
+In this example, we’ll use PowerShell to reference a new Key Vault secret.
128
```
129
# Get the Application Gateway we want to modify
130
$appgw = Get-AzApplicationGateway -Name MyApplicationGateway -ResourceGroupName MyResourceGroup
0 commit comments