Skip to content

Commit 46b937d

Browse files
committed
replace
1 parent 391c944 commit 46b937d

File tree

76 files changed

+77
-77
lines changed

Some content is hidden

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

76 files changed

+77
-77
lines changed

articles/ai-services/computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You must meet the following prerequisites before using the containers:
4444
|Familiarity with Docker | You should have a basic understanding of Docker concepts, like registries, repositories, containers, and container images, as well as knowledge of basic `docker` commands.|
4545
|Computer Vision resource |In order to use the container, you must have:<br><br>A **Computer Vision** resource and the associated API key the endpoint URI. Both values are available on the Overview and Keys pages for the resource and are required to start the container.<br><br>**{API_KEY}**: One of the two available resource keys on the **Keys** page<br><br>**{ENDPOINT_URI}**: The endpoint as provided on the **Overview** page|
4646

47-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/cognitive-services/) before you begin.
47+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
4848

4949
[!INCLUDE [Gathering required container parameters](../containers/includes/container-gathering-required-parameters.md)]
5050

articles/ai-services/computer-vision/how-to/analyze-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ By using this approach, you can visualize the detected face immediately. You can
227227

228228
To get started with this sample, complete the following steps:
229229

230-
1. Create an [Azure account](https://azure.microsoft.com/free/cognitive-services/). If you already have an account, go to the next step.
230+
1. Create an [Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn). If you already have an account, go to the next step.
231231
1. Create resources for Azure AI Vision and Face in the Azure portal to get your key and endpoint. Make sure to select the free tier (F0) during setup.
232232
- [Azure AI Vision](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision)
233233
- [Face](https://portal.azure.com/#create/Microsoft.CognitiveServicesFace)

articles/ai-services/computer-vision/how-to/image-retrieval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `2024-02-01` API includes a multi-lingual model (model version `2023-04-15`)
2424
2525
## Prerequisites
2626

27-
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
27+
* Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
2828
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="Create a Computer Vision resource" target="_blank">create a Computer Vision resource </a> in the Azure portal to get your key and endpoint. Be sure to create it in one of the supported geographic regions: see [Region availability](../overview-image-analysis.md#region-availability).
2929
* After it deploys, select **Go to resource**. Copy the key and endpoint to a temporary location to use later on.
3030

articles/ai-services/computer-vision/how-to/use-persondirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Another difference between **PersonDirectory** and previous data structures is t
3030

3131
## Prerequisites
3232

33-
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
33+
* Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
3434
* Once you have your Azure subscription, [create a Face resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesFace) in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
3535
* You'll need the key and endpoint from the resource you create to connect your application to the Face API. You'll paste your key and endpoint into the code below.
3636
* You can use the free pricing tier (F0) to try the service, and upgrade later to a paid tier for production.

articles/ai-services/computer-vision/includes/curl-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use the optical character recognition (OCR) REST API to read printed and handwri
1717
1818
## Prerequisites
1919

20-
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
20+
- An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2121
- [cURL](https://curl.haxx.se/) installed.
2222
- <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">An Azure AI Vision resource</a>. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2323
- The key and endpoint from the resource you create to connect your application to the Azure AI Vision service.

articles/ai-services/computer-vision/includes/identity-curl-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get started with facial recognition using the Face REST API. The Face service pr
1717
1818
## Prerequisites
1919

20-
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
20+
* Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
2121
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesFace" title="Create a Face resource" target="_blank">create a Face resource </a> in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
2222
* You'll need the key and endpoint from the resource you create to connect your application to the Face API. You'll paste your key and endpoint into the code below later in the quickstart.
2323
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.

articles/ai-services/computer-vision/includes/image-analysis-curl-quickstart-40.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the Image Analysis REST API to read text and generate captions for the image
1818
1919
## Prerequisites
2020

21-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/)
21+
* An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
2222
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Computer Vision resource" target="_blank">create a Computer Vision resource</a> in the Azure portal to get your key and endpoint. In order to use the captioning feature in this quickstart, you must create your resource in certain Azure regions. See [Region availability](./../overview-image-analysis.md#region-availability). After it deploys, select **Go to resource**.
2323
* You'll need the key and endpoint from the resource you create to connect your application to the Azure AI Vision service. You'll paste your key and endpoint into the code below later in the quickstart.
2424
* You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.

articles/ai-services/computer-vision/includes/ocr-studio-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: pafarley
1313

1414
## Prerequisites
1515

16-
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
16+
- An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
1717
- [An Azure AI Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision). You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
1818
- Connect to [Vision Studio](https://portal.vision.cognitive.azure.com/).
1919
- You might need to sign in.

articles/ai-services/computer-vision/includes/quickstarts-sdk/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the optical character recognition (OCR) client library to read printed and h
2121

2222
## Prerequisites
2323

24-
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
24+
- An Azure subscription - [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2525
- The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/) or current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
2626
- <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision" title="create a Vision resource" target="_blank">An Azure AI Vision resource</a>. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2727
- The key and endpoint from the resource you create to connect your application to the Azure AI Vision service.

articles/ai-services/computer-vision/includes/quickstarts-sdk/identity-csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Get started with facial recognition using the Face client library for .NET. The
1616

1717
## Prerequisites
1818

19-
* Azure subscription. [Create one for free](https://azure.microsoft.com/free/cognitive-services/).
19+
* Azure subscription. [Create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
2020
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/) or current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core).
2121
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesFace" title="Create a Face resource" target="_blank">create a Face resource </a> in the Azure portal to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
2222

0 commit comments

Comments
 (0)