Skip to content

Commit 60fb2db

Browse files
authored
Incorrect ASC auto-renewal time
The App Service certificate auto-renewal time is set to 48 hours, but 24 hours would be correct. Accouting to the document, App Serivce certificate auto-renewal time is 24 hours.
1 parent 297e831 commit 60fb2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/troubleshoot-domain-ssl-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The App Service certificate was renewed, but the app that uses the App Service c
202202

203203
#### Cause
204204

205-
App Service automatically syncs your certificate within 48 hours. When you rotate or update a certificate, sometimes the application is still retrieving the old certificate and not the newly updated certificate. The reason is that the job to sync the certificate resource hasn't run yet. To resolve this problem, sync the certificate, which automatically updates the hostname bindings for the certificate in App Service without causing any downtime to your apps.
205+
App Service automatically syncs your certificate within 24 hours. When you rotate or update a certificate, sometimes the application is still retrieving the old certificate and not the newly updated certificate. The reason is that the job to sync the certificate resource hasn't run yet. To resolve this problem, sync the certificate, which automatically updates the hostname bindings for the certificate in App Service without causing any downtime to your apps.
206206

207207
#### Solution
208208

0 commit comments

Comments
 (0)