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
Copy file name to clipboardExpand all lines: articles/azure-signalr/howto-shared-private-endpoints-key-vault.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The examples show how the *contoso-signalr* service can be configured so that it
43
43
44
44
:::image type="content" alt-text="Screenshot of adding a shared private endpoint." source="media\howto-shared-private-endpoints-key-vault\portal-shared-private-endpoints-add.png" :::
45
45
46
-
The shared private endpoint resource is now in a **Succeeded** provisioning state. The connection state is **Pending** approval at the target resource side.
46
+
1. Confirm that the shared private endpoint resource is now in a **Succeeded** provisioning state. The connection state is **Pending** at the target resource side.
47
47
48
48
:::image type="content" alt-text="Screenshot of an added shared private endpoint." source="media\howto-shared-private-endpoints-key-vault\portal-shared-private-endpoints-added.png" lightbox="media\howto-shared-private-endpoints-key-vault\portal-shared-private-endpoints-added.png" :::
49
49
@@ -90,13 +90,13 @@ Wait until the status changes to **Succeeded** before you proceed to the next st
90
90
91
91
### [Azure portal](#tab/azure-portal)
92
92
93
-
1. In the Azure portal, select the **Networking** tab for your key vault and go to **Private endpoint connections**. After the asynchronous operation has succeeded, there should be a request for a private endpoint connection with the request message from the previous API call.
94
-
95
-
:::image type="content" alt-text="Screenshot of the Azure portal that shows the pane for private endpoint connections." source="media\howto-shared-private-endpoints-key-vault\portal-key-vault-approve-private-endpoint.png" :::
93
+
1. In the Azure portal, select the **Networking** tab for your key vault and go to **Private endpoint connections**. After the asynchronous operation has succeeded, there should be a request for a private endpoint connection with the request message from the previous API call.
96
94
97
95
1. Select the private endpoint that Azure SignalR Service created. Then select **Approve**.
98
96
99
-
Make sure that the private endpoint connection appears, as shown in the following screenshot. It could take one to two minutes for the status to be updated in the portal.
97
+
:::image type="content" alt-text="Screenshot of the Azure portal that shows the pane for private endpoint connections." source="media\howto-shared-private-endpoints-key-vault\portal-key-vault-approve-private-endpoint.png" :::
98
+
99
+
1. Make sure that the private endpoint connection appears, as shown in the following screenshot. It could take one to two minutes for the status to be updated in the portal.
100
100
101
101
:::image type="content" alt-text="Screenshot of the Azure portal that shows an Approved status on the pane for private endpoint connections." source="media\howto-shared-private-endpoints-key-vault\portal-key-vault-approved-private-endpoint.png" :::
102
102
@@ -127,7 +127,7 @@ Wait until the status changes to **Succeeded** before you proceed to the next st
127
127
]
128
128
```
129
129
130
-
1. Approve the private endpoint connection.
130
+
1. Approve the private endpoint connection:
131
131
132
132
```dotnetcli
133
133
az network private-endpoint-connection approve --id <private-endpoint-connection-id>
0 commit comments