Skip to content

Commit f7f7c67

Browse files
committed
chore: Remove en-us from azure.microsoft.com links
1 parent 7bb4362 commit f7f7c67

File tree

51 files changed

+60
-60
lines changed

Some content is hidden

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

51 files changed

+60
-60
lines changed

.openpublishing.redirection.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1063,12 +1063,12 @@
10631063
},
10641064
{
10651065
"source_path": "articles/fundamentals-introduction-to-azure.md",
1066-
"redirect_url": "https://azure.microsoft.com/en-us/overview/what-is-azure/",
1066+
"redirect_url": "https://azure.microsoft.com/overview/what-is-azure/",
10671067
"redirect_document_id": false
10681068
},
10691069
{
10701070
"source_path": "articles/azure-portal-overview.md",
1071-
"redirect_url": "https://azure.microsoft.com/en-us/features/azure-portal/",
1071+
"redirect_url": "https://azure.microsoft.com/features/azure-portal/",
10721072
"redirect_document_id": false
10731073
},
10741074
{

articles/aks/acs-aks-migration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ACS and AKS differ in some key areas that impact migration. You should review an
2525
* Custom `StorageClass` objects for Azure disks will need to be changed from `unmanaged` to `managed`
2626
* Any `PersistentVolumes` will need to use `kind: Managed`
2727
* AKS currently supports only one agent pool
28-
* Windows Server-based nodes are currently in [private preview](https://azure.microsoft.com/en-us/blog/kubernetes-on-azure/)
28+
* Windows Server-based nodes are currently in [private preview](https://azure.microsoft.com/blog/kubernetes-on-azure/)
2929
* Check the list of AKS [supported regions](https://docs.microsoft.com/azure/aks/container-service-quotas)
3030
* AKS is a managed service with a hosted Kubernetes control plane. You may need to modify your applications if you've previously modified the configuration of your ACS masters
3131

articles/app-service/app-service-web-tutorial-nodejs-mongodb-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ For MongoDB, this tutorial uses [Azure Cosmos DB](/azure/documentdb/). Cosmos DB
131131
### Create a Cosmos DB account
132132

133133
> [!NOTE]
134-
> There is a cost to creating the Azure Cosmos DB databases in this tutorial in your own Azure subscription. To use a free Azure Cosmos DB account for seven days, you can use the [Try Azure Cosmos DB for free](https://azure.microsoft.com/en-us/try/cosmosdb/) experience. Just click the **Create** button in the MongoDB tile to create a free MongoDB database on Azure. Once the database is created, navigate to **Connection String** in the portal and retrieve your Azure Cosmos DB connection string for use later in the tutorial.
134+
> There is a cost to creating the Azure Cosmos DB databases in this tutorial in your own Azure subscription. To use a free Azure Cosmos DB account for seven days, you can use the [Try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) experience. Just click the **Create** button in the MongoDB tile to create a free MongoDB database on Azure. Once the database is created, navigate to **Connection String** in the portal and retrieve your Azure Cosmos DB connection string for use later in the tutorial.
135135
>
136136
137137
In the Cloud Shell, create a Cosmos DB account with the [`az cosmosdb create`](/cli/azure/cosmosdb?view=azure-cli-latest#az-cosmosdb-create) command.

articles/app-service/web-sites-enable-diagnostic-log.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Any combination of file system, table storage, or blob storage can be enabled at
7878
While all three storage locations provide the same basic information for logged events, **table storage** and **blob storage** log additional information such as the instance ID, thread ID, and a more granular timestamp (tick format) than logging to **file system**.
7979

8080
> [!NOTE]
81-
> Information stored in **table storage** or **blob storage** can only be accessed using a storage client or an application that can directly work with these storage systems. For example, Visual Studio 2013 contains a Storage Explorer that can be used to explore table or blob storage, and HDInsight can access data stored in blob storage. You can also write an application that accesses Azure Storage by using one of the [Azure SDKs](https://azure.microsoft.com/en-us/downloads/).
81+
> Information stored in **table storage** or **blob storage** can only be accessed using a storage client or an application that can directly work with these storage systems. For example, Visual Studio 2013 contains a Storage Explorer that can be used to explore table or blob storage, and HDInsight can access data stored in blob storage. You can also write an application that accesses Azure Storage by using one of the [Azure SDKs](https://azure.microsoft.com/downloads/).
8282
>
8383
> [!NOTE]
8484
> Diagnostics can also be enabled from Azure PowerShell using the **Set-AzureWebsite** cmdlet. If you have not installed Azure PowerShell, or have not configured it to use your Azure Subscription, see [Install and configure Azure PowerShell](https://docs.microsoft.com/powershell/azure/install-azurerm-ps?view=azurermps-5.6.0).

articles/azure-databricks/quickstart-create-databricks-workspace-portal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In this section, you create an Azure Databricks workspace using the Azure portal
5656
## Create a Spark cluster in Databricks
5757

5858
> [!NOTE]
59-
> To use a free account to create the Azure Databricks cluster, before creating the cluster, go to your profile and change your subscription to **pay-as-you-go**. For more information, see [Azure free account](https://azure.microsoft.com/en-us/free/).
59+
> To use a free account to create the Azure Databricks cluster, before creating the cluster, go to your profile and change your subscription to **pay-as-you-go**. For more information, see [Azure free account](https://azure.microsoft.com/free/).
6060
6161
1. In the Azure portal, go to the Databricks workspace that you created, and then click **Launch Workspace**.
6262

articles/azure-functions/TOC.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- name: Samples
6060
items:
6161
- name: Code samples
62-
href: https://azure.microsoft.com/en-us/resources/samples/?service=functions
62+
href: https://azure.microsoft.com/resources/samples/?service=functions
6363
- name: Azure CLI
6464
href: functions-cli-samples.md
6565
- name: Azure Functions Recipes
@@ -289,4 +289,4 @@
289289
- name: Azure Functions GitHub repository
290290
href: https://github.com/Azure/Azure-Functions/
291291
- name: Service updates
292-
href: https://azure.microsoft.com/en-us/updates/?product=functions&updatetype=&platform=
292+
href: https://azure.microsoft.com/updates/?product=functions&updatetype=&platform=

articles/azure-functions/index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ abstract:
2323
src: media/index/video-thumb-get-started.png
2424
width: 250
2525
title: Get started with Azure Functions. (2:39)
26-
href: https://azure.microsoft.com/en-us/resources/videos/get-started-with-azure-functions/
26+
href: https://azure.microsoft.com/resources/videos/get-started-with-azure-functions/
2727
width: 250
2828
sections:
2929
- title: 5-Minute Quickstarts

articles/cognitive-services/Bing-Spell-Check/proof-text.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This spell-checker can handle any word-processing scenario:
3131

3232
## Spell check modes
3333

34-
The API supports two proofing modes, `Proof` and `Spell`. Try examples [here](https://azure.microsoft.com/en-us/services/cognitive-services/spell-check/).
34+
The API supports two proofing modes, `Proof` and `Spell`. Try examples [here](https://azure.microsoft.com/services/cognitive-services/spell-check/).
3535
### Proof - for documents scenario
3636
The default mode is `Proof`. The `Proof` spelling mode provides the most comprehensive checks, adding capitalization, basic punctuation, and other features to aid document creation. but it is available only in the en-US (English-United States), es-ES(Spanish), pt-BR(Portuguese) markets (Note: only in beta version for Spanish and Portuguese). For all other markets, set the mode query parameter to Spell.
3737
<br /><br/>**NOTE:** If the length of query text exceeds 4096, it will be truncated to 4096 characters, then get processed.

articles/cognitive-services/Bing-Web-Search/quickstarts/go.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Responses from the Bing Web Search API are returned as JSON. This sample respons
308308
```go
309309
Microsoft Cognitive Services || https://www.microsoft.com/cognitive-services
310310
Cognitive Services | Microsoft Azure || https://azure.microsoft.com/services/cognitive-services/
311-
Cognitive Service Try experience | Microsoft Azure || https://azure.microsoft.com/en-us/try/cognitive-services/
311+
Cognitive Service Try experience | Microsoft Azure || https://azure.microsoft.com/try/cognitive-services/
312312
What is Microsoft Cognitive Services? | Microsoft Docs || https://docs.microsoft.com/en-us/azure/cognitive-services/Welcome
313313
Microsoft Cognitive Toolkit || https://www.microsoft.com/en-us/cognitive-toolkit/
314314
Microsoft Customers || https://customers.microsoft.com/en-us/search?sq=%22Microsoft%20Cognitive%20Services%22&ff=&p=0&so=story_publish_date%20desc

articles/cognitive-services/Content-Moderator/ecommerce-retail-catalog-moderation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ In our case, we define these custom tags (**celebrity**, **flag**, **us**, **toy
155155

156156
## Classify into flags, toys, and pens
157157

158-
1. [Sign in](https://azure.microsoft.com/en-us/services/cognitive-services/custom-vision-service/) to the [Custom Vision API preview](https://www.customvision.ai/).
158+
1. [Sign in](https://azure.microsoft.com/services/cognitive-services/custom-vision-service/) to the [Custom Vision API preview](https://www.customvision.ai/).
159159
2. Use the [Quickstart](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifier) to build your custom classifier to detect the potential presence of flags, toys, and pens.
160160
![Custom Vision Training Images](images/tutorial-ecommerce-custom-vision.PNG)
161161
3. [Get the prediction endpoint URL](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/use-prediction-api) for your custom classifier.

articles/cognitive-services/LUIS/luis-concept-keys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The LUIS endpoint accepts two styles of query, both use the endpoint key, but in
5555
|[GET](https://westus.dev.cognitive.microsoft.com/docs/services/5819c76f40a6350ce09de1ac/operations/5819c77140a63516d81aee78)|`https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/df67dcdb-c37d-46af-88e1-8b97951ca1c2?subscription-key=your-endpoint-key-here&verbose=true&timezoneOffset=0&q=turn%20on%20the%20lights`<br><br>query string value for `subscription-key`<br><br>Change your endpoint query value for the `subscription-key` from the authoring (starter) key, to the new endpoint key in order to use the LUIS endpoint key quota rate. If you create the key, and assign the key but do not change the endpoint query value for subscription-key`, you are not using your endpoint key quota.|
5656
|[POST](https://westus.dev.cognitive.microsoft.com/docs/services/5819c76f40a6350ce09de1ac/operations/5819c77140a63516d81aee79)| `https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/df67dcdb-c37d-46af-88e1-8b97951ca1c2`<br><br> header value for `Ocp-Apim-Subscription-Key`<br><br>Change your endpoint query value for the `Ocp-Apim-Subscription-Key` from the authoring (starter) key, to the new endpoint key in order to use the LUIS endpoint key quota rate. If you create the key, and assign the key but do not change the endpoint query value for `Ocp-Apim-Subscription-Key`, you are not using your endpoint key quota.|
5757

58-
The app ID used in the previous URLs, `df67dcdb-c37d-46af-88e1-8b97951ca1c2`, is the public IoT app used for the [interactive demonstration](https://azure.microsoft.com/en-us/services/cognitive-services/language-understanding-intelligent-service/).
58+
The app ID used in the previous URLs, `df67dcdb-c37d-46af-88e1-8b97951ca1c2`, is the public IoT app used for the [interactive demonstration](https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/).
5959

6060
## API usage of Ocp-Apim-Subscription-Key
6161
The LUIS APIs use the header, `Ocp-Apim-Subscription-Key`. The header name does not change based on which key and set of APIs you are using. Set the header to the authoring key for authoring APIs. If you are using the endpoint, set the header to the endpoint key.

articles/cognitive-services/QnAMaker/How-To/set-up-qnamaker-service-azure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This setup deploys a few Azure resources. Together, these resources manage the k
3535
* Choose the **Subscription** in which the QnA Maker resource will be deployed.
3636
* Select the **Management pricing tier** for the QnA Maker management services (portal and management APIs). See [here](https://aka.ms/qnamaker-pricing) for details on the pricing of the SKUs.
3737
* Create a new **Resource Group** (recommended) or use an existing one in which to deploy this QnA Maker resource.
38-
* Choose the **Search pricing tier** of the Azure Search service. If you see the Free tier option greyed out, it means you already have a Free Azure Search tier deployed in your subscription. In that case, you will need to start with the Basic Azure Search tier. See details of Azure search pricing [here](https://azure.microsoft.com/en-us/pricing/details/search/).
38+
* Choose the **Search pricing tier** of the Azure Search service. If you see the Free tier option greyed out, it means you already have a Free Azure Search tier deployed in your subscription. In that case, you will need to start with the Basic Azure Search tier. See details of Azure search pricing [here](https://azure.microsoft.com/pricing/details/search/).
3939
* Choose the **Search Location** where you want Azure Search data to be deployed. Restrictions in where customer data must be stored will inform the location you choose for Azure Search.
4040
* Give a name to your App service in **App name**.
4141
* By default the App service defaults to the standard (S1) tier. You can change the plan after creation. See more details of App service pricing [here](https://azure.microsoft.com/en-in/pricing/details/app-service/).

articles/cognitive-services/QnAMaker/Tutorials/migrate-knowledge-base.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: tulasim
1414
# Migrate a knowledge base using export-import
1515
QnA Maker announced General Availability on May 7, 2018 at the \\\build\ conference. QnA Maker GA has a new architecture built on Azure. Knowledge bases created with QnA Maker Free Preview will need to be migrated to QnA Maker GA. QnA Maker Preview will be deprecated in November 2018. For more information about the changes in QnA Maker GA, see the QnA Maker GA announcement [blog post](https://aka.ms/qnamakerga-blog).
1616

17-
QnA Maker now has a [pricing model](https://azure.microsoft.com/en-us/pricing/details/cognitive-services/qna-maker/).
17+
QnA Maker now has a [pricing model](https://azure.microsoft.com/pricing/details/cognitive-services/qna-maker/).
1818

1919
Prerequisites
2020
> [!div class="checklist"]

articles/cognitive-services/QnAMaker/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
- name: Resources
122122
items:
123123
- name: Regional Availability
124-
href: https://azure.microsoft.com/en-us/global-infrastructure/services/
124+
href: https://azure.microsoft.com/global-infrastructure/services/
125125
- name: Azure Roadmap
126126
href: https://azure.microsoft.com/roadmap/
127127
- name: Pricing

articles/cognitive-services/Speech-Service/support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Are you just starting to explore the functionality of the Speech service? Are yo
2323
2424
## Stay informed
2525

26-
News about Cognitive Services is collected in the [Cognitive Services blog](https://azure.microsoft.com/en-us/blog/topics/cognitive-services/). For the latest information about Speech service, track the [Speech service blog](https://azure.microsoft.com/en-us/blog/tag/speech-service/).
26+
News about Cognitive Services is collected in the [Cognitive Services blog](https://azure.microsoft.com/blog/topics/cognitive-services/). For the latest information about Speech service, track the [Speech service blog](https://azure.microsoft.com/blog/tag/speech-service/).
2727

2828
## Search
2929

articles/cognitive-services/custom-decision-service/toc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
- name: Resources
3333
items:
3434
- name: Regional Availability
35-
href: https://azure.microsoft.com/en-us/global-infrastructure/services/
35+
href: https://azure.microsoft.com/global-infrastructure/services/
3636
- name: Pricing (free)
37-
href: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/custom-decision-service/
37+
href: https://azure.microsoft.com/pricing/details/cognitive-services/custom-decision-service/
3838
- name: UserVoice
3939
href: https://cognitive.uservoice.com/forums/598138-custom-decision-service
4040
- name: Stack Overflow

articles/data-factory/TOC.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
- name: Samples
104104
items:
105105
- name: Code samples
106-
href: https://azure.microsoft.com/en-us/resources/samples/?service=data-factory
106+
href: https://azure.microsoft.com/resources/samples/?service=data-factory
107107
- name: Azure PowerShell
108108
href: samples-powershell.md
109109
- name: Concepts
@@ -457,7 +457,7 @@
457457
- name: FAQ
458458
href: frequently-asked-questions.md
459459
- name: Roadmap
460-
href: https://azure.microsoft.com/en-us/roadmap/?tag=data-factory
460+
href: https://azure.microsoft.com/roadmap/?tag=data-factory
461461
- name: Pricing
462462
href: https://azure.microsoft.com/pricing/details/data-factory/
463463
- name: Availability by region

articles/data-factory/create-azure-ssis-integration-runtime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following table compares certain features of SQL Database logical server and
6363
| **Authentication** | You can create a database with a contained database user account which represents any Azure Active Directory user in the **dbmanager** role.<br/><br/>See [Enable Azure AD on Azure SQL Database](enable-aad-authentication-azure-ssis-ir.md#enable-azure-ad-on-azure-sql-database). | You cannot create a database with a contained database user account which represents any Azure Active Directory user other than an Azure AD admin. <br/><br/>See [Enable Azure AD on Azure SQL Database Managed Instance](enable-aad-authentication-azure-ssis-ir.md#enable-azure-ad-on-azure-sql-database-managed-instance). |
6464
| **Service tier** | When you create the Azure-SSIS IR on SQL Database, you can select the service tier for SSISDB. There are multiple services tiers. | When you create the Azure-SSIS IR on a Managed Instance, you cannot select the service tier for SSISDB. All databases on the same Managed Instance share the same resource allocated to that instance. |
6565
| **Virtual network** | Supports both Azure Resource Manager and classic virtual networks. | Only supports Azure Resource Manager virtual network. The virtual network is required.<br/><br/>If you join your Azure-SSIS IR to the same virtual network as the Managed Instance, make sure that the Azure-SSIS IR is in a different subnet than the Managed Instance. If you join the Azure-SSIS IR to a different virtual network than the Managed Instance, we recommend either virtual network peering (which is limited to the same region) or a virtual network to virtual network connection. See [Connect your application to Azure SQL Database Managed Instance](../sql-database/sql-database-managed-instance-connect-app.md). |
66-
| **Distributed transactions** | Microsoft Distributed Transaction Coordinator (MSDTC) transactions are not supported. If your packages use MSDTC to coordinate distributed transactions, you may be able to implement a temporary solution by using elastic transactions for SQL Database. At this time, SSIS doesn't have built-in support for elastic transactions. To use Elastic Transactions in your SSIS package, you have to write custom ADO.NET code in a Script Task. This script task must include the beginning and end of the transaction, and all the actions that have to occur inside the transaction.<br/><br/>For more info about coding elastic transactions, see [Elastic transactions with Azure SQL Database](https://azure.microsoft.com/en-us/blog/elastic-database-transactions-with-azure-sql-database/). For more info about elastic transactions in general, see [Distributed transactions across cloud databases](../sql-database/sql-database-elastic-transactions-overview.md). | Not supported. |
66+
| **Distributed transactions** | Microsoft Distributed Transaction Coordinator (MSDTC) transactions are not supported. If your packages use MSDTC to coordinate distributed transactions, you may be able to implement a temporary solution by using elastic transactions for SQL Database. At this time, SSIS doesn't have built-in support for elastic transactions. To use Elastic Transactions in your SSIS package, you have to write custom ADO.NET code in a Script Task. This script task must include the beginning and end of the transaction, and all the actions that have to occur inside the transaction.<br/><br/>For more info about coding elastic transactions, see [Elastic transactions with Azure SQL Database](https://azure.microsoft.com/blog/elastic-database-transactions-with-azure-sql-database/). For more info about elastic transactions in general, see [Distributed transactions across cloud databases](../sql-database/sql-database-elastic-transactions-overview.md). | Not supported. |
6767
| | | |
6868

6969
## Azure portal

articles/data-factory/v1/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
- name: Reference
187187
items:
188188
- name: Code samples
189-
href: https://azure.microsoft.com/en-us/resources/samples/?service=data-factory
189+
href: https://azure.microsoft.com/resources/samples/?service=data-factory
190190
- name: Azure PowerShell
191191
href: /powershell/module/azurerm.datafactories
192192
- name: .NET

0 commit comments

Comments
 (0)