Skip to content

Commit 5e1bf74

Browse files
authored
Merge pull request #276856 from MicrosoftDocs/main
5/31/2024 AM Publish
2 parents e27aff5 + 7dfb01e commit 5e1bf74

File tree

178 files changed

+5699
-432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+5699
-432
lines changed

articles/app-service/app-service-ip-restrictions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.author: madsd
1111
---
1212
# Set up Azure App Service access restrictions
1313

14+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
15+
1416
By setting up access restrictions, you can define a priority-ordered allow/deny list that controls network access to your app. The list can include IP addresses or Azure Virtual Network subnets. When there are one or more entries, an implicit *deny all* exists at the end of the list. To learn more about access restrictions, go to the [access restrictions overview](./overview-access-restrictions.md).
1517

1618
The access restriction capability works with all Azure App Service-hosted workloads. The workloads can include web apps, API apps, Linux apps, Linux custom containers and Functions.

articles/app-service/app-service-key-vault-references.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.custom: AppServiceConnectivity
1111

1212
# Use Key Vault references as app settings in Azure App Service and Azure Functions
1313

14+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
15+
1416
This article shows you how to use secrets from Azure Key Vault as values of [app settings](configure-common.md#configure-app-settings) or [connection strings](configure-common.md#configure-connection-strings) in your App Service or Azure Functions apps.
1517

1618
[Azure Key Vault](../key-vault/general/overview.md) is a service that provides centralized secrets management, with full control over access policies and audit history. When an app setting or connection string is a key vault reference, your application code can use it like any other app setting or connection string. This way, you can maintain secrets apart from your app's configuration. App settings are securely encrypted at rest, but if you need secret management capabilities, they should go into a key vault.

articles/app-service/app-service-plan-manage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.custom: "UpdateFrequency3"
1212
---
1313
# Manage an App Service plan in Azure
1414

15+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
16+
1517
An [Azure App Service plan](overview-hosting-plans.md) provides the resources that an App Service app needs to run. This guide shows how to manage an App Service plan.
1618

1719
## Create an App Service plan

articles/app-service/app-service-web-tutorial-custom-domain.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ author: msangapu-msft
1313

1414
# Map an existing custom DNS name to Azure App Service
1515

16+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
17+
1618
[Azure App Service](overview.md) provides a highly scalable, self-patching web hosting service. This guide shows you how to map an existing custom Domain Name System (DNS) name to App Service. To migrate a live site and its DNS domain name to App Service with no downtime, see [Migrate an active DNS name to Azure](manage-custom-dns-migrate-domain.md).
1719

1820
The DNS record type you need to add with your domain provider depends on the domain you want to add to App Service.
@@ -108,7 +110,7 @@ Create two records according to the following table:
108110

109111
| Record type | Host | Value | Comments |
110112
| - | - | - |
111-
| CNAME | `<subdomain>` (for example, `www`) | `<app-name>.azurewebsites.net` | The domain mapping itself. |
113+
| CNAME | `<subdomain>` (for example, `www`) | `<app-name>.azurewebsites.net` (see [note at top](#dnl-note)) | The domain mapping itself. |
112114
| TXT | `asuid.<subdomain>` (for example, `asuid.www`) | The domain verification ID shown in the **Add custom domain** dialog. | App Service accesses the `asuid.<subdomain>` TXT record to verify your ownership of the custom domain. |
113115

114116
![Screenshot that shows the portal navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record.png)
@@ -119,7 +121,7 @@ For a wildcard name like `*` in `*.contoso.com`, create two records according to
119121

120122
| Record type | Host | Value | Comments |
121123
| - | - | - | - |
122-
| CNAME | `*` | `<app-name>.azurewebsites.net` | The domain mapping itself. |
124+
| CNAME | `*` | `<app-name>.azurewebsites.net` (see [note at top](#dnl-note)) | The domain mapping itself. |
123125
| 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. |
124126

125127
![Screenshot that shows the navigation to an Azure app.](./media/app-service-web-tutorial-custom-domain/cname-record-wildcard.png)

articles/app-service/configure-authentication-provider-aad.md

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

1212
# Configure your App Service or Azure Functions app to use Microsoft Entra sign-in
1313

14+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
15+
1416
Select another authentication provider to jump to it.
1517

1618
[!INCLUDE [app-service-mobile-selector-authentication](../../includes/app-service-mobile-selector-authentication.md)]

articles/app-service/configure-common.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.author: cephalin
1212
---
1313
# Configure an App Service app
1414

15+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
16+
1517
This article explains how to configure common settings for web apps, mobile back end, or API app. For Azure Functions, see [App settings reference for Azure Functions](../azure-functions/functions-app-settings.md).
1618

1719
## Configure app settings

articles/app-service/configure-ssl-certificate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ author: msangapu-msft
1212

1313
# Add and manage TLS/SSL certificates in Azure App Service
1414

15+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
16+
1517
You can add digital security certificates to [use in your application code](configure-ssl-certificate-in-code.md) or to [secure custom DNS names](configure-ssl-bindings.md) in [Azure App Service](overview.md), which provides a highly scalable, self-patching web hosting service. Currently called Transport Layer Security (TLS) certificates, also previously known as Secure Socket Layer (SSL) certificates, these private or public certificates help you secure internet connections by encrypting data sent between your browser, websites that you visit, and the website server.
1618

1719
The following table lists the options for you to add certificates in App Service:

articles/app-service/deploy-azure-pipelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ author: cephalin
1414

1515
**Azure DevOps Services | Azure DevOps Server 2020 | Azure DevOps Server 2019**
1616

17+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
18+
1719
Use [Azure Pipelines](/azure/devops/pipelines/) to automatically deploy your web app to [Azure App Service](./overview.md) on every successful build. Azure Pipelines lets you build, test, and deploy with continuous integration (CI) and continuous delivery (CD) using [Azure DevOps](/azure/devops/).
1820

1921
YAML pipelines are defined using a YAML file in your repository. A step is the smallest building block of a pipeline and can be a script or task (prepackaged script). [Learn about the key concepts and components that make up a pipeline](/azure/devops/pipelines/get-started/key-pipelines-concepts).

articles/app-service/deploy-best-practices.md

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

1313
# Deployment Best Practices
1414

15+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
16+
1517
Every development team has unique requirements that can make implementing an efficient deployment pipeline difficult on any cloud service. This article introduces the three main components of deploying to App Service: deployment sources, build pipelines, and deployment mechanisms. This article also covers some best practices and tips for specific language stacks.
1618

1719
## Deployment Components

articles/app-service/deploy-continuous-deployment.md

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

1111
# Continuous deployment to Azure App Service
1212

13+
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
14+
1315
[Azure App Service](overview.md) enables continuous deployment from [GitHub](https://help.github.com/articles/create-a-repo), [Bitbucket](https://confluence.atlassian.com/get-started-with-bitbucket/create-a-repository-861178559.html), and [Azure Repos](/azure/devops/repos/git/creatingrepo) repositories by pulling in the latest updates.
1416

1517
[!INCLUDE [Prepare repository](../../includes/app-service-deploy-prepare-repo.md)]

0 commit comments

Comments
 (0)