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-web-pubsub/howto-custom-domain.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ In addition to the default domain that is included in an instance of Azure Web P
24
24
25
25
Before you can add a custom domain, add a matching custom certificate. A custom certificate is a resource of your instance of Web PubSub. It references a certificate in your key vault. For security and compliance, Web PubSub doesn't permanently store your certificate. Instead, it fetches the certificate from your key vault and keeps it in memory.
26
26
27
-
## Give access to a managed identity
27
+
## Access the key vault by using a managed identity
28
28
29
29
Azure Web PubSub uses a managed identity to access your key vault. To authorize access, it must be granted permissions.
30
30
@@ -58,7 +58,7 @@ Azure Web PubSub uses a managed identity to access your key vault. To authorize
58
58
59
59
1. Select **Save**.
60
60
61
-
### Grant permissions to the key vault
61
+
### Give key vault access to the managed identity
62
62
63
63
Depending on how you configure your Azure Key Vault permissions model, you might need to grant permissions at different locations in the Azure portal.
64
64
@@ -68,7 +68,7 @@ If you use a key vault built-in access policy as a key vault permissions model:
68
68
69
69
:::image type="content" alt-text="Screenshot of a built-in access policy selected as the key vault permissions model." source="media\howto-custom-domain\portal-key-vault-perm-model-access-policy.png" :::
70
70
71
-
1.Go to your key vault resource.
71
+
1.In the Azure portal, go to your key vault.
72
72
1. On the left menu, select **Access configuration**.
73
73
1. Select **Vault access policy**.
74
74
1. Select **Go to access policies**.
@@ -94,20 +94,20 @@ If you use Azure role-based access control (Azure RBAC) as a key vault permissio
94
94
95
95
:::image type="content" alt-text="Screenshot of Azure RBAC selected as the key vault permissions model." source="media\howto-custom-domain\portal-key-vault-perm-model-rbac.png" :::
96
96
97
-
1.Go to your key vault resource.
97
+
1.In the Azure portal, go to your key vault.
98
98
1. On the left menu, select **Access control (IAM)**.
99
99
1. Select **Add** > **Add role assignment**.
100
100
101
-
:::image type="content" alt-text="Screenshot of the key vault Access control pane." source="media\howto-custom-domain\portal-key-vault-iam.png" :::
101
+
:::image type="content" alt-text="Screenshot that shows the key vault Access control pane." source="media\howto-custom-domain\portal-key-vault-iam.png" :::
102
102
103
103
1. Select the **Role** tab, and then select **Key Vault Secrets User**. Select **Next**.
104
104
105
-
:::image type="content" alt-text="Screenshot of the Role tab when adding a role assignment to a key vault." source="media\howto-custom-domain\portal-key-vault-role.png" :::
105
+
:::image type="content" alt-text="Screenshot that shows the Role tab when adding a role assignment to a key vault." source="media\howto-custom-domain\portal-key-vault-role.png" :::
106
106
107
107
1. Select the **Members** tab, and then select **Managed identity**.
108
108
1. Search for and then select the Web PubSub resource name or the name of the user-assigned identity.
109
109
110
-
:::image type="content" alt-text="Screenshot of the Members tab when adding a role assignment to a key vault." source="media\howto-custom-domain\portal-key-vault-members.png" :::
110
+
:::image type="content" alt-text="Screenshot that shows the Members tab when adding a role assignment to a key vault." source="media\howto-custom-domain\portal-key-vault-members.png" :::
111
111
112
112
1. Select **Next**.
113
113
1. Select **Review + assign**.
@@ -120,14 +120,14 @@ If you use Azure role-based access control (Azure RBAC) as a key vault permissio
120
120
1. On the left menu, select **Custom domain**.
121
121
1. On the **Custom certificate** pane, select **Add**.
122
122
123
-
:::image type="content" alt-text="Screenshot of custom certificate management." source="media\howto-custom-domain\portal-custom-certificate-management.png" :::
123
+
:::image type="content" alt-text="Screenshot that shows managing a custom certificate." source="media\howto-custom-domain\portal-custom-certificate-management.png" :::
124
124
125
125
1. Enter a name for the custom certificate.
126
126
1. Choose **Select from your Key Vault** to choose a key vault certificate. After you select a key vault, values for **Key Vault Base URI** and **Key Vault Secret Name** are automatically added. You also have to option to edit these fields manually.
127
127
1. (Optional) To pin the certificate to a specific version, enter a value for **Key Vault Secret Version**.
128
128
1. Select **Add**.
129
129
130
-
:::image type="content" alt-text="Screenshot of adding a custom certificate." source="media\howto-custom-domain\portal-custom-certificate-add.png" :::
130
+
:::image type="content" alt-text="Screenshot that shows adding a custom certificate." source="media\howto-custom-domain\portal-custom-certificate-add.png" :::
131
131
132
132
Web PubSub fetches the certificate and validates its contents. When certificate validation succeeds, **Provisioning State** for the certificate is **Succeeded**.
133
133
@@ -164,7 +164,7 @@ A custom domain is another sub resource of your Web PubSub instance. It contains
164
164
165
165
:::image type="content" alt-text="Screenshot that shows adding a custom domain." source="media\howto-custom-domain\portal-custom-domain-add.png" :::
166
166
167
-
## Verify a custom domain
167
+
## Verify your custom domain
168
168
169
169
You can now access your Web PubSub endpoint by using the custom domain.
170
170
@@ -217,6 +217,6 @@ Alternatively, you can pin a custom certificate to a specific secret version in
217
217
218
218
## Related content
219
219
220
-
*[Enable managed identity for Azure Web PubSub](howto-use-managed-identity.md)
220
+
*[Turn on managed identity for Azure Web PubSub](howto-use-managed-identity.md)
221
221
*[Get started with Azure Key Vault certificates](/azure/key-vault/certificates/certificate-scenarios)
0 commit comments