Skip to content

Commit 97be945

Browse files
committed
Remove localization
1 parent 6ce4a10 commit 97be945

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use the Image Analysis REST API to analyze an image for tags.
2222
2323
## Prerequisites
2424

25-
* An Azure subscription. You can [create one for free](https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account?icid=ai-services).
25+
* An Azure subscription. You can [create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?icid=ai-services).
2626
* Once you have your Azure subscription, create a [Computer Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision) in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
2727
* You need the key and endpoint from the resource you create to connect your application to the Azure AI Vision service.
2828
* 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/quickstarts-sdk/image-analysis-csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the Image Analysis client library for C# to analyze an image for content tag
2424
2525
## Prerequisites
2626

27-
* An Azure subscription. You can [create one for free](https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account?icid=ai-services).
27+
* An Azure subscription. You can [create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?icid=ai-services).
2828
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/) or current version of [.NET Core](https://dotnet.microsoft.com/en-us/download/dotnet).
2929
* Once you have your Azure subscription, create a [Computer Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision) in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
3030
* You need 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/image-analysis-java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the Image Analysis client library for Java to analyze a remote image for tag
2525

2626
## Prerequisites
2727

28-
* An Azure subscription. You can [create one for free](https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account?icid=ai-services).
28+
* An Azure subscription. You can [create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?icid=ai-services).
2929
* The current version of the [Java Development Kit (JDK)](https://www.microsoft.com/openjdk).
3030
* The [Gradle build tool](https://gradle.org/install/), or another dependency manager.
3131
* Once you have your Azure subscription, create a [Computer Vision resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision) in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.

0 commit comments

Comments
 (0)