Skip to content

Commit 929a6c3

Browse files
authored
Update private-endpoint.md
1 parent bca40b8 commit 929a6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/private-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In this section, you create a private endpoint for your static web app.
6363
4. Select **Ok**.
6464

6565
> [!NOTE]
66-
> The name of the private DNS zone depends upon the default domain name suffix of the static web app. For example, if the default domain suffix of the app is `3.azurestaticapps.net`, the name of the private DNS zone must be `privatelink.3.azurestaticapps.net`. When a new static web app is created, its default domain suffix might be different from the default domain suffix(es) of previous static web apps. If you are using an automated deployment process to create the private DNS zone, you can use the `DefaultHostname` property in your app to programmatically extract the domain suffix. The `DefaultHostname` property value resembles `<StaticWebAppDefaultDomainPrefix>.<PartitionId>. azurestaticapps.net` or `<StaticWebAppDefaultDomainPrefix>. azurestaticapps.net`, where `<PartitionId>.azurestaticapps.net` or `azurestaticapps.net` is the respective default domain suffix.
66+
> The name of the private DNS zone depends upon the default domain name suffix of the static web app. For example, if the default domain suffix of the app is `3.azurestaticapps.net`, the name of the private DNS zone must be `privatelink.3.azurestaticapps.net`. When a new static web app is created, its default domain suffix might be different from the default domain suffix(es) of previous static web apps. If you are using an automated deployment process to create the private DNS zone, you can use the `DefaultHostname` property in your app to programmatically extract the domain suffix. The DefaultHostname property value resembles <StaticWebAppDefaultDomainPrefix>.<PartitionId>.azurestaticapps.net or <StaticWebAppDefaultDomainPrefix>.azurestaticapps.net. The default domain suffix resembles <PartitionId>.azurestaticapps.net or azurestaticapps.net.
6767
6868

6969
## Testing your private endpoint

0 commit comments

Comments
 (0)