Skip to content

Commit b88d2c3

Browse files
committed
edits
1 parent 0d4f663 commit b88d2c3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/azure-web-pubsub/howto-custom-domain.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In addition to the default domain that is included in an instance of Azure Web P
2424

2525
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.
2626

27-
## Give access to a managed identity
27+
## Access the key vault by using a managed identity
2828

2929
Azure Web PubSub uses a managed identity to access your key vault. To authorize access, it must be granted permissions.
3030

@@ -58,7 +58,7 @@ Azure Web PubSub uses a managed identity to access your key vault. To authorize
5858

5959
1. Select **Save**.
6060

61-
### Grant permissions to the key vault
61+
### Give key vault access to the managed identity
6262

6363
Depending on how you configure your Azure Key Vault permissions model, you might need to grant permissions at different locations in the Azure portal.
6464

@@ -68,7 +68,7 @@ If you use a key vault built-in access policy as a key vault permissions model:
6868

6969
:::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" :::
7070

71-
1. Go to your key vault resource.
71+
1. In the Azure portal, go to your key vault.
7272
1. On the left menu, select **Access configuration**.
7373
1. Select **Vault access policy**.
7474
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
9494

9595
:::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" :::
9696

97-
1. Go to your key vault resource.
97+
1. In the Azure portal, go to your key vault.
9898
1. On the left menu, select **Access control (IAM)**.
9999
1. Select **Add** > **Add role assignment**.
100100

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" :::
102102

103103
1. Select the **Role** tab, and then select **Key Vault Secrets User**. Select **Next**.
104104

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" :::
106106

107107
1. Select the **Members** tab, and then select **Managed identity**.
108108
1. Search for and then select the Web PubSub resource name or the name of the user-assigned identity.
109109

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" :::
111111

112112
1. Select **Next**.
113113
1. Select **Review + assign**.
@@ -120,14 +120,14 @@ If you use Azure role-based access control (Azure RBAC) as a key vault permissio
120120
1. On the left menu, select **Custom domain**.
121121
1. On the **Custom certificate** pane, select **Add**.
122122

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" :::
124124

125125
1. Enter a name for the custom certificate.
126126
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.
127127
1. (Optional) To pin the certificate to a specific version, enter a value for **Key Vault Secret Version**.
128128
1. Select **Add**.
129129

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" :::
131131

132132
Web PubSub fetches the certificate and validates its contents. When certificate validation succeeds, **Provisioning State** for the certificate is **Succeeded**.
133133

@@ -164,7 +164,7 @@ A custom domain is another sub resource of your Web PubSub instance. It contains
164164

165165
:::image type="content" alt-text="Screenshot that shows adding a custom domain." source="media\howto-custom-domain\portal-custom-domain-add.png" :::
166166

167-
## Verify a custom domain
167+
## Verify your custom domain
168168

169169
You can now access your Web PubSub endpoint by using the custom domain.
170170

@@ -217,6 +217,6 @@ Alternatively, you can pin a custom certificate to a specific secret version in
217217

218218
## Related content
219219

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)
221221
* [Get started with Azure Key Vault certificates](/azure/key-vault/certificates/certificate-scenarios)
222222
* [What is Azure DNS?](../dns/dns-overview.md)

0 commit comments

Comments
 (0)