You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/configure-ssl-app-service-certificate.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Once your certificate is domain-verified, [you're ready to import it into an App
110
110
By default, App Service certificates have a one-year validity period. Before the expiration date, you can automatically or manually renew App Service certificates in one-year increments. The renewal process effectively gives you a new App Service certificate with the expiration date extended to one year from the existing certificate's expiration date.
111
111
112
112
> [!NOTE]
113
-
> Starting September 23 2021, if you haven't verified the domain in the last 395 days, App Service certificates require domain verification during a renewor rekey process. The new certificate order remains in "pending issuance" mode during the renew or rekey process until you complete the domain verification.
113
+
> Starting September 23 2021, if you haven't verified the domain in the last 395 days, App Service certificates require domain verification during a renew, auto-renew, or rekey process. The new certificate order remains in "pending issuance" mode during the renew, auto-renew, or rekey process until you complete the domain verification.
114
114
>
115
115
> Unlike the free App Service managed certificate, purchased App Service certificates don't have automated domain re-verification. Failure to verify domain ownership results in failed renewals. For more information about how to verify your App Service certificate, review [Confirm domain ownership](#confirm-domain-ownership).
The downloaded PFX file is a raw PKCS12 file that contains both the public and private certificates and has an import password that's an empty string. You can locally install the file by leaving the password field empty. You can't [upload the file as-is into App Service](configure-ssl-certificate.md#upload-a-private-certificate) because the file isn't [password protected](configure-ssl-certificate.md#private-certificate-requirements).
209
209
210
+
## Use Azure Advisor for App Service certificate
211
+
212
+
App Service certificate is integrated with [Azure Advisor](/azure/advisor/advisor-overview.md) to provide reliability recommendations for when your certificate requires domain verification. You must verify domain ownership for your certificate during renew, auto-renew, or rekey process if you haven't verified the domain in the last 395 days. To ensure you do not miss any certificate that requires verification or risk any certificate from expiring, you can utlize Azure Advisor to view and set up alerts for App Service certificate.
213
+
214
+
### View Advisor recommendation
215
+
216
+
To view Advisor recommendation for App Service certificate:
217
+
218
+
1. Navigate to the [Azure Advisor page](https://portal.azure.com/#view/Microsoft_Azure_Expert/AdvisorMenuBlade/~/overview).
219
+
220
+
1. From the left menu, select **Recommendations** > **Reliability**
221
+
222
+
1. Select the filter option **Type equals** and search for **App Service Certificates** from the dropdown list. If the value does not exist on the dropdown menu, then that means no recommendation has been generated for your App Service certificate resources because none of them requires domain ownership verification.
223
+
224
+
### Create Advisor Alerts
225
+
226
+
You [create Azure Advisor alerts on new recommendations] using different configurations. To set up Advisor Alerts specifically for App Serivice certificate so you can get notifications when your certificate requires domain ownership validation:
227
+
228
+
1. Navigate to the [Azure Advisor page](https://portal.azure.com/#view/Microsoft_Azure_Expert/AdvisorMenuBlade/~/overview).
229
+
230
+
1. From the left menu, select **Monitoring** > **Alerts (Preview)**
231
+
232
+
1. Click on **+ New Advisor Alert** on the action bar at the top. This will open a new blade called "Create Advisor Alerts".
233
+
234
+
1. Under **Condition** select the following:
235
+
236
+
|-|-|
237
+
|Configured by| Recommendation Type|
238
+
|Recommendation Type|Domain verification required to issue your App Service Certificate|
239
+
240
+
1. Fill out the rest of the required fields, then select the **Create alert** button at the bottom.
241
+
210
242
## Delete an App Service certificate
211
243
212
244
If you delete an App Service certificate, the delete operation is irreversible and final. The result is a revoked certificate, and any binding in App Service that uses the certificate becomes invalid.
0 commit comments