Skip to content

Commit c0c5255

Browse files
committed
Updating create private endpoint portal UX
1 parent 4186362 commit c0c5255

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed
33.6 KB
Loading
34.1 KB
Loading
27.1 KB
Loading
25.7 KB
Loading
46.9 KB
Loading

includes/storage-files-networking-endpoints-private-portal.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,36 @@
55
author: khdownie
66
ms.service: storage
77
ms.topic: include
8-
ms.date: 04/15/2021
8+
ms.date: 08/03/2022
99
ms.author: kendownie
1010
ms.custom: include file
1111
---
1212
Navigate to the storage account for which you would like to create a private endpoint. In the table of contents for the storage account, select **Networking**, **Private endpoint connections**, and then **+ Private endpoint** to create a new private endpoint.
1313

1414
[![A screenshot of the private endpoint connections item in the storage account table of contents](media/storage-files-networking-endpoints-private-portal/create-private-endpoint-0.png)](media/storage-files-networking-endpoints-private-portal/create-private-endpoint-0.png#lightbox)
1515

16+
:::image type="content" source="media/storage-files-networking-endpoints-private-portal/create-private-endpoint-0.png" alt-text="Screenshot of the private endpoint connections item in the storage account table of contents." lightbox="media/storage-files-networking-endpoints-private-portal/create-private-endpoint-0.png" border="true":::
17+
1618
The resulting wizard has multiple pages to complete.
1719

18-
In the **Basics** blade, select the desired resource group, name, and region for your private endpoint. These can be whatever you want, they don't have to match the storage account in any way, although you must create the private endpoint in the same region as the virtual network you wish to create the private endpoint in.
20+
In the **Basics** blade, select the desired subscription, resource group, name, network interface name, and region for your private endpoint. These can be whatever you want, they don't have to match the storage account in any way, although you must create the private endpoint in the same region as the virtual network you wish to create the private endpoint in. Then select **Next: Resource**.
21+
22+
:::image type="content" source="media/storage-files-networking-endpoints-private-portal/private-endpoint-basics.png" alt-text="Screenshot showing how to provide the project and instance details for a new private endpoint." lightbox="media/storage-files-networking-endpoints-private-portal/private-endpoint-basics.png" border="true":::
23+
24+
In the **Resource** blade, select **file** for the target sub-resource. Then select **Next: Virtual Network**.
25+
26+
:::image type="content" source="media/storage-files-networking-endpoints-private-portal/private-endpoint-resource.png" alt-text="Screenshot showing how to select which resource you would like to connect to using the new private endpoint." lightbox="media/storage-files-networking-endpoints-private-portal/private-endpoint-resource.png" border="true":::
27+
28+
The **Virtual Network** blade allows you to select the specific virtual network and subnet you would like to add your private endpoint to. Select dynamic or static IP address allocation for the new private endpoint. If you select static, you'll also need to provide a name and a private IP address. You can also optionally specify an application security group. When you're finished, select **Next: DNS**.
29+
30+
:::image type="content" source="media/storage-files-networking-endpoints-private-portal/private-endpoint-virtual-network.png" alt-text="Screenshot showing how to provide virtual network, subnet, and IP address details for the new private endpoint." lightbox="media/storage-files-networking-endpoints-private-portal/private-endpoint-virtual-network.png" border="true":::
1931

20-
![A screenshot of the Basics section in the create private endpoint section](media/storage-files-networking-endpoints-private-portal/create-private-endpoint-1.png)
32+
The **DNS** blade contains the information for integrating your private endpoint with a private DNS zone. Make sure the subscription and resource group are correct, then select **Next: Tags**.
2133

22-
In the **Resource** blade, select the radio button for **Connect to an Azure resource in my directory**. Under **Resource type**, select **Microsoft.Storage/storageAccounts** for the resource type. The **Resource** field is the storage account with the Azure file share you wish to connect to. Target sub-resource is **file**, since this is for Azure Files.
34+
:::image type="content" source="media/storage-files-networking-endpoints-private-portal/private-endpoint-dns.png" alt-text="Screenshot showing how to integrate your private endpoint with a private DNS zone." lightbox="media/storage-files-networking-endpoints-private-portal/private-endpoint-dns.png" border="true":::
2335

24-
The **Configuration** blade allows you to select the specific virtual network and subnet you would like to add your private endpoint to. You must select a distinct subnet from the subnet you added your service endpoint to above. The Configuration blade also contains the information for creating/update the private DNS zone. We recommend using the default `privatelink.file.core.windows.net` zone.
36+
You can optionally apply tags to categorize your resources, such as applying the name **Environment** and the value **Test** to all testing resources. Enter name/value pairs if desired, and then select **Next: Review + create**.
2537

26-
![A screenshot of the Configuration section](media/storage-files-networking-endpoints-private-portal/create-private-endpoint-2.png)
38+
:::image type="content" source="media/storage-files-networking-endpoints-private-portal/private-endpoint-tags.png" alt-text="Screenshot showing how to optionally tag your private endpoint with name/value pairs for easy categorization." lightbox="media/storage-files-networking-endpoints-private-portal/private-endpoint-tags.png" border="true":::
2739

28-
Click **Review + create** to create the private endpoint.
40+
Click **Review + create** to create the private endpoint.

0 commit comments

Comments
 (0)