Skip to content

Commit b04931a

Browse files
authored
Merge pull request #187427 from BryanTrach-MSFT/patch-113
(AzureCXP) fixes MicrosoftDocs/azure-docs#86972
2 parents 574da2a + 0b05839 commit b04931a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-ssl-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Before a certificate expires, you should add the renewed certificate into App Se
342342
To replace an expiring certificate, how you update the certificate binding with the new certificate can adversely affect user experience. For example, your inbound IP address can change when you delete a binding, even if that binding is IP-based. This is especially important when you renew a certificate that's already in an IP-based binding. To avoid a change in your app's IP address, and to avoid downtime for your app due to HTTPS errors, follow these steps in order:
343343

344344
1. [Upload the new certificate](#upload-a-private-certificate).
345-
2. [Bind the new certificate to the same custom domain](configure-ssl-bindings.md) without deleting the existing (expiring) certificate. This action replaces the binding instead of removing the existing certificate binding.
345+
2. Bind the new certificate to the same custom domain without deleting the existing (expiring) certificate. This action replaces the binding instead of removing the existing certificate binding. To do this, navigate to the TLS/SSL settings blade of your App Service and select the Add Binding button.
346346
3. Delete the existing certificate.
347347

348348
### Renew an App Service certificate

0 commit comments

Comments
 (0)