Skip to content

Commit e1d76a8

Browse files
Consistency edit.
1 parent 270c35d commit e1d76a8

11 files changed

+17
-39
lines changed

articles/app-service/includes/tutorial-set-up-app-service-authentication/after.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ When you enabled the App Service authentication/authorization module in the prev
156156
1. Select the app registration that was created.
157157
1. In the overview, verify that **Supported account types** is set to **My organization only**.
158158

159-
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)).
159+
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.
160160

161161
:::image type="content" alt-text="Screenshot that shows verifying access." source="../../media/scenario-secure-app-authentication-app-service/verify-access.png":::
162162

articles/app-service/overview-hosting-plans.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.custom: UpdateFrequency3
1414

1515
An *Azure App Service plan* defines a set of compute resources for a web app to run. An app service always runs in an App Service plan. [Azure Functions](../azure-functions/dedicated-plan.md) also has the option of running in an App Service plan.
1616

17-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
18-
1917
When you create an App Service plan in a certain region, you create a set of compute resources for that plan in that region. Whatever apps you put into the App Service plan run on those compute resources, as defined in the plan.
2018

2119
Each App Service plan defines:

articles/app-service/overview-managed-identity.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ ai-usage: ai-assisted
1515

1616
This article shows you how to create a managed identity for Azure App Service and Azure Functions applications, and how to use it to access other resources.
1717

18-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
19-
2018
[!INCLUDE [app-service-managed-identities](../../includes/app-service-managed-identities.md)]
2119

22-
The managed identity configuration is specific to the slot. To configure a managed identity for a deployment slot in the portal, go to the slot first. To find the managed identity for your web app or deployment slot in your Microsoft Entra tenant from the Azure portal, search for it directly from the **Overview** page of your tenant. Usually, the slot name is similar to `<app-name>/slots/<slot-name>`.
20+
The managed identity configuration is specific to the slot. To configure a managed identity for a deployment slot in the portal, go to the slot first. To find the managed identity for your web app or deployment slot in your Microsoft Entra tenant from the Azure portal, search for it directly from the **Overview** page of your tenant.
2321

2422
> [!NOTE]
2523
> Managed identities aren't available for [apps deployed in Azure Arc](overview-arc-integration.md).

articles/app-service/overview-private-endpoint.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.assetid: 2dceac28-1ba6-4904-a15d-9e91d5ee162c
1414

1515
# Use private endpoints for Azure App Service apps
1616

17-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
18-
1917
You can use a private endpoint for your Azure App Service apps. The private endpoint allows clients located in your private network to securely access an app over Azure Private Link. The private endpoint uses an IP address from your Azure virtual network address space. Network traffic between a client on your private network and the app goes over the virtual network and Private Link on the Microsoft backbone network. This configuration eliminates exposure from the public internet.
2018

2119
When you use a private endpoint for your app, you can:
@@ -57,9 +55,7 @@ You can find the client source IP in the web HTTP logs of your app. This feature
5755

5856
## DNS
5957

60-
When you use private endpoint for App Service apps, the requested URL must match the name of your app, which is by default `<app-name>.azurewebsites.net`. When you use a [unique default hostname](#dnl-note), your app name has the format `<app-name>-<random-hash>.<region>.azurewebsites.net`. In the following examples, `mywebapp` could also represent the full regionalized unique hostname.
61-
62-
By default, without a private endpoint, the public name of your web app is a canonical name to the cluster. For example, the name resolution is:
58+
When you use private endpoint for App Service apps, the requested URL must match the address of your app. By default, without a private endpoint, the public name of your web app is a canonical name to the cluster. For example, the name resolution is:
6359

6460
| Name | Type | Value |
6561
|:-----|:-----|:------|

articles/app-service/overview-vnet-integration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ ms.custom: UpdateFrequency3
1010
---
1111
# <a name="regional-virtual-network-integration"></a>Integrate your app with an Azure virtual network
1212

13-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
14-
1513
This article describes the Azure App Service virtual network integration feature and how to set it up with apps in [App Service](./overview.md). With [Azure virtual networks](../virtual-network/virtual-networks-overview.md), you can place many of your Azure resources in a non-internet-routable network. The App Service virtual network integration feature enables your apps to access resources in or through a virtual network.
1614

1715
>[!NOTE]

articles/app-service/quickstart-dotnetcore.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,7 @@ Follow these steps to create your App Service resources and publish your project
350350
- Replace `<os>` with either `linux` or `windows`.
351351
- You can optionally include the argument `--location <location-name>` where `<location-name>` is an available Azure region. To get a list of allowable regions for your Azure account, run the [az account list-locations](/cli/azure/appservice#az-appservice-list-locations) command.
352352

353-
The command might take a few minutes to complete. While it runs, the command provides messages about creating the resource group, the App Service plan, and hosting app, configuring logging, then performing ZIP deployment. Then it shows a message with the app's URL:
354-
355-
```azurecli
356-
You can launch the app at http://<app-name>.azurewebsites.net
357-
```
353+
The command might take a few minutes to complete. While it runs, the command provides messages about creating the resource group, the App Service plan, and hosting app, configuring logging, then performing ZIP deployment. Then it shows a message with the app's URL.
358354

359355
1. Open a web browser and navigate to the URL. You see the ASP.NET Core 8.0 web app displayed in the page.
360356

articles/app-service/quickstart-nodejs.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ai-usage: ai-assisted
1414

1515
# Deploy a Node.js web app in Azure
1616

17-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
18-
1917
In this quickstart, you'll learn how to create and deploy your first Node.js ([Express](https://www.expressjs.com)) web app to [Azure App Service](overview.md). App Service supports various versions of Node.js on both Linux and Windows.
2018

2119
This quickstart configures an App Service app in the Free tier and incurs no cost for your Azure subscription.
@@ -131,7 +129,7 @@ Before you continue, ensure that you have all the prerequisites installed and co
131129
# [Deploy to Linux](#tab/linux)
132130
133131
2. Right-click **App Services** and select **Create new Web App**. A Linux container is used by default.
134-
1. Type a globally unique name for your web app and select **Enter**. The name must be unique across all of Azure and use only alphanumeric characters ('A-Z', 'a-z', and '0-9') and hyphens ('-'). See [the note at the the start of this article](#dnl-note).
132+
1. Type a globally unique name for your web app and select **Enter**. The name must be unique across all of Azure and use only alphanumeric characters ('A-Z', 'a-z', and '0-9') and hyphens ('-').
135133
1. In **Select a runtime stack**, select the Node.js version you want. An LTS version is recommended.
136134
1. In **Select a pricing tier**, select **Free (F1)** and wait for the resources to be created in Azure.
137135
1. In the popup **Always deploy the workspace "myExpressApp" to \<app-name>"**, select **Yes**. Doing so ensures that, as long as you're in the same workspace, Visual Studio Code deploys to the same App Service app each time.
@@ -143,7 +141,7 @@ Before you continue, ensure that you have all the prerequisites installed and co
143141
# [Deploy to Windows](#tab/windows)
144142

145143
2. Right-click **App Services** and select **Create new Web App... Advanced**.
146-
1. Type a globally unique name for your web app and select **Enter**. The name must be unique across all of Azure and use only alphanumeric characters ('A-Z', 'a-z', and '0-9') and hyphens ('-'). See [the note at start of this article](#dnl-note).
144+
1. Type a globally unique name for your web app and select **Enter**. The name must be unique across all of Azure and use only alphanumeric characters ('A-Z', 'a-z', and '0-9') and hyphens ('-').
147145
1. Select **Create a new resource group**, and then enter a name for the resource group, such as *AppServiceQS-rg*.
148146
1. Select the Node.js version you want. An LTS version is recommended.
149147
1. Select **Windows** for the operating system.
@@ -195,13 +193,13 @@ az webapp up --sku F1 --name <app-name> --os-type Windows
195193
-----
196194
197195
- If the `az` command isn't recognized, ensure you have the Azure CLI installed as described in [Set up your initial environment](#set-up-your-initial-environment).
198-
- Replace `<app_name>` with a name that's unique across all of Azure. (*Valid characters are `a-z`, `0-9`, and `-`*.) See [the note at the start of this article](#dnl-note). A good pattern is to use a combination of your company name and an app identifier.
196+
- Replace `<app_name>` with a name that's unique across all of Azure. (*Valid characters are `a-z`, `0-9`, and `-`*.) A good pattern is to use a combination of your company name and an app identifier.
199197
- The `--sku F1` argument creates the web app on the Free pricing tier, which incurs no cost.
200198
- You can optionally include the argument `--location <location-name>` where `<location_name>` is an available Azure region. You can retrieve a list of allowable regions for your Azure account by running the [`az account list-locations`](/cli/azure/appservice#az-appservice-list-locations) command.
201199
- The command creates a Linux app for Node.js by default. To create a Windows app instead, use the `--os-type` argument.
202200
- If you see the error, "Could not auto-detect the runtime stack of your app," ensure you're running the command in the *myExpressApp* directory (See [Troubleshooting auto-detect issues with az webapp up](https://github.com/Azure/app-service-linux-docs/blob/master/AzWebAppUP/runtime_detection.md).)
203201
204-
The command might take a few minutes to complete. While running, it provides messages about creating the resource group, the App Service plan, and the app resource, configuring logging, and doing Zip deployment. It then gives the message, "You can launch the app at http://&lt;app-name&gt;.azurewebsites.net", which is the app's URL on Azure. (See [the note at the start of this article](#dnl-note).)
202+
The command might take a few minutes to complete. While running, it provides messages about creating the resource group, the App Service plan, and the app resource, configuring logging, and doing Zip deployment. It then returns a message which includes the app's URL on Azure.
205203
206204
<pre>
207205
The webapp '&lt;app-name>' doesn't exist
@@ -214,9 +212,9 @@ Creating zip with contents of dir /home/cephas/myExpressApp ...
214212
Getting scm site credentials for zip deployment
215213
Starting zip deployment. This operation can take a while to complete ...
216214
Deployment endpoint responded with status code 202
217-
You can launch the app at http://&lt;app-name>.azurewebsites.net
215+
You can launch the app at '&lt;URL>'
218216
{
219-
"URL": "http://&lt;app-name>.azurewebsites.net",
217+
"URL": "&lt;URL>",
220218
"appserviceplan": "&lt;app-service-plan-name>",
221219
"location": "centralus",
222220
"name": "&lt;app-name>",
@@ -246,7 +244,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
246244
247245
:::image type="content" source="./media/quickstart-nodejs/project-details.png" alt-text="Screenshot of the Project Details section showing where you select the Azure subscription and the resource group for the web app.":::
248246
249-
1. Under **Instance details**, type a globally unique name for your web app and select **Code**. (See [the note at the start of this article](#dnl-note).) Select **Node 18 LTS** in **Runtime stack**, an **Operating System**, and a **Region** you want to serve your app from.
247+
1. Under **Instance details**, type a globally unique name for your web app and select **Code**. Select **Node 18 LTS** in **Runtime stack**, an **Operating System**, and a **Region** you want to serve your app from.
250248
251249
:::image type="content" source="./media/quickstart-nodejs/instance-details.png" alt-text="Screenshot of the Instance Details section.":::
252250
@@ -323,15 +321,15 @@ You can deploy changes to this app by making edits in Visual Studio Code, saving
323321
324322
This command uses values that are cached locally in the *.azure/config* file, such as the app name, resource group, and App Service plan.
325323
326-
1. Once deployment is complete, refresh the webpage `http://<app-name>.azurewebsites.net`. (See [the note at the start of this article](#dnl-note).) You should see that the `Welcome to Express` message has been changed to `Welcome to Azure`.
324+
1. Once deployment is complete, refresh the webpage. You should see that the `Welcome to Express` message has been changed to `Welcome to Azure`.
327325
328326
::: zone-end
329327
330328
:::zone target="docs" pivot="development-environment-azure-portal"
331329
332330
2. Save your changes, then redeploy the app using your FTP client.
333331
334-
1. Once deployment is complete, refresh the webpage `http://<app-name>.azurewebsites.net`. (See [note the at the start of this article](#dnl-note).) You should see that the `Welcome to Express` message has been changed to `Welcome to Azure`.
332+
1. Once deployment is complete, refresh the webpage. You should see that the `Welcome to Express` message has been changed to `Welcome to Azure`.
335333
336334
::: zone-end
337335

articles/app-service/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ For FastAPI, you must configure a custom startup command for App Service to run
316316

317317
## Browse to the app
318318

319-
Browse to the deployed application in your web browser by using the URL `http://<app-name>.azurewebsites.net`. If you see a default app page, wait a minute and refresh the browser.
319+
Browse to the deployed application in your web browser. You can follow a link from the Azure portal. Go to the **Overview** page and select **Default Domain**. If you see a default app page, wait a minute and refresh the browser.
320320

321321
The Python sample code is running a Linux container in App Service using a built-in image.
322322

articles/app-service/reference-app-settings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.author: cephalin
99

1010
# Environment variables and app settings in Azure App Service
1111

12-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
13-
1412
In [Azure App Service](overview.md), certain settings are available to the deployment or runtime environment as environment variables. You can customize some of these settings when you set them manually as [app settings](configure-common.md#configure-app-settings). This reference shows the variables that you can use or customize.
1513

1614
## App environment

articles/app-service/scenario-secure-app-authentication-app-service.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ ms.subservice: web-apps
1717

1818
# Quickstart: Add app authentication to your web app running on Azure App Service
1919

20-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
21-
2220
[!INCLUDE [start](./includes/tutorial-set-up-app-service-authentication/intro.md)]
2321

2422
[!INCLUDE [start](./includes/tutorial-set-up-app-service-authentication/after.md)]

0 commit comments

Comments
 (0)