Skip to content

Commit 09ff2b1

Browse files
committed
added info to complete ADO
1 parent 4eb0277 commit 09ff2b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/application-gateway/ssl-certificate-management.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ There are two primary scenarios when deleting a certificate from portal:
6666
| Port | The port associated with the listener gets updated to reflect the new state. |
6767
| Frontend IP | The frontend IP of the gateway gets updated to reflect the new state. |
6868

69+
### Deletion of a listener with an SSL certificate
70+
71+
When a listener with an associated SSL certificate is deleted, the SSL certificate itself is not deleted. The certificate will remain in the Application Gateway configuration and can be assigned to another listener.
72+
73+
6974
### Bulk update
7075
The bulk operation feature is helpful for large gateways having multiple SSL certificates for separate listeners. Similar to individual certificate management, this option also allows you to change the type from "Uploaded" to "Key Vault" or vice-versa (if required). This utility is also helpful in recovering a gateway when facing misconfigurations for multiple certificate objects simultaneously.
7176

@@ -86,6 +91,8 @@ To use the Bulk update option,
8691

8792
1. The Application Gateway requires at least one active Listener and Rule combination. You thus cannot delete the certificate of a HTTPS listener, if no other active listener exists. This is also true if there are only HTTPS listeners on your gateway, and all of them are referencing the same certificate. Such operations are prevented because deletion of a certificate leads to deletion of all dependent sub resources.
8893

94+
1. If a certificate is deleted in KeyVault but the reference to the certificate in Application Gateway is not deleted, the Application Gateway will appear in a failed state. To fix this, you must delete all the certificates without an associated listener one by one. To prevent this isssue, certificates must be deleted first on Application Gateway, then on KeyVault.
95+
8996

9097
## Next steps
9198
Read about

0 commit comments

Comments
 (0)