Skip to content

Commit e4b8610

Browse files
Merge pull request #305152 from gabesmsft/patch-1
Update custom domain verification details in documentation
2 parents 29a3b0b + f12dbf0 commit e4b8610

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

articles/static-web-apps/custom-domain.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ The following are terms you might encounter as you set up a custom domain.
5151

5252
* **Name server**: A name server is responsible for storing the DNS records for a domain.
5353

54-
For custom domain verification to work with Static Web Apps, the DNS must be publicly resolvable. After the domain is added, one of the following conditions must be met for automatic certificate renewal to work:
55-
56-
* Ensure that the public internet `CNAME` DNS record used to add the custom domain to the Static Web App via `CNAME` validation is still present. This option is only valid if `CNAME` validation was used to add the domain to the static web app.
57-
58-
* Ensure that the custom domain resolves to the static web app over public internet. This option is valid regardless of the validation method used to add the domain to the web app. This approach is valid even when you enable private endpoints. The purpose of a private endpoint for Static Web Apps is to block internet access to the site contents, but not to block internet DNS resolution to the site.
54+
For custom domain verification to work with Static Web Apps, the DNS must be publicly resolvable. For automatic certificate renewal to work, the custom domain must resolve to the static web app over public internet. Automatic certificate renewal is supported even when you enable private endpoints. The purpose of a private endpoint for Static Web Apps is to block internet access to the site contents, but not to block internet DNS resolution to the site.
5955

6056
## Zero downtime migration
6157

0 commit comments

Comments
 (0)