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
@@ -55,7 +55,7 @@ For Azure CDN, the source domain name is your custom domain name and the destina
55
55
56
56
Azure CDN routes traffic addressed to the source custom domain to the destination CDN endpoint hostname after it verifies the CNAME record.
57
57
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.
59
59
60
60
Use multiple CNAME records for different subdomains from the same custom domain for different Azure services.
61
61
@@ -154,10 +154,10 @@ To create a CNAME record for your custom domain:
154
154
155
155
4. If you're previously created a temporary cdnverify subdomain CNAME record, delete it.
156
156
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).
158
158
159
159
---
160
-
## Associate the custom domain with your CDN endpoint
160
+
## Add a custom domain to your CDN endpoint
161
161
162
162
After you've registered your custom domain, you can then add it to your CDN endpoint.
163
163
@@ -167,7 +167,7 @@ After you've registered your custom domain, you can then add it to your CDN endp
167
167
168
168
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.
169
169
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.
@@ -252,11 +252,11 @@ If you no longer want to associate your endpoint with a custom domain, remove th
252
252
253
253
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**.
254
254
255
-
The custom domain is disassociated from your endpoint.
255
+
The custom domain is removed from your endpoint.
256
256
257
257
# [**PowerShell**](#tab/azure-powershell-cleanup)
258
258
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:
260
260
261
261
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.
262
262
@@ -287,7 +287,7 @@ In this tutorial, you learned how to:
287
287
288
288
> [!div class="checklist"]
289
289
> - Create a CNAME DNS record.
290
-
> - Associate the custom domain with your CDN endpoint.
290
+
> - Add a custom domain with your CDN endpoint.
291
291
> - Verify the custom domain.
292
292
293
293
Advance to the next tutorial to learn how to configure HTTPS on an Azure CDN custom domain.
0 commit comments