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
1. Select an **Azure subscription** in which you want to create the private endpoint.
33
33
2. Select an **Azure resource group** for the private endpoint.
34
34
3. Enter a **name** for the endpoint.
35
35
4. Select the **region** for the endpoint. Your private endpoint must be in the same region as your virtual network, but can in a different region from the private link resource (in this example, an event grid topic).
36
36
5. Then, select **Next: Resource >** button at the bottom of the page.
1. For connection method, if you select **Connect to an Azure resource in my directory**, follow these steps. This example shows how to connect to an Azure resource in your directory.
41
41
1. Select the **Azure subscription** in which your **topic/domain** exists.
@@ -44,7 +44,7 @@ This section shows you how to use the Azure portal to create a private endpoint
44
44
3. Confirm that the **Target subresource** is set to **topic** or **domain** (based on the resource type you selected).
45
45
4. Select **Next: Configuration >** button at the bottom of the page.
2. If you select **Connect to a resource using a resource ID or an alias**, follow these steps:
49
49
1. Enter the ID of the resource. For example: `/subscriptions/<AZURE SUBSCRIPTION ID>/resourceGroups/<RESOURCE GROUP NAME>/providers/Microsoft.EventGrid/topics/<EVENT GRID TOPIC NAME>`.
50
50
2. For **Resource**, enter **topic** or **domain**.
@@ -57,11 +57,11 @@ This section shows you how to use the Azure portal to create a private endpoint
57
57
2. Select a **subnet** in the virtual network you selected.
58
58
3. Select **Next: Tags >** button at the bottom of the page.
5. On the **Tags** page, create any tags (names and values) that you want to associate with the private endpoint resource. Then, select **Review + create** button at the bottom of the page.
62
62
6. On the **Review + create**, review all the settings, and select **Create** to create the private endpoint.
0 commit comments