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
Copy file name to clipboardExpand all lines: articles/app-service/app-service-web-tutorial-custom-domain.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ For a wildcard name like `*` in `*.contoso.com`, create two records according to
121
121
122
122
| Record type | Host | Value | Comments |
123
123
| - | - | - | - |
124
-
| CNAME |`*`|`<app-name>.azurewebsites.net` (see [note at top](./includes/regionalization-note.md#dnl-note)) | The domain mapping itself. |
124
+
| CNAME |`*`|`<app-name>.azurewebsites.net` (see [note at top](#dnl-note)) | The domain mapping itself. |
125
125
| TXT |`asuid`| The domain verification ID shown in the **Add custom domain** dialog. | App Service accesses the `asuid` TXT record to verify your ownership of the custom domain. |
126
126
127
127

Copy file name to clipboardExpand all lines: articles/app-service/deploy-zip.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This ZIP package deployment uses the same Kudu service that powers continuous in
39
39
40
40
#### With zip deploy UI in Kudu
41
41
42
-
In the browser, navigate to `https://<app_name>.scm.azurewebsites.net/ZipDeployUI` (see [note at top](./includes/regionalization-note.md#dnl-note)).
42
+
In the browser, navigate to `https://<app_name>.scm.azurewebsites.net/ZipDeployUI` (see [note at top](#dnl-note)).
43
43
44
44
Upload the ZIP package you created in [Create a project ZIP package](#create-a-project-zip-package) by dragging it to the file explorer area on the web page.
45
45
@@ -90,7 +90,7 @@ curl -X POST \
90
90
```
91
91
92
92
> [!NOTE]
93
-
> For the actual fully qualified domain name to use in the URL, see [note at top](./includes/regionalization-note.md#dnl-note)
93
+
> For the actual fully qualified domain name to use in the URL, see [note at top](#dnl-note)
94
94
95
95
# [ARM template](#tab/arm)
96
96
@@ -153,7 +153,7 @@ curl -X POST \
153
153
```
154
154
155
155
> [!NOTE]
156
-
> For the actual fully qualified domain name to use in the URL, see [note at top](./includes/regionalization-note.md#dnl-note)
156
+
> For the actual fully qualified domain name to use in the URL, see [note at top](#dnl-note)
157
157
158
158
For more information, see [Kudu publish API reference](#kudu-publish-api-reference)
159
159
@@ -218,7 +218,7 @@ curl -X POST \
218
218
```
219
219
220
220
> [!NOTE]
221
-
> For the actual fully qualified domain name to use in the URL, see [note at top](./includes/regionalization-note.md#dnl-note)
221
+
> For the actual fully qualified domain name to use in the URL, see [note at top](#dnl-note)
222
222
223
223
### Deploy a library file
224
224
@@ -241,7 +241,7 @@ curl -X POST \
241
241
```
242
242
243
243
> [!NOTE]
244
-
> For the actual fully qualified domain name to use in the URL, see [note at top](./includes/regionalization-note.md#dnl-note)
244
+
> For the actual fully qualified domain name to use in the URL, see [note at top](#dnl-note)
245
245
246
246
### Deploy a static file
247
247
@@ -264,7 +264,7 @@ curl -X POST \
264
264
```
265
265
266
266
> [!NOTE]
267
-
> For the actual fully qualified domain name to use in the URL, see [note at top](./includes/regionalization-note.md#dnl-note)
267
+
> For the actual fully qualified domain name to use in the URL, see [note at top](#dnl-note)
268
268
269
269
# [ARM template](#tab/arm)
270
270
@@ -313,7 +313,7 @@ curl -X POST \
313
313
```
314
314
315
315
> [!NOTE]
316
-
> For the actual fully qualified domain name to use in the URL, see [note at top](./includes/regionalization-note.md#dnl-note)
316
+
> For the actual fully qualified domain name to use in the URL, see [note at top](#dnl-note)
Copy file name to clipboardExpand all lines: articles/app-service/includes/regionalization-note.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 04/22/2024
10
10
> [!NOTE]
11
11
> Beginning April 22, 2024, all newly created App Service apps will have the option to create a unique default hostname with a naming convention of `<app-name>`-`<random-hash>`.`<region>`.`azurewebsites.net`. The names of existing apps will not change.
Copy file name to clipboardExpand all lines: articles/app-service/includes/tutorial-set-up-app-service-authentication/after.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ When you enabled the App Service authentication/authorization module in the prev
154
154
1. Select the app registration that was created.
155
155
1. In the overview, verify that **Supported account types** is set to **My organization only**.
156
156
157
-
1. To verify that access to your app is limited to users in your organization, go to your web app **Overview** and select the **Default domain** link. Or, start a browser in incognito or private mode and go to `https://<app-name>.azurewebsites.net` (see [note at top](../regionalization-note.md#dnl-note)).
157
+
1. To verify that access to your app is limited to users in your organization, go to your web app **Overview** and select the **Default domain** link. Or, start a browser in incognito or private mode and go to `https://<app-name>.azurewebsites.net` (see [note at top](#dnl-note)).
158
158
159
159
:::image type="content" alt-text="Screenshot that shows verifying access." source="../../media/scenario-secure-app-authentication-app-service/verify-access.png":::
Copy file name to clipboardExpand all lines: articles/app-service/overview-private-endpoint.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ In the Web HTTP logs of your app, you find the client source IP. This feature is
55
55
56
56
## DNS
57
57
58
-
When you use private endpoint for App Service apps, the requested URL must match the name of your app. By default mywebappname.azurewebsites.net (see [note at top](./includes/regionalization-note.md#dnl-note)).
58
+
When you use private endpoint for App Service apps, the requested URL must match the name of your app. By default mywebappname.azurewebsites.net (see [note at top](#dnl-note)).
59
59
60
60
By default, without private endpoint, the public name of your web app is a canonical name to the cluster.
0 commit comments