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-custom-domain.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,11 +179,11 @@ It should return `200` status code without any certificate error.
179
179
180
180
## Key Vault in private network
181
181
182
-
If you have configured [Private Endpoint](../private-link/private-endpoint-overview.md) to your Key Vault, Azure SignalR Service cannot access the Key Vault via public network. You need to set up a [Shared Private Endpoint](./howto-shared-private-endpoints-keyvault.md) to let Azure SignalR Service access your Key Vault via private network.
182
+
If you have configured [Private Endpoint](../private-link/private-endpoint-overview.md) to your Key Vault, Azure SignalR Service cannot access the Key Vault via public network. You need to set up a [Shared Private Endpoint](./howto-shared-private-endpoints-key-vault.md) to let Azure SignalR Service access your Key Vault via private network.
183
183
184
184
After you create a Shared Private Endpoint, you can create a custom certificate as usual. **You don't have to change the domain in Key Vault URI**. For example, if your Key Vault base URI is `https://contoso.vault.azure.net`, you still use this URI to configure custom certificate.
185
185
186
-
You don't have to explicitly allow Azure SignalR Service IPs in Key Vault firewall settings. See[Key Vault private link diagnostics](../key-vault/general/private-link-diagnostics.md).
186
+
You don't have to explicitly allow Azure SignalR Service IPs in Key Vault firewall settings. For more info, see[Key Vault private link diagnostics](../key-vault/general/private-link-diagnostics.md).
Copy file name to clipboardExpand all lines: articles/azure-signalr/howto-shared-private-endpoints-key-vault.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.author: dayshen
14
14
15
15
Azure SignalR Service can access your Key Vault in private network through Shared Private Endpoints. In this way you don't have to expose your Key Vault on public network.
1. Fill in a name for the shared private endpoint.
41
41
1. Select the target linked resource either by selecting from your owned resources or by filling a resource ID.
42
42
1. Click **Add**.
43
43
44
-
:::image type="content" alt-text="Screenshot of adding a shared private endpoint." source="media\howto-shared-private-endpoints-keyvault\portal-shared-private-endpoints-add.png" :::
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
46
1. The shared private endpoint resource will be in **Succeeded** provisioning state. The connection state is **Pending** approval at target resource side.
47
47
48
-
:::image type="content" alt-text="Screenshot of an added shared private endpoint." source="media\howto-shared-private-endpoints-keyvault\portal-shared-private-endpoints-added.png" lightbox="media\howto-shared-private-endpoints-keyvault\portal-shared-private-endpoints-added.png" :::
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
50
50
#### [Azure CLI](#tab/azure-cli)
51
51
@@ -92,13 +92,13 @@ Wait until the status changes to "Succeeded" before proceeding to the next steps
92
92
93
93
1. In the Azure portal, select the **Networking** tab of your Key Vault and navigate 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
94
95
-
:::image type="content" alt-text="Screenshot of the Azure portal, showing the Private endpoint connections pane." source="media\howto-shared-private-endpoints-keyvault\portal-keyvault-approve-private-endpoint.png" :::
95
+
:::image type="content" alt-text="Screenshot of the Azure portal, showing the Private endpoint connections pane." source="media\howto-shared-private-endpoints-key-vault\portal-key-vault-approve-private-endpoint.png" :::
96
96
97
97
1. Select the private endpoint that Azure SignalR Service created. Click **Approve**.
98
98
99
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.
100
100
101
-
:::image type="content" alt-text="Screenshot of the Azure portal, showing an Approved status on the Private endpoint connections pane." source="media\howto-shared-private-endpoints-keyvault\portal-keyvault-approved-private-endpoint.png" :::
101
+
:::image type="content" alt-text="Screenshot of the Azure portal, showing an Approved status on the Private endpoint connections pane." source="media\howto-shared-private-endpoints-key-vault\portal-key-vault-approved-private-endpoint.png" :::
102
102
103
103
#### [Azure CLI](#tab/azure-cli)
104
104
@@ -141,7 +141,7 @@ It takes minutes for the approval to be propagated to Azure SignalR Service. You
141
141
142
142
#### [Azure portal](#tab/azure-portal)
143
143
144
-
:::image type="content" alt-text="Screenshot of an approved shared private endpoint." source="media\howto-shared-private-endpoints-keyvault\portal-shared-private-endpoints-approved.png" lightbox="media\howto-shared-private-endpoints-keyvault\portal-shared-private-endpoints-approved.png" :::
144
+
:::image type="content" alt-text="Screenshot of an approved shared private endpoint." source="media\howto-shared-private-endpoints-key-vault\portal-shared-private-endpoints-approved.png" lightbox="media\howto-shared-private-endpoints-key-vault\portal-shared-private-endpoints-approved.png" :::
0 commit comments