Skip to content

Commit 9d6c1a6

Browse files
committed
Fixed image file names
1 parent aea0142 commit 9d6c1a6

18 files changed

+17
-17
lines changed

articles/event-grid/configure-private-endpoints.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ This section shows you how to use the Azure portal to create a private endpoint
2727
1. Sign in to the [Azure portal](https://portal.azure.com) and navigate to your topic or domain.
2828
2. Switch to the **Networking** tab of your topic page. Select **+ Private endpoint** on the toolbar.
2929

30-
![Add private endpoint](./media/configure-private-endpoints/add-private-endpoint-button.png)
30+
![Add private endpoint](./media/configure-private-endpoints/add-button.png)
3131
2. One the **Basics** page, follow these steps:
3232
1. Select an **Azure subscription** in which you want to create the private endpoint.
3333
2. Select an **Azure resource group** for the private endpoint.
3434
3. Enter a **name** for the endpoint.
3535
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).
3636
5. Then, select **Next: Resource >** button at the bottom of the page.
3737

38-
![Private endpoint - basics page](./media/configure-private-endpoints/private-endpoint-basics-page.png)
38+
![Private endpoint - basics page](./media/configure-private-endpoints/basics-page.png)
3939
3. On the **Resource** page, follow these steps:
4040
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.
4141
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
4444
3. Confirm that the **Target subresource** is set to **topic** or **domain** (based on the resource type you selected).
4545
4. Select **Next: Configuration >** button at the bottom of the page.
4646

47-
![Private endpoint - resource page](./media/configure-private-endpoints/private-endpoint-resource-page.png)
47+
![Private endpoint - resource page](./media/configure-private-endpoints/resource-page.png)
4848
2. If you select **Connect to a resource using a resource ID or an alias**, follow these steps:
4949
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>`.
5050
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
5757
2. Select a **subnet** in the virtual network you selected.
5858
3. Select **Next: Tags >** button at the bottom of the page.
5959

60-
![Private endpoint - configuration page](./media/configure-private-endpoints/private-endpoint-configuration-page.png)
60+
![Private endpoint - configuration page](./media/configure-private-endpoints/configuration-page.png)
6161
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.
6262
6. On the **Review + create**, review all the settings, and select **Create** to create the private endpoint.
6363

64-
![Private endpoint - review & create page](./media/configure-private-endpoints/private-endpoint-review-create-page.png)
64+
![Private endpoint - review & create page](./media/configure-private-endpoints/review-create-page.png)
6565

6666

6767
## Manage private link connection
@@ -94,13 +94,13 @@ You can approve a private endpoint that's in the pending state. To approve, foll
9494
9595
1. Select the **private endpoint** you wish to approve, and select **Approve** on the toolbar.
9696

97-
![Private endpoint - pending state](./media/configure-private-endpoints/endpoint-pending.png)
97+
![Private endpoint - pending state](./media/configure-private-endpoints/pending.png)
9898
1. On the **Approve connection** dialog box, enter a comment (optional), and select **Yes**.
9999

100-
![Private endpoint - approve](./media/configure-private-endpoints/endpoint-approve.png)
100+
![Private endpoint - approve](./media/configure-private-endpoints/approve.png)
101101
1. Confirm that you see the status of the endpoint as **Approved**.
102102

103-
![Private endpoint - approved state](./media/configure-private-endpoints/endpoint-approved-status.png)
103+
![Private endpoint - approved state](./media/configure-private-endpoints/approved-status.png)
104104

105105
### To reject a private endpoint
106106
You can reject a private endpoint that's in the pending state or approved state. To reject, follow these steps:
@@ -110,13 +110,13 @@ You can reject a private endpoint that's in the pending state or approved state.
110110
111111
1. Select the **private endpoint** you wish to reject, and select **Reject** on the toolbar.
112112

113-
![Private endpoint - reject](./media/configure-private-endpoints/endpoint-reject-button.png)
113+
![Private endpoint - reject](./media/configure-private-endpoints/reject-button.png)
114114
1. On the **Reject connection** dialog box, enter a comment (optional), and select **Yes**.
115115

116-
![Private endpoint - reject](./media/configure-private-endpoints/endpoint-reject.png)
116+
![Private endpoint - reject](./media/configure-private-endpoints/reject.png)
117117
1. Confirm that you see the status of the endpoint as **Rejected**.
118118

119-
![Private endpoint - rejected state](./media/configure-private-endpoints/endpoint-rejected-status.png)
119+
![Private endpoint - rejected state](./media/configure-private-endpoints/rejected-status.png)
120120

121121
> [!NOTE]
122122
> You can't approve a private endpoint in the Azure portal once it's rejected.

0 commit comments

Comments
 (0)