Skip to content

Commit c5c5674

Browse files
committed
Address comments
1 parent 869f7e4 commit c5c5674

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/azure-signalr/howto-shared-private-endpoints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: lianwei
1515
If you're using [serverless mode](concept-service-mode.md#serverless-mode) in Azure SignalR Service, you might have outbound traffic to upstream. Upstream such as
1616
Azure Web App and Azure Functions, can be configured to accept connections from a list of virtual networks and refuse outside connections that originate from a public network. You can create an outbound [private endpoint connection](../private-link/private-endpoint-overview.md) to reach these endpoints.
1717

18-
:::image type="content" alt-text="Overview graph of shared private endpoint." source="media\howto-shared-private-endpoints\shared-private-endpoint-overview.png" :::
18+
:::image type="content" alt-text="Diagram showing architecture of shared private endpoint." source="media\howto-shared-private-endpoints\shared-private-endpoint-overview.png" :::
1919

2020
This outbound method is subject to the following requirements:
2121

@@ -44,7 +44,7 @@ The rest of the examples show how the *contoso-signalr* service can be configure
4444
1. In the menu pane, select **Networking**. Switch to **Private access** tab.
4545
1. Click **Add shared private endpoint**.
4646

47-
:::image type="content" alt-text="Screenshot of shared private endpoints management." source="media\howto-shared-private-endpoints\portal-shared-private-endpoints-management.png" :::
47+
:::image type="content" alt-text="Screenshot of shared private endpoints management." source="media\howto-shared-private-endpoints\portal-shared-private-endpoints-management.png" lightbox="media\howto-shared-private-endpoints\portal-shared-private-endpoints-management.png" :::
4848

4949
1. Fill in a name for the shared private endpoint.
5050
1. Select the target linked resource either by selecting from your owned resources or by filling a resource ID.
@@ -54,7 +54,7 @@ The rest of the examples show how the *contoso-signalr* service can be configure
5454

5555
1. The shared private endpoint resource will be in **Succeeded** provisioning state. The connection state is **Pending** approval at target resource side.
5656

57-
:::image type="content" alt-text="Screenshot of an added shared private endpoint." source="media\howto-shared-private-endpoints\portal-shared-private-endpoints-added.png" :::
57+
:::image type="content" alt-text="Screenshot of an added shared private endpoint." source="media\howto-shared-private-endpoints\portal-shared-private-endpoints-added.png" lightbox="media\howto-shared-private-endpoints\portal-shared-private-endpoints-added.png" :::
5858

5959
#### [Azure CLI](#tab/azure-cli)
6060

@@ -153,7 +153,7 @@ It takes minutes for the approval to be propagated to Azure SignalR Service. You
153153
154154
#### [Azure portal](#tab/azure-portal)
155155
156-
:::image type="content" alt-text="Screenshot of an approved shared private endpoint." source="media\howto-shared-private-endpoints\portal-shared-private-endpoints-approved.png" :::
156+
:::image type="content" alt-text="Screenshot of an approved shared private endpoint." source="media\howto-shared-private-endpoints\portal-shared-private-endpoints-approved.png" lightbox="media\howto-shared-private-endpoints\portal-shared-private-endpoints-approved.png" :::
157157
158158
#### [Azure CLI](#tab/azure-cli)
159159

articles/azure-web-pubsub/howto-secure-shared-private-endpoints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: dayshen
1515
If you're using [event handler](concept-service-internals.md#event_handler) in Azure Web PubSub Service, you might have outbound traffic to upstream. Upstream such as
1616
Azure Web App and Azure Functions, can be configured to accept connections from a list of virtual networks and refuse outside connections that originate from a public network. You can create an outbound [private endpoint connection](../private-link/private-endpoint-overview.md) to reach these endpoints.
1717

18-
:::image type="content" alt-text="Overview graph of shared private endpoint." source="media\howto-secure-shared-private-endpoints\shared-private-endpoint-overview.png" border="false" :::
18+
:::image type="content" alt-text="Diagram showing architecture of shared private endpoint." source="media\howto-secure-shared-private-endpoints\shared-private-endpoint-overview.png" border="false" :::
1919

2020
This outbound method is subject to the following requirements:
2121

@@ -44,7 +44,7 @@ The rest of the examples show how the _contoso-webpubsub_ service can be configu
4444
1. In the menu pane, select **Networking**. Switch to **Private access** tab.
4545
1. Click **Add shared private endpoint**.
4646

47-
:::image type="content" alt-text="Screenshot of shared private endpoints management." source="media\howto-secure-shared-private-endpoints\portal-shared-private-endpoints-management.png" :::
47+
:::image type="content" alt-text="Screenshot of shared private endpoints management." source="media\howto-secure-shared-private-endpoints\portal-shared-private-endpoints-management.png" lightbox="media\howto-secure-shared-private-endpoints\portal-shared-private-endpoints-management.png" :::
4848

4949
1. Fill in a name for the shared private endpoint.
5050
1. Select the target linked resource either by selecting from your owned resources or by filling a resource ID.
@@ -54,7 +54,7 @@ The rest of the examples show how the _contoso-webpubsub_ service can be configu
5454

5555
1. The shared private endpoint resource will be in **Succeeded** provisioning state. The connection state is **Pending** approval at target resource side.
5656

57-
:::image type="content" alt-text="Screenshot of an added shared private endpoint." source="media\howto-secure-shared-private-endpoints\portal-shared-private-endpoints-added.png" :::
57+
:::image type="content" alt-text="Screenshot of an added shared private endpoint." source="media\howto-secure-shared-private-endpoints\portal-shared-private-endpoints-added.png" lightbox="media\howto-secure-shared-private-endpoints\portal-shared-private-endpoints-added.png" :::
5858

5959
#### [Azure CLI](#tab/azure-cli)
6060

@@ -153,7 +153,7 @@ It takes minutes for the approval to be propagated to Azure Web PubSub Service.
153153
154154
#### [Azure portal](#tab/azure-portal)
155155
156-
:::image type="content" alt-text="Screenshot of an approved shared private endpoint." source="media\howto-secure-shared-private-endpoints\portal-shared-private-endpoints-approved.png" :::
156+
:::image type="content" alt-text="Screenshot of an approved shared private endpoint." source="media\howto-secure-shared-private-endpoints\portal-shared-private-endpoints-approved.png" lightbox="media\howto-secure-shared-private-endpoints\portal-shared-private-endpoints-approved.png" :::
157157
158158
#### [Azure CLI](#tab/azure-cli)
159159

0 commit comments

Comments
 (0)