Skip to content

Commit f6c90e3

Browse files
authored
Merge pull request #185572 from JackStromberg/patch-38
Fixing typo
2 parents b5d7c23 + 6b60982 commit f6c90e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/key-vault-certs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Add-AzApplicationGatewaySslCertificate -KeyVaultSecretId $secretId -ApplicationG
136136
Set-AzApplicationGateway -ApplicationGateway $appgw
137137
```
138138
139-
Once the commands have been executed, you can navigate to your Application Gateway in the Azure portal and select the Listeners tab. Click Add Lister (or select an existing) and specify the Protocol to HTTPS.
139+
Once the commands have been executed, you can navigate to your Application Gateway in the Azure portal and select the Listeners tab. Click Add Listener (or select an existing) and specify the Protocol to HTTPS.
140140
141141
Under *Choose a certificate* select the certificate named in the previous steps. Once selected, select *Add* (if creating) or *Save* (if editing) to apply the referenced Key Vault certificate to the listener.
142142

0 commit comments

Comments
 (0)