Skip to content

Commit 34d06d0

Browse files
Merge pull request #277510 from laujan/patch-1
Update use-rest-api-programmatically.md
2 parents aafb50d + 38039f4 commit 34d06d0

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

articles/ai-services/translator/create-translator-resource.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
author: laujan
88
ms.author: lajanuar
99
manager: nitinme
10-
ms.date: 05/17/2024
10+
ms.date: 06/06/2024
1111
ms.service: azure-ai-translator
1212
ms.topic: how-to
1313
ms.custom:
@@ -53,7 +53,7 @@ procedureSection:
5353
* Each subscription has a free tier.
5454
* The free tier has the same features and functionality as the paid plans and doesn't expire.
5555
* Only one free tier resource is available per subscription.
56-
* Document Translation is supported in paid tier only. The Language Studio only supports the S1 or D3 instance tiers. If you just want to try Document Translation, select the Standard S1 instance tier.
56+
* Document Translation is supported in paid tier only. The Language Studio supports the S1 and D3 instance tiers. If you just want to try Document Translation, select the Standard S1 instance tier.
5757
- |
5858
If you create a multi-service resource, the links at the bottom of the **Basics** tab provide technical documentation regarding the appropriate operation of the service.
5959
- |

articles/ai-services/translator/document-translation/how-to-guides/create-use-managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-translator
88
ms.custom: build-2023
99
ms.topic: how-to
10-
ms.date: 02/12/2024
10+
ms.date: 06/06/2024
1111
ms.author: lajanuar
1212
---
1313

@@ -29,7 +29,7 @@ Managed identities for Azure resources are service principals that create a Micr
2929
>
3030
> * To use managed identities for Document Translation operations, you must [create your Translator resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) in a specific geographic Azure region such as **East US**. If your Translator resource region is set to **Global**, then you can't use managed identity for Document Translation. You can still use [Shared Access Signature tokens (SAS)](create-sas-tokens.md) for Document Translation.
3131
>
32-
> * Document Translation is **only** available in the S1 Standard Service Plan (Pay-as-you-go) or in the D3 Volume Discount Plan. _See_ [Azure AI services pricing—Translator](https://azure.microsoft.com/pricing/details/cognitive-services/translator/).
32+
> * Document Translation is is supported in the S1 Standard Service Plan (Pay-as-you-go) and C2, C3, C4, and D3 Volume Discount Plans. _See_ [Azure AI services pricing—Translator](https://azure.microsoft.com/pricing/details/cognitive-services/translator/).
3333
>
3434
3535
## Prerequisites

articles/ai-services/translator/document-translation/how-to-guides/use-rest-api-programmatically.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-translator
88
ms.topic: quickstart
9-
ms.date: 05/15/2024
9+
ms.date: 06/06/2024
1010
ms.author: lajanuar
1111
recommendations: false
1212
ms.devlang: csharp
@@ -24,7 +24,7 @@ ms.custom: mode-other, build-2023, devx-track-extended-java, devx-track-python
2424
>
2525
> * Typically, when you create an Azure AI resource in the Azure portal, you have the option to create a multi-service key or a single-service key. However, Document Translation is currently supported in the Translator (single-service) resource only, and is **not** included in the Azure AI services (multi-service) resource.
2626
>
27-
> * Document Translation is **only** supported in the S1 Standard Service Plan (Pay-as-you-go) or in the D3 Volume Discount Plan. _See_ [Azure AI services pricing—Translator](https://azure.microsoft.com/pricing/details/cognitive-services/translator/).
27+
> * Document Translation is supported in the S1 Standard Service Plan (Pay-as-you-go) and C2, C3, C4, and D3 Volume Discount Plans. _See_ [Azure AI services pricing—Translator](https://azure.microsoft.com/pricing/details/cognitive-services/translator/).
2828
>
2929
3030
To get started, you need:

articles/ai-services/translator/document-translation/language-studio.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-translator
88
ms.topic: quickstart
9-
ms.date: 09/19/2023
9+
ms.date: 06/07/2024
1010
ms.author: lajanuar
1111
ms.custom: references_regions, build-2023
1212
recommendations: false
@@ -48,12 +48,12 @@ If you or an administrator have previously setup a Translator resource with a **
4848
>
4949
> * Document Translation is currently supported in the Translator (single-service) resource only, and is **not** included in the Azure AI services (multi-service) resource.
5050
>
51-
> * Document Translation is **only** supported in the S1 Standard Service Plan (Pay-as-you-go) or in the D3 Volume Discount Plan. *See* [Azure AI services pricing—Translator](https://azure.microsoft.com/pricing/details/cognitive-services/translator/).
51+
> * Document Translation is supported in the S1 Standard Service Plan (Pay-as-you-go) or in the D3 Volume Discount Plan. *See* [Azure AI services pricing—Translator](https://azure.microsoft.com/pricing/details/cognitive-services/translator/).
5252
>
5353
5454
Document Translation in Language Studio requires the following resources:
5555

56-
* An active [**Azure account**](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [**create a free account**](https://azure.microsoft.com/free/).
56+
* An active [**Azure account**](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [**create a free account**](https://azure.microsoft.com/free/).
5757

5858
* A [**single-service Translator resource**](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) (**not** a multi-service Azure AI services resource) with [**system-assigned managed identity**](how-to-guides/create-use-managed-identities.md#enable-a-system-assigned-managed-identity) enabled and a [**Storage Blob Data Contributor**](how-to-guides/create-use-managed-identities.md#grant-storage-account-access-for-your-translator-resource) role assigned. For more information, *see* [**Managed identities for Document Translation**](how-to-guides/create-use-managed-identities.md). Also, make sure the region and pricing sections are completed as follows:
5959

@@ -63,7 +63,7 @@ Document Translation in Language Studio requires the following resources:
6363

6464
* An [**Azure Blob Storage account**](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). An active Azure Blob Storage account is required to use Document Translation in the Language Studio.
6565

66-
Now that you've completed the prerequisites, let's start translating documents!
66+
Now that you completed the prerequisites, let's start translating documents!
6767

6868
## Get started
6969

@@ -91,7 +91,7 @@ At least one **source document** is required. You can download our [document tra
9191

9292
:::image type="content" source="media/language-studio/initial-configuration.png" alt-text="Screenshot of the initial configuration page.":::
9393

94-
1. In the **Job** section, choose the language to **Translate from** (source) or keep the default **Auto-detect language** and select the language to **Translate to** (target). You can select a maximum of 10 target languages. Once you've selected your source and target language(s), select **Next**:
94+
1. In the **Job** section, choose the language to **Translate from** (source) or keep the default **Auto-detect language** and select the language to **Translate to** (target). You can select a maximum of 10 target languages. Once you select your source and target languages, select **Next**:
9595

9696
:::image type="content" source="media/language-studio/basic-information.png" alt-text="Screenshot of the language studio basic information page.":::
9797

@@ -105,15 +105,15 @@ Your source and target files can be located in your local environment or your Az
105105

106106
1. In the **files and destination** section, choose the files for translation by selecting the **Upload local files** button.
107107

108-
1. Next, select **➕ Add file(s)**, choose the file(s) for translation, then select **Next**:
108+
1. Next, select **➕ Add file(s)**, choose the files for translation, then select **Next**:
109109

110110
:::image type="content" source="media/language-studio/upload-file.png" alt-text="Screenshot of the select files for translation page.":::
111111

112112
#### [**Azure Blob Storage**](#tab/blob-storage)
113113

114114
1. In the **files and destination** section, choose the files for translation by selecting the **Select for Blob storage** button.
115115

116-
1. Next, choose your *source* **Blob container**, find and select the file(s) for translation, then select **Next**:
116+
1. Next, choose your *source* **Blob container**, find and select the files for translation, then select **Next**:
117117

118118
:::image type="content" source="media/language-studio/select-blob-container.png" alt-text="Screenshot of select files from your blob container.":::
119119

@@ -123,7 +123,7 @@ Your source and target files can be located in your local environment or your Az
123123

124124
#### [**Local**](#tab/local-env)
125125

126-
While still in the **files and destination** section, select **Download translated file(s)**. Once you have made your choice, select **Next**:
126+
While still in the **files and destination** section, select **Download translated file(s)**. Once you make your choice, select **Next**:
127127

128128
:::image type="content" source="media/language-studio/target-file-upload.png" alt-text="Screenshot of the select destination for target files page.":::
129129

articles/ai-services/translator/document-translation/quickstarts/client-library-sdks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: azure-ai-translator
99
ms.custom: devx-track-dotnet, devx-track-python
1010
ms.topic: quickstart
11-
ms.date: 02/12/2024
11+
ms.date: 06/06/2024
1212
ms.author: lajanuar
1313
zone_pivot_groups: programming-languages-document-sdk
1414
---
@@ -22,7 +22,7 @@ Document Translation is a cloud-based feature of the [Azure AI Translator](../..
2222
> [!IMPORTANT]
2323
>
2424
> * Document Translation is currently supported in the Translator (single-service) resource only, and is **not** included in the Azure AI services (multi-service) resource.
25-
> * Document Translation is supported in paid tiers. The Language Studio only supports the S1 or D3 instance tiers. We suggest that you select Standard S1 to try Document Translation. *See* [Azure AI services pricing—Translator](https://azure.microsoft.com/pricing/details/cognitive-services/translator/).
25+
> * Document Translation is supported in paid tiers. The Language Studio supports the S1 or D3 instance tiers. We suggest that you select Standard S1 to try Document Translation. *See* [Azure AI services pricing—Translator](https://azure.microsoft.com/pricing/details/cognitive-services/translator/).
2626
> * Document Translation public preview releases provide early access to features that are in active development. Features, approaches, and processes may change, prior to General Availability (GA), based on user feedback.
2727
> * The public preview version of Document Translation client libraries default to REST API version [**2024-05-01**](/rest/api/aiservices/operation-groups?view=rest-aiservices-2024-02-29-preview&preserve-view=true).
2828
@@ -32,7 +32,7 @@ To get started, you need:
3232

3333
* An active [**Azure account**](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [**create a free account**](https://azure.microsoft.com/free/).
3434

35-
* A [**single-service Translator resource**](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) (**not** a multi-service Azure AI services resource). If you're planning on using the Document Translation feature with [managed identity authorization](../how-to-guides/create-use-managed-identities.md), choose a geographic region such as **East US**. Select the **Standard S1 or D3** or pricing tier.
35+
* A [**single-service Translator resource**](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) (**not** a multi-service Azure AI services resource). If you're planning on using the Document Translation feature with [managed identity authorization](../how-to-guides/create-use-managed-identities.md), choose a geographic region such as **East US**. Select the **Standard S1 Standard Service Plan (Pay-as-you-go) or C2, C3, C4, or D3 Volume Discount Plans**.
3636

3737
* An [**Azure Blob Storage account**](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). You'll [**create containers**](../../../../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container) in your Azure Blob Storage account for your source and target files:
3838

0 commit comments

Comments
 (0)