Skip to content

Commit 3397c9a

Browse files
Merge pull request #288228 from ansheppa/docs-editor/private-endpoint-1728650526
Update private-endpoint.md
2 parents 3008d68 + a211564 commit 3397c9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ In this section, you create a private endpoint for your static web app.
4747
4848
1. In the portal, open your static web app.
4949

50-
1. Select the **Private Endpoints** option from the side menu.
50+
2. Select the **Private Endpoints** option from the side menu.
5151

52-
2. Select **Add**.
52+
3. Select **Add**.
5353

54-
3. In the "Add Private Endpoint" dialog, enter this information:
54+
4. In the "Add Private Endpoint" dialog, enter this information:
5555

5656
| Setting | Value |
5757
| ------------------------------- | ----------------------------- |
@@ -61,9 +61,9 @@ In this section, you create a private endpoint for your static web app.
6161
| Subnet | Select your subnet. |
6262
| Integrate with private DNS zone | Leave the default of **Yes**. |
6363

64-
:::image type="content" source="media/create-private-link-dialog.png" alt-text="./media/create-private-link-dialog.png":::
64+
:::image type="content" source="media/create-private-link-dialog.png" alt-text="Screenshot of the Add Private Endpoint dialog in the Azure portal.":::
6565

66-
4. Select **Ok**.
66+
5. Select **Ok**.
6767

6868
> [!NOTE]
6969
> 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 is `privatelink.3.azurestaticapps.net`. When a new static web app is created, the 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 `<STATIC_WEB_APP_DEFAULT_DOMAIN_PREFIX>.<PARTITION_ID>.azurestaticapps.net` or `STATIC_WEB_APP_DEFAULT_DOMAIN_PREFIX.azurestaticapps.net`. The default domain suffix resembles `<PARTITION_ID>.azurestaticapps.net` or `azurestaticapps.net`.

0 commit comments

Comments
 (0)