You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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*|
| 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*|
60
60
61
61
:::image type="content" source="./media/private-endpoint/basics.png" alt-text="Screenshot of the Azure portal, create a private endpoint, basics tab.":::
62
62
@@ -141,7 +141,7 @@ Once deployment is complete, you'll get a notification that your endpoint has be
141
141
> | `<private-endpoint-name>` | Enter a name for your new private endpoint. | `MyPrivateEndpoint` |
142
142
> | `<vnet-name>` | Enter the name of an existing vnet. | `Myvnet` |
143
143
> | `<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` |
145
145
> | `<location>` | Enter an Azure region. Your private endpoint must be in the same region as your virtual network. |`centralus` |
0 commit comments