Skip to content

Commit 11469f7

Browse files
committed
PR feedback
1 parent b10b201 commit 11469f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-app-configuration/howto-set-up-private-access.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ This command will prompt your web browser to launch and load an Azure sign-in pa
5050

5151
1. Fill out the form with the following information:
5252

53-
| Parameter | Description | Example |
54-
|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|
55-
| Subscription | Select an Azure subscription. Your private endpoint must be in the same subscription as your virtual network. You'll select a virtual network later in this how-to guide. | *MyAzureSubscription* |
56-
| Resource group | Select a resource group or create a new one. | *MyResourceGroup* |
57-
| Name | Enter a name for the new private endpoint for your App Configuration store. When using the Azure portal, the private endpoint connection name will be the same as the private endpoint name. App Configuration stores must have private endpoint connections with unique names. | *MyPrivateEndpoint* |
58-
| Network Interface Name | This field is completed automatically. Optionally edit the name of the network interface. | *MyPrivateEndpoint-nic* |
59-
| Region | Select a region. Your private endpoint must be in the same region as your virtual network. | *Central US* |
53+
| Parameter | Description | Example |
54+
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|
55+
| Subscription | Select an Azure subscription. Your private endpoint must be in the same subscription as your virtual network. You'll select a virtual network later in this how-to guide. | *MyAzureSubscription* |
56+
| Resource group | Select a resource group or create a new one. | *MyResourceGroup* |
57+
| Name | Enter a unique name for the new private endpoint for your App Configuration store. When using the Azure portal, the private endpoint connection name will be the same as the private endpoint name. App Configuration stores must have unique private endpoint connection names. | *MyPrivateEndpoint* |
58+
| Network Interface Name | This field is completed automatically. Optionally edit the name of the network interface. | *MyPrivateEndpoint-nic* |
59+
| Region | Select a region. Your private endpoint must be in the same region as your virtual network. | *Central US* |
6060

6161
:::image type="content" source="./media/private-endpoint/basics.png" alt-text="Screenshot of the Azure portal, create a private endpoint, basics tab.":::
6262

@@ -141,7 +141,7 @@ Once deployment is complete, you'll get a notification that your endpoint has be
141141
> | `<private-endpoint-name>` | Enter a name for your new private endpoint. | `MyPrivateEndpoint` |
142142
> | `<vnet-name>` | Enter the name of an existing vnet. | `Myvnet` |
143143
> | `<private-connection-resource-id>` | Enter your App Configuration store's private connection resource ID. This the ID you saved from the output of the previous step. | `/subscriptions/123/resourceGroups/MyResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/MyAppConfigStore`|
144-
> | `<connection-name>` | Enter a connection name. App Configuration stores must have private endpoint connections with unique names. |`MyConnection` |
144+
> | `<connection-name>` | Enter a connection name. App Configuration stores must have unique private endpoint connection names. |`MyConnection` |
145145
> | `<location>` | Enter an Azure region. Your private endpoint must be in the same region as your virtual network. |`centralus` |
146146
147147
---

0 commit comments

Comments
 (0)