Skip to content

Commit 3b86e5c

Browse files
authored
Merge pull request #206861 from khdownie/kendownie080322
Updating create private endpoint portal UX
2 parents ad20af9 + fcc1764 commit 3b86e5c

8 files changed

+19
-9
lines changed
33.8 KB
Loading
34.1 KB
Loading
27.3 KB
Loading
25.8 KB
Loading
47.1 KB
Loading

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

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,34 @@
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
---
12-
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.
12+
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

14-
[![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)
14+
[![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

1616
The resulting wizard has multiple pages to complete.
1717

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.
18+
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**.
1919

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)
20+
[![Screenshot showing how to provide the project and instance details for a new private endpoint.](media/storage-files-networking-endpoints-private-portal/private-endpoint-basics.png)](media/storage-files-networking-endpoints-private-portal/private-endpoint-basics.png#lightbox)
2121

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.
22+
In the **Resource** blade, select **file** for the target sub-resource. Then select **Next: Virtual Network**.
2323

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.
24+
[![Screenshot showing how to select which resource you would like to connect to using the new private endpoint.](media/storage-files-networking-endpoints-private-portal/private-endpoint-resource.png)](media/storage-files-networking-endpoints-private-portal/private-endpoint-resource.png#lightbox)
2525

26-
![A screenshot of the Configuration section](media/storage-files-networking-endpoints-private-portal/create-private-endpoint-2.png)
26+
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**.
2727

28-
Click **Review + create** to create the private endpoint.
28+
[![Screenshot showing how to provide virtual network, subnet, and IP address details for the new private endpoint.](media/storage-files-networking-endpoints-private-portal/private-endpoint-virtual-network.png)](media/storage-files-networking-endpoints-private-portal/private-endpoint-virtual-network.png#lightbox)
29+
30+
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**.
31+
32+
[![Screenshot showing how to integrate your private endpoint with a private DNS zone.](media/storage-files-networking-endpoints-private-portal/private-endpoint-dns.png)](media/storage-files-networking-endpoints-private-portal/private-endpoint-dns.png#lightbox)
33+
34+
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**.
35+
36+
[![Screenshot showing how to optionally tag your private endpoint with name/value pairs for easy categorization.](media/storage-files-networking-endpoints-private-portal/private-endpoint-tags.png)](media/storage-files-networking-endpoints-private-portal/private-endpoint-tags.png#lightbox)
37+
38+
Click **Review + create** to create the private endpoint.

0 commit comments

Comments
 (0)