Skip to content

Commit ddc33fb

Browse files
In progress.
1 parent 7f2cbd7 commit ddc33fb

14 files changed

+0
-28
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.assetid: 3be1f4bd-8a81-4565-8a56-528c037b24bd
1313
---
1414
# Set up Azure App Service access restrictions
1515

16-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
17-
1816
When you set 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. For more information, see [Azure App Service access restrictions](./overview-access-restrictions.md).
1917

2018
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 Azure Functions apps.

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

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

1515
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 Azure App Service or Azure Functions apps.
1616

17-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
18-
1917
[Key Vault](/azure/key-vault/general/overview) 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 capabilities for managing secrets, they should go into a key vault.
2018

2119
## Grant your app access to a key vault

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

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

15-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
16-
1715
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.
1816

1917
## Create an App Service plan

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

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

1414
# Set up an existing custom domain in Azure App Service
1515

16-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
17-
1816
[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 App Service](manage-custom-dns-migrate-domain.md).
1917

2018
The DNS record type you need to add with your domain provider depends on the domain you want to add to App Service.

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

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

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

15-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
16-
1715
Select another authentication provider to jump to it.
1816

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

articles/app-service/configure-common.md

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

1717
This article explains how to configure common settings for web apps, a mobile back end, or an API app. For Azure Functions, see [App settings reference for Azure Functions](../azure-functions/functions-app-settings.md).
1818

19-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
20-
2119
## Configure app settings
2220

2321
In Azure App Service, app settings are variables passed as environment variables to the application code. The following conditions apply to app settings:

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

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

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

16-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
17-
1816
You can add digital security certificates to [use in your application code](configure-ssl-certificate-in-code.md) or to [help 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.
1917

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

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

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

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

17-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
18-
1917
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 and continuous delivery (CI/CD) by using [Azure DevOps](/azure/devops/).
2018

2119
YAML pipelines are defined by 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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.author: cephalin
1313

1414
# Deployment best practices
1515

16-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
17-
1816
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 Azure App Service: *deployment sources*, *build pipelines*, and *deployment mechanisms*. This article also covers some best practices and tips for specific language stacks.
1917

2018
## Deployment components

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ms.assetid: 6adb5c84-6cf3-424e-a336-c554f23b4000
1111

1212
# Configure continuous deployment to Azure App Service
1313

14-
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
15-
1614
You can configure 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](/azure/devops/repos/git/creatingrepo) repositories by using [Azure App Service](overview.md), which pulls in the latest updates. This guide provides you with everything you need to get started.
1715

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

0 commit comments

Comments
 (0)