Skip to content

Commit a211564

Browse files
committed
Learn Editor: Update private-endpoint.md
1 parent aaf5689 commit a211564

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,23 @@ 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-
1. In the "Add Private Endpoint" dialog, enter this information:
54+
4. In the "Add Private Endpoint" dialog, enter this information:
5555

56-
| Setting | Value |
57-
| ------------------------------- | ----------------------------- |
58-
| Name | Enter **myPrivateEndpoint**. |
59-
| Subscription | Select your subscription. |
60-
| Virtual Network | Select your virtual network. |
61-
| Subnet | Select your subnet. |
62-
| Integrate with private DNS zone | Leave the default of **Yes**. |
56+
| Setting | Value |
57+
| ------------------------------- | ----------------------------- |
58+
| Name | Enter **myPrivateEndpoint**. |
59+
| Subscription | Select your subscription. |
60+
| Virtual Network | Select your virtual network. |
61+
| Subnet | Select your subnet. |
62+
| Integrate with private DNS zone | Leave the default of **Yes**. |
6363

6464
:::image type="content" source="media/create-private-link-dialog.png" alt-text="Screenshot of the Add Private Endpoint dialog in the Azure portal.":::
65-
66-
4. Select **Ok**.
65+
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)