Skip to content

Commit b273b65

Browse files
committedNov 14, 2018
chore: Remove locale from docs.microsoft.com links
1 parent d53620c commit b273b65

15 files changed

+20
-20
lines changed
 

‎articles/cognitive-services/QnAMaker/Tutorials/integrate-qnamaker-luis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ As your QnA Maker knowledge base grows large, it becomes difficult to maintain i
1717

1818
While it is straightforward to create multiple knowledge bases in QnA Maker, you will need some logic to route the incoming question to the appropriate knowledge base. You can do this by using LUIS.
1919

20-
This article uses Bot Framework v3 SDK. Please see this [Bot Framework article](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch?view=azure-bot-service-4.0&tabs=csharp), if you are interested in Bot Framework v4 SDK version of this information.
20+
This article uses Bot Framework v3 SDK. Please see this [Bot Framework article](https://docs.microsoft.com/azure/bot-service/bot-builder-tutorial-dispatch?view=azure-bot-service-4.0&tabs=csharp), if you are interested in Bot Framework v4 SDK version of this information.
2121

2222
## Architecture
2323

‎articles/cognitive-services/Speech-Service/quickstart-csharp-dotnet-windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: wolfma
1818

1919
Use this guide to create a speech-to-text console application using the .NET framework for Windows and the Speech SDK. When finished, you can use your computer's microphone to transcribe speech to text in real time.
2020

21-
This quickstart requires an [Azure Cognitive Services account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with Microsoft Speech enabled. If you don't have an account, you can use the [free trial](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started) to get a subscription key.
21+
This quickstart requires an [Azure Cognitive Services account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with Microsoft Speech enabled. If you don't have an account, you can use the [free trial](https://docs.microsoft.com/azure/cognitive-services/speech-service/get-started) to get a subscription key.
2222

2323
## Prerequisites
2424

‎articles/cognitive-services/Translator/custom-translator/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.topic: overview
1818

1919
Translation systems built with [Custom Translator](https://portal.customtranslator.azure.ai) are available through the same cloud-based, [secure](https://cognitive.uservoice.com/knowledgebase/articles/1147537-api-and-customization-confidentiality), high performance, highly scalable Microsoft Translator [Text API V3](https://docs.microsoft.com/azure/cognitive-services/translator/reference/v3-0-translate?tabs=curl), that powers billions of translations every day.
2020

21-
Custom Translator supports more than three dozen languages, and maps directly to the languages available for NMT. For a complete list, see [Microsoft Translator Languages]( https://docs.microsoft.com/en-us/azure/cognitive-services/translator/language-support).
21+
Custom Translator supports more than three dozen languages, and maps directly to the languages available for NMT. For a complete list, see [Microsoft Translator Languages]( https://docs.microsoft.com/azure/cognitive-services/translator/language-support).
2222

2323
## Features
2424

‎articles/cognitive-services/Translator/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
- name: Resources
222222
items:
223223
- name: Language Support
224-
href: https://docs.microsoft.com/en-us/azure/cognitive-services/translator/language-support
224+
href: https://docs.microsoft.com/azure/cognitive-services/translator/language-support
225225
- name: Glossary
226226
href: custom-translator/glossary.md
227227
- name: FAQ

‎articles/genomics/frequently-asked-questions-genomics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Here is the list of common errors you might encounter and their recommended reso
2323

2424
| **Message** | **Cause** | **Resolution** |
2525
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26-
| `gatk4-promo` is not enabled for your account. For more information, see https://docs.microsoft.com/en-us/azure/genomics/frequently-asked-questions-genomics | You are trying to run GATK4 workflows with the Microsoft Genomics service without being activated. | Please visit [here](https://aka.ms/msgatk4) to activate your account. Note that the trial expires at the end of the calendar year 2018. You will not be able to activate your account for the promotional runs after this date. |
27-
| Thank you for trying `gatk4-promo`.Your trial period has ended. For more information, https://docs.microsoft.com/en-us/azure/genomics/frequently-asked-questions-genomics | The GATK4 trial has expired at the end of the calendar year, and you are trying to invoke the `gatk4-promo` process_name. | Switch the process_name parameter to, `gatk4`, instead of `gatk4-promo`. This is the official gatk4 version, and your workflow will be billed if you use this parameter. |
28-
| Thank you for trying `gatk4-promo` You have used all of your allocated runs. For more information, see https://docs.microsoft.com/en-us/azure/genomics/frequently-asked-questions-genomics | You have successfully submitted all of your 20 promotional runs for GATK4. | Submit any new gatk4 runs with process_name argument set to `gatk4` instead of `gatk4-promo`. Your workflow will be billed when you use this parameter. |
26+
| `gatk4-promo` is not enabled for your account. For more information, see https://docs.microsoft.com/azure/genomics/frequently-asked-questions-genomics | You are trying to run GATK4 workflows with the Microsoft Genomics service without being activated. | Please visit [here](https://aka.ms/msgatk4) to activate your account. Note that the trial expires at the end of the calendar year 2018. You will not be able to activate your account for the promotional runs after this date. |
27+
| Thank you for trying `gatk4-promo`.Your trial period has ended. For more information, https://docs.microsoft.com/azure/genomics/frequently-asked-questions-genomics | The GATK4 trial has expired at the end of the calendar year, and you are trying to invoke the `gatk4-promo` process_name. | Switch the process_name parameter to, `gatk4`, instead of `gatk4-promo`. This is the official gatk4 version, and your workflow will be billed if you use this parameter. |
28+
| Thank you for trying `gatk4-promo` You have used all of your allocated runs. For more information, see https://docs.microsoft.com/azure/genomics/frequently-asked-questions-genomics | You have successfully submitted all of your 20 promotional runs for GATK4. | Submit any new gatk4 runs with process_name argument set to `gatk4` instead of `gatk4-promo`. Your workflow will be billed when you use this parameter. |
2929

3030

3131
## Can I run GATK4 workflows on Microsoft Genomics without signing up for the GATK4 promotion?

‎articles/hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Once the managed identity is created and given the correct role, the AAD-DS admi
6060
## Networking considerations
6161

6262
> [!NOTE]
63-
> Azure AD-DS must be deployed in an Azure Resource Manager (ARM) based vNET. Classic virtual networks are not supported for Azure AD-DS. Please refer to [Enable Azure Active Directory Domain Services using the Azure portal](https://docs.microsoft.com/en-us/azure/active-directory-domain-services/active-directory-ds-getting-started-network) for more details.
63+
> Azure AD-DS must be deployed in an Azure Resource Manager (ARM) based vNET. Classic virtual networks are not supported for Azure AD-DS. Please refer to [Enable Azure Active Directory Domain Services using the Azure portal](https://docs.microsoft.com/azure/active-directory-domain-services/active-directory-ds-getting-started-network) for more details.
6464
6565
After you enable Azure AD-DS, a local Domain Name Service (DNS) server runs on the AD Virtual Machines (VMs). Configure your Azure AD-DS Virtual Network (VNET) to use these custom DNS servers. To locate the right IP addresses, select **Properties** under the **Manage** category and look at the IP Addresses listed beneath **IP Address on Virtual Network**.
6666

‎articles/hdinsight/hdinsight-hadoop-create-linux-clusters-portal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The Azure portal exposes most of the cluster properties. Using Azure Resource Ma
6161

6262
* Click **Next**.
6363

64-
4. In **Security and Networking**, you can connect your cluster to a virtual network using the provided dropdown. Select an Azure virtual network and the subnet if you want to place the cluster into a virtual network. For information on using HDInsight with a Virtual Network, including specific configuration requirements for the Virtual Network, see [Extend HDInsight capabilities by using an Azure Virtual Network](hdinsight-extend-hadoop-virtual-network.md). If you want to use the **Enterprise Security Package**, you can also follow instructions here: [Configure a HDInsight cluster with Enterprise Security Package by using Azure Active Directory Domain Services](https://docs.microsoft.com/en-us/azure/hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds).
64+
4. In **Security and Networking**, you can connect your cluster to a virtual network using the provided dropdown. Select an Azure virtual network and the subnet if you want to place the cluster into a virtual network. For information on using HDInsight with a Virtual Network, including specific configuration requirements for the Virtual Network, see [Extend HDInsight capabilities by using an Azure Virtual Network](hdinsight-extend-hadoop-virtual-network.md). If you want to use the **Enterprise Security Package**, you can also follow instructions here: [Configure a HDInsight cluster with Enterprise Security Package by using Azure Active Directory Domain Services](https://docs.microsoft.com/azure/hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds).
6565

6666
5. For **Storage**, specify whether you want Azure Storage (WASB) or Data Lake Storage as your default storage. Look at the table below for more information.
6767

‎articles/hdinsight/hdinsight-hadoop-install-presto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: hrasheed
1616

1717
In this document, you learn how to install Presto on HDInsight Hadoop clusters by using Script Action. You also learn how to install Airpal on an existing Presto HDInsight cluster.
1818

19-
HDInsight also offers the Starburst Presto application for Apache Hadoop clusters. For more information, see [Install third-party applications on Azure HDInsight](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-apps-install-applications)
19+
HDInsight also offers the Starburst Presto application for Apache Hadoop clusters. For more information, see [Install third-party applications on Azure HDInsight](https://docs.microsoft.com/azure/hdinsight/hdinsight-apps-install-applications)
2020

2121
> [!IMPORTANT]
2222
> The steps in this document require an **HDInsight 3.5 Hadoop cluster** that uses Linux. Linux is the only operating system used on HDInsight version 3.4 or greater. For more information, see [HDInsight versions](hdinsight-component-versioning.md).

‎articles/hdinsight/spark/apache-spark-python-package-installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The Microsoft Azure HDInsight service uses an ecosystem of open-source technolog
4747

4848
There are two types of open-source components that are available in the HDInsight service:
4949

50-
* **Built-in components** - These components are pre-installed on HDInsight clusters and provide core functionality of the cluster. For example, YARN ResourceManager, the Hive query language (HiveQL), and the Mahout library belong to this category. A full list of cluster components is available in [What's new in the Hadoop cluster versions provided by HDInsight](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-component-versioning).
50+
* **Built-in components** - These components are pre-installed on HDInsight clusters and provide core functionality of the cluster. For example, YARN ResourceManager, the Hive query language (HiveQL), and the Mahout library belong to this category. A full list of cluster components is available in [What's new in the Hadoop cluster versions provided by HDInsight](https://docs.microsoft.com/azure/hdinsight/hdinsight-component-versioning).
5151
* **Custom components** - You, as a user of the cluster, can install or use in your workload any component available in the community or created by you.
5252

5353
> [!WARNING]

‎articles/hdinsight/spark/apache-spark-settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The number of VMs, and the VM sizes, for the nodes in your HDInsight cluster can
2424

2525
Use the best Spark version for your cluster. The HDInsight service includes several versions of both Spark and HDInsight itself. Each version of Spark includes a set of default cluster settings.
2626

27-
When you create a new cluster, there are multiple Spark versions to choose from. To see the full list, [HDInsight Components and Versions](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-component-versioning)
27+
When you create a new cluster, there are multiple Spark versions to choose from. To see the full list, [HDInsight Components and Versions](https://docs.microsoft.com/azure/hdinsight/hdinsight-component-versioning)
2828

2929

3030
> [!NOTE]

‎articles/iot-edge/iot-edge-runtime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To receive a message, register a callback that processes messages coming in on a
6868
await client.SetInputMessageHandlerAsync(“input1”, messageProcessor, userContext);
6969
```
7070

71-
For more information about the ModuleClient class and its communication methods, see the API reference for your preferred SDK language: [C#](https://docs.microsoft.com/dotnet/api/microsoft.azure.devices.client.moduleclient?view=azure-dotnet), [C and Python](https://docs.microsoft.com/en-us/azure/iot-hub/iot-c-sdk-ref/iothub-module-client-h), [Java](https://docs.microsoft.com/java/api/com.microsoft.azure.sdk.iot.device._module_client?view=azure-java-stable), or [Node.js](https://docs.microsoft.com/javascript/api/azure-iot-device/moduleclient?view=azure-node-latest).
71+
For more information about the ModuleClient class and its communication methods, see the API reference for your preferred SDK language: [C#](https://docs.microsoft.com/dotnet/api/microsoft.azure.devices.client.moduleclient?view=azure-dotnet), [C and Python](https://docs.microsoft.com/azure/iot-hub/iot-c-sdk-ref/iothub-module-client-h), [Java](https://docs.microsoft.com/java/api/com.microsoft.azure.sdk.iot.device._module_client?view=azure-java-stable), or [Node.js](https://docs.microsoft.com/javascript/api/azure-iot-device/moduleclient?view=azure-node-latest).
7272

7373
The solution developer is responsible for specifying the rules that determine how Edge hub passes messages between modules. Routing rules are defined in the cloud and pushed down to Edge hub in its device twin. The same syntax for IoT Hub routes is used to define routes between modules in Azure IoT Edge.
7474

‎articles/machine-learning/service/concept-ml-pipelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Once the pipeline is designed, there is often more fine-tuning around the traini
4040

4141
With Azure Machine Learning, you can use various toolkits and frameworks such as Microsoft Cognitive Toolkit or TensorFlow for each step in your pipeline. Azure coordinates between the various [compute targets](concept-azure-machine-learning-architecture.md) you use so that your intermediate data can be shared with the downstream compute targets easily.
4242

43-
You can [track the metrics for your pipeline experiments](https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-track-experiments) directly in the Azure portal.
43+
You can [track the metrics for your pipeline experiments](https://docs.microsoft.com/azure/machine-learning/service/how-to-track-experiments) directly in the Azure portal.
4444

4545
## Key advantages
4646

‎articles/machine-learning/service/how-to-consume-web-service.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 10/30/2018
1616

1717
Deploying an Azure Machine Learning model as a web service creates a REST API. You can send data to this API and receive the prediction returned by the model. In this document, learn how to create clients for the web service using C#, Go, Java, and Python.
1818

19-
A web service is created when you deploy an image to an Azure Container Instance, Azure Kubernetes Service, or Project Brainwave (field programmable gate arrays). Images are created from registered models and scoring files. The URI used to access a web service can be retrieved using the [Azure Machine Learning SDK](https://docs.microsoft.com/en-us/python/api/overview/azure/ml/intro?view=azure-ml-py). If authentication is enabled, you can also use the SDK to get the authentication keys.
19+
A web service is created when you deploy an image to an Azure Container Instance, Azure Kubernetes Service, or Project Brainwave (field programmable gate arrays). Images are created from registered models and scoring files. The URI used to access a web service can be retrieved using the [Azure Machine Learning SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py). If authentication is enabled, you can also use the SDK to get the authentication keys.
2020

2121
The general workflow when creating a client that uses an ML web service is:
2222

@@ -29,7 +29,7 @@ The general workflow when creating a client that uses an ML web service is:
2929
> [!NOTE]
3030
> The Azure Machine Learning SDK is used to get the web service information. This is a Python SDK. While it is used to retrieve information about the web services, you can use any language to create a client for the service.
3131
32-
The web service connection information can be retrieved using the Azure Machine Learning SDK. The [azureml.core.Webservice](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.webservice(class)?view=azure-ml-py) class provides the information needed to create a client. The following `Webservice` properties that are useful when creating a client application:
32+
The web service connection information can be retrieved using the Azure Machine Learning SDK. The [azureml.core.Webservice](https://docs.microsoft.com/python/api/azureml-core/azureml.core.webservice(class)?view=azure-ml-py) class provides the information needed to create a client. The following `Webservice` properties that are useful when creating a client application:
3333

3434
* `auth_enabled` - If authentication is enabled, `True`; otherwise, `False`.
3535
* `scoring_uri` - The REST API address.
@@ -47,7 +47,7 @@ There are a three ways to retrieve this information for deployed web services:
4747
print(service.scoring_uri)
4848
```
4949

50-
* You can use `Webservice.list` to retrieve a list of deployed web services for models in your workspace. You can add filters to narrow the list of information returned. For more information on what can be filtered on, see the [Webservice.list](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.webservice.webservice.webservice?view=azure-ml-py#list) reference documentation.
50+
* You can use `Webservice.list` to retrieve a list of deployed web services for models in your workspace. You can add filters to narrow the list of information returned. For more information on what can be filtered on, see the [Webservice.list](https://docs.microsoft.com/python/api/azureml-core/azureml.core.webservice.webservice.webservice?view=azure-ml-py#list) reference documentation.
5151

5252
```python
5353
services = Webservice.list(ws)
@@ -78,7 +78,7 @@ print(primary)
7878
```
7979

8080
> [!IMPORTANT]
81-
> If you need to regenerate a key, use [`service.regen_key`](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.webservice(class)?view=azure-ml-py#regen-key).
81+
> If you need to regenerate a key, use [`service.regen_key`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.webservice(class)?view=azure-ml-py#regen-key).
8282

8383
## Request data
8484

‎articles/marketplace-publishing/marketplace-publishing-vm-image-creation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ To learn more about VM images, review the following blog posts:
187187

188188
### Set up the necessary tools, PowerShell and Azure classic CLI
189189
* [How to setup PowerShell](/powershell/azure/overview)
190-
* [How to setup Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
190+
* [How to setup Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest)
191191

192192
### 4.1 Create a user VM image
193193
#### Capture VM

‎articles/storage/blobs/storage-quickstart-blobs-nodejs-v10.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,4 +344,4 @@ This quickstart demonstrates how to manage blobs and containers in Azure Blob st
344344

345345
> [!div class="nextstepaction"]
346346
> [Azure Storage v10 SDK for JavaScript repository](https://github.com/Azure/azure-storage-js)
347-
> [JavaScript API Reference](https://docs.microsoft.com/en-us/javascript/api/overview/azure/storage/client?view=azure-node-preview)
347+
> [JavaScript API Reference](https://docs.microsoft.com/javascript/api/overview/azure/storage/client?view=azure-node-preview)

0 commit comments

Comments
 (0)
Please sign in to comment.