Skip to content

Commit 09fabd1

Browse files
Merge pull request #314671 from jessie-jyy/patch-80
Update certificate renewal instructions in FAQ
2 parents 4a50575 + 33a671b commit 09fabd1

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

articles/frontdoor/front-door-faq.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sections:
5252
answer: |
5353
Azure Front Door isn't limited to any Azure region, but operates globally. The only location you have to choose when you create a Front Door is the location of the resource group, which determines where the resource group's metadata get stored. The Front Door profile is a global resource and its configuration is distributed to all edge locations worldwide.
5454
- question: |
55-
What are the locations of the Azure Front Door POPs (points-of-presence)?
55+
What are the locations of the Azure Front Door POPs (points-of-presfence)?
5656
answer: |
5757
For the complete list of points of presence (POPs) that provide global load balancing and content delivery for Azure Front Door, see [Azure Front Door POP locations](edge-locations-by-region.md). This list is updated regularly as new POPs are added or removed. You can also use the Azure Resource Manager API to query the current list of POPs programmatically.
5858
- question: |
@@ -346,6 +346,8 @@ sections:
346346
- Customers who didn't set the said Feature Flag before April 9, 2026, their profiles will be migrated to Azure Front Door Standard or Premium SKU on a "best effort" basis and should watch for an email related to their migration status. You can also check migration status by following steps in the following question.
347347
- Customers who set the said feature flag but are still consuming services with classic SKUs will have until April 14, 2026 to complete migration or move to BYOC.
348348
349+
After migration to Azure Front Door Standard/Premium, [update your DevOps pipeline scripts](https://learn.microsoft.com/en-us/azure/frontdoor/post-migration-dev-ops-experience) to deploy and manage the new Front Door Standard/Premium resources.
350+
349351
**Azure Front Door (classic)**
350352
351353
Before April 9, 2026:
@@ -357,6 +359,8 @@ sections:
357359
- For customers who do not set the feature flag by April 9, 2026, Microsoft will migrate their profiles to Azure Front Door Standard or Premium SKU on a "best effort" basis. Customers are advised to monitor their email for updates on migration status. You can also check migration status by following steps in the following question.
358360
- Customers who have set the said Feature Flag but are still consuming services with classic SKUs will have until April 14, 2026 to complete migration or move to BYOC.
359361

362+
After migration to Azure Front Door Standard/Premium, [update your DevOps pipeline scripts](https://learn.microsoft.com/en-us/azure/frontdoor/post-migration-dev-ops-experience) to deploy and manage the new Front Door Standard/Premium resources.
363+
360364
- question: |
361365
How to check the migration status?
362366
answer: |
@@ -395,11 +399,12 @@ sections:
395399
answer: |
396400
In most cases, no action is required. After your profile is migrated, Azure Front Door automatically attempts to rotate your managed certificate if it is within 45 days of expiry.
397401
- If your domain is CNAME-mapped to Azure Front Door and meets CAA record and domain state requirements, the certificate is auto-rotated. Auto-rotation job runs every 6-8 hours and takes around 24-48 hours to complete. If the autorotation fails, the domain validation state goes to 'Pending validation' and you can revalidate domain ownership to manually trigger validation.
398-
- If autorotation does not meet the above-mentioned validation requirements, the certificate state changes to Pending revalidation, and you need to revalidate domain ownership.
402+
- If your domain does not meet the above-mentioned validation requirements or has HTTPS disabled, the certificate state changes to Pending revalidation, and you must revalidate domain ownership.
399403
400-
You can manually revalidate domain ownership for renewal by:
401-
- Adding the required DNS validation record following step 3 for [domains pending validation]:(https://learn.microsoft.com/en-us/azure/frontdoor/standard-premium/how-to-add-custom-domain#add-a-new-custom-domain)
404+
You can manually revalidate domain ownership for renewal if you don't want to wait for the auto-rotation by either:
405+
- Adding the required DNS validation record following step 3 for [domains pending validation](https://learn.microsoft.com/en-us/azure/frontdoor/standard-premium/how-to-add-custom-domain#add-a-new-custom-domain)
402406
- Or triggering validation manually using PowerShell or Azure CLI (`RefreshValidation`).
407+
403408
404409
- name: Billing
405410
questions:

0 commit comments

Comments
 (0)