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
Type the fully qualified domain name that you added a CNAME record for, such as `www.contoso.com`.
140
140
141
141
Select **Validate**.
142
142
143
-
The **Add hostname** page is shown.
143
+
The **Add custom domain** page is shown.
144
144
145
145
Make sure that **Hostname record type** is set to **CNAME (www\.example.com or any subdomain)**.
146
146
147
-
Select **Add hostname**.
147
+
Select **Add custom domain**.
148
148
149
149

150
150
151
-
It might take some time for the new hostname to be reflected in the app's **Custom domains** page. Try refreshing the browser to update the data.
151
+
It might take some time for the new custom domain to be reflected in the app's **Custom domains** page. Try refreshing the browser to update the data.
152
152
153
153

154
154
@@ -188,7 +188,7 @@ In the **Custom domains** page, copy the app's IP address.
188
188
To map an A record to an app, App Service requires **two** DNS records:
189
189
190
190
- An **A** record to map to the app's IP address.
191
-
- A **TXT** record to map to the app's default hostname`<app_name>.azurewebsites.net`. App Service uses this record only at configuration time, to verify that you own the custom domain. After your custom domain is validated and configured in App Service, you can delete this TXT record.
191
+
- A **TXT** record to map to the app's default domain name`<app_name>.azurewebsites.net`. App Service uses this record only at configuration time, to verify that you own the custom domain. After your custom domain is validated and configured in App Service, you can delete this TXT record.
192
192
193
193
For the `contoso.com` domain example, create the A and TXT records according to the following table (`@` typically represents the root domain).
194
194
@@ -216,23 +216,23 @@ When the records are added, the DNS records page looks like the following exampl
216
216
217
217
Back in the app's **Custom domains** page in the Azure portal, add the fully qualified custom DNS name (for example, `contoso.com`) to the list.
218
218
219
-
Select the **+** icon next to **Add hostname**.
219
+
Select the **+** icon next to **Add custom domain**.
0 commit comments