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
@@ -161,7 +161,7 @@ It might take some time for the new custom domain to be reflected in the app's *
161
161

162
162
163
163
> [!NOTE]
164
-
> A **Not Secure** label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
164
+
> A warning label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
165
165
166
166
If you missed a step or made a typo somewhere earlier, you see a verification error at the bottom of the page.
167
167
@@ -219,7 +219,7 @@ When the records are added, the DNS records page looks like the following exampl
219
219
220
220
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.
221
221
222
-
Select the **+** icon next to **Add custom domain**.
@@ -240,7 +240,7 @@ It might take some time for the new custom domain to be reflected in the app's *
240
240

241
241
242
242
> [!NOTE]
243
-
> A **Not Secure** label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
243
+
> A warning label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
244
244
245
245
If you missed a step or made a typo somewhere earlier, you see a verification error at the bottom of the page.
246
246
@@ -279,7 +279,7 @@ In the left navigation of the app page in the Azure portal, select **Custom doma
@@ -300,7 +300,7 @@ Select the **+** icon again to add another custom domain that matches the wildca
300
300

301
301
302
302
> [!NOTE]
303
-
> A **Note Secure** label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
303
+
> A warning label for your custom domain means that it's not yet bound to a TLS/SSL certificate, and any HTTPS request from a browser to your custom domain will receive and error or warning, depending on the browser. To add a TLS binding, see [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](configure-ssl-bindings.md).
Type the fully qualified domain name you want to migrate, that corresponds to the TXT record you create, such as `contoso.com`, `www.contoso.com`, or `*.contoso.com`.
68
68
69
69
Select **Validate**.
70
70
71
-
The **Add hostname** button is activated.
71
+
The **Add custom domain** button is activated.
72
72
73
73
Make sure that **Hostname record type** is set to the DNS record type you want to migrate.
74
74
@@ -94,8 +94,6 @@ If you are remapping a CNAME record, skip this section.
94
94
95
95
To remap an A record, you need the App Service app's external IP address, which is shown in the **Custom domains** page.
96
96
97
-
Close the **Add hostname** page by selecting **X** in the upper-right corner.
98
-
99
97
In the **Custom domains** page, copy the app's IP address.
100
98
101
99

0 commit comments