Skip to content

Commit aafe18e

Browse files
authored
Merge pull request #189177 from duongau/patch-1
Azure CDN custom domain - fix wording
2 parents 0645924 + 024f117 commit aafe18e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/cdn/cdn-map-content-to-custom-domain.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Azure CDN provides the option of associating a custom domain with a CDN endpoint
2626
In this tutorial, you learn how to:
2727
> [!div class="checklist"]
2828
> - Create a CNAME DNS record.
29-
> - Associate the custom domain with your CDN endpoint.
29+
> - Add a custom domain with your CDN endpoint.
3030
> - Verify the custom domain.
3131
3232
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
@@ -55,7 +55,7 @@ For Azure CDN, the source domain name is your custom domain name and the destina
5555

5656
Azure CDN routes traffic addressed to the source custom domain to the destination CDN endpoint hostname after it verifies the CNAME record.
5757

58-
A custom domain and its subdomain can be associated with a single endpoint at a time.
58+
A custom domain and its subdomain can be added to only a single endpoint at a time.
5959

6060
Use multiple CNAME records for different subdomains from the same custom domain for different Azure services.
6161

@@ -154,10 +154,10 @@ To create a CNAME record for your custom domain:
154154

155155
4. If you're previously created a temporary cdnverify subdomain CNAME record, delete it.
156156

157-
5. If you're using this custom domain in production for the first time, follow the steps for [Associate the custom domain with your CDN endpoint](#associate-the-custom-domain-with-your-cdn-endpoint) and [Verify the custom domain](#verify-the-custom-domain).
157+
5. If you're using this custom domain in production for the first time, follow the steps for [Add the custom domain with your CDN endpoint](#add-a-custom-domain-to-your-cdn-endpoint) and [Verify the custom domain](#verify-the-custom-domain).
158158

159159
---
160-
## Associate the custom domain with your CDN endpoint
160+
## Add a custom domain to your CDN endpoint
161161

162162
After you've registered your custom domain, you can then add it to your CDN endpoint.
163163

@@ -167,7 +167,7 @@ After you've registered your custom domain, you can then add it to your CDN endp
167167

168168
1. Sign in to the [Azure portal](https://portal.azure.com/) and browse to the CDN profile containing the endpoint that you want to map to a custom domain.
169169

170-
2. On the **CDN profile** page, select the CDN endpoint to associate with the custom domain.
170+
2. On the **CDN profile** page, select the CDN endpoint to add the custom domain.
171171

172172
:::image type="content" source="media/cdn-map-content-to-custom-domain/cdn-endpoint-selection.png" alt-text="CDN endpoint selection" border="true":::
173173

@@ -252,11 +252,11 @@ If you no longer want to associate your endpoint with a custom domain, remove th
252252

253253
3. From the **Endpoint** page, under Custom domains, right-click the custom domain that you want to remove, then select **Delete** from the context menu. Select **Yes**.
254254

255-
The custom domain is disassociated from your endpoint.
255+
The custom domain is removed from your endpoint.
256256

257257
# [**PowerShell**](#tab/azure-powershell-cleanup)
258258

259-
If you no longer want to associate your endpoint with a custom domain, remove the custom domain by doing the following steps:
259+
If you no longer want your endpoint to have a custom domain, remove the custom domain by doing the following steps:
260260

261261
1. Go to your DNS provider, delete the CNAME record for the custom domain, or update the CNAME record for the custom domain to a non-Azure CDN endpoint.
262262

@@ -287,7 +287,7 @@ In this tutorial, you learned how to:
287287
288288
> [!div class="checklist"]
289289
> - Create a CNAME DNS record.
290-
> - Associate the custom domain with your CDN endpoint.
290+
> - Add a custom domain with your CDN endpoint.
291291
> - Verify the custom domain.
292292
293293
Advance to the next tutorial to learn how to configure HTTPS on an Azure CDN custom domain.

0 commit comments

Comments
 (0)