Skip to content

Commit e6789ae

Browse files
authored
Merge pull request #187967 from JasonWHowell/fixportallinks2
Fixing dogfood Azure portal links - batch 2
2 parents a15fb1b + d5e5148 commit e6789ae

File tree

95 files changed

+119
-119
lines changed

Some content is hidden

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

95 files changed

+119
-119
lines changed

articles/cloud-services-extended-support/in-place-migration-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you're not able to add a co-administrator, contact a service administrator or
3434

3535
## Migrate your Cloud Service resources
3636

37-
1. Go to [Cloud Services (classic) portal blade](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/microsoft.classicCompute%2FdomainNames).
37+
1. Go to [Cloud Services (classic) portal blade](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/microsoft.classicCompute%2FdomainNames).
3838
2. Select the Cloud Service you want to migrate.
3939
3. Select the **Migrate to ARM** blade.
4040

articles/cloud-shell/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: damaerte
1414

1515
# Quickstart for Bash in Azure Cloud Shell
1616

17-
This document details how to use Bash in Azure Cloud Shell in the [Azure portal](https://ms.portal.azure.com/).
17+
This document details how to use Bash in Azure Cloud Shell in the [Azure portal](https://portal.azure.com/).
1818

1919
> [!NOTE]
2020
> A [PowerShell in Azure Cloud Shell](quickstart-powershell.md) Quickstart is also available.

articles/cognitive-services/Anomaly-Detector/How-to/multivariate-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Generally, multivariate anomaly detector includes a set of APIs, covering the wh
4444
## Create an Anomaly Detector resource in Azure portal
4545

4646
* Create an Azure subscription if you don't have one - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
47-
* Once you have your Azure subscription, [create an Anomaly Detector resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector) in the Azure portal to get your API key and API endpoint.
47+
* Once you have your Azure subscription, [create an Anomaly Detector resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector) in the Azure portal to get your API key and API endpoint.
4848

4949
> [!NOTE]
5050
> During preview stage, MVAD is available in limited regions only. Please bookmark [What's new in Anomaly Detector](../whats-new.md) to keep up to date with MVAD region roll-outs. You could also file a GitHub issue or contact us at [[email protected]](mailto:[email protected]) to request information regarding the timeline for specific regions being supported.

articles/cognitive-services/Anomaly-Detector/includes/create-anomaly-detector-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: mbullwin
1313
## Create an Anomaly Detector resource
1414

1515
1. Sign into the <a href="https://portal.azure.com" target="_blank">Azure portal</a>.
16-
1. Select <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" target="_blank">Create Anomaly Detector</a> resource.
16+
1. Select <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" target="_blank">Create Anomaly Detector</a> resource.
1717
1. Enter all required settings:
1818

1919
|Setting|Value|

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-csharp-multivariate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the Anomaly Detector multivariate client library for C# to:
2424

2525
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2626
* The current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core)
27-
* Once you have your Azure subscription, <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and select the **Go to resource** button.
27+
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and select the **Go to resource** button.
2828
* You will need the key and endpoint from the resource you create to connect your application to the Anomaly Detector API. Paste your key and endpoint into the code below later in the quickstart.
2929
You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3030

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the Anomaly Detector client library for C# to:
2424

2525
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2626
* The current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core)
27-
* Once you have your Azure subscription, <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
27+
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
2828
* You will need the key and endpoint from the resource you create to connect your application to the Anomaly Detector API. You'll paste your key and endpoint into the code below later in the quickstart.
2929
You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3030

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-java-multivariate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the Anomaly Detector multivariate client library for Java to:
2525
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2626
* The current version of the [Java Development Kit(JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
2727
* The [Gradle build tool](https://gradle.org/install/), or another dependency manager.
28-
* Once you have your Azure subscription, <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
28+
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
2929
* You will need the key and endpoint from the resource you create to connect your application to the Anomaly Detector API. You'll paste your key and endpoint into the code below later in the quickstart.
3030
You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3131

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-javascript-multivariate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the Anomaly Detector multivariate client library for JavaScript to:
2424

2525
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2626
* The current version of [Node.js](https://nodejs.org/)
27-
* Once you have your Azure subscription, <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
27+
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
2828
* You will need the key and endpoint from the resource you create to connect your application to the Anomaly Detector API. You'll paste your key and endpoint into the code below later in the quickstart.
2929
You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3030

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the Anomaly Detector client library for JavaScript to:
2525

2626
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2727
* The current version of [Node.js](https://nodejs.org/)
28-
* Once you have your Azure subscription, <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
28+
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
2929
* You will need the key and endpoint from the resource you create to connect your application to the Anomaly Detector API. You'll paste your key and endpoint into the code below later in the quickstart.
3030
You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3131

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-python-multivariate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the Anomaly Detector multivariate client library for Python to:
2525
* [Python 3.x](https://www.python.org/)
2626
* The [Pandas data analysis library](https://pandas.pydata.org/)
2727
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
28-
* Once you have your Azure subscription, <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
28+
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
2929
* You will need the key and endpoint from the resource you create to connect your application to the Anomaly Detector API. You'll paste your key and endpoint into the code below later in the quickstart.
3030
You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
3131

0 commit comments

Comments
 (0)