Skip to content

Commit fc83273

Browse files
committed
freshness
1 parent 0976212 commit fc83273

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

articles/ai-services/translator/connector/document-translation-flow.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ ms.author: lajanuar
1616
<!-- markdownlint-disable MD036 -->
1717
<!-- markdownlint-disable MD001 -->
1818

19-
# Create a Azure AI Translator Document Translation flow (preview)
19+
# Create an Azure AI Translator Document Translation flow (preview)
2020

2121
> [!IMPORTANT]
2222
>
23-
> The Microsoft Azure Translator connector is currently available in public preview. Features, approaches and processes may change, prior to General Availability (GA), based on user feedback.
23+
> The Microsoft Azure Translator connector is currently available in public preview. Features, approaches, and processes may change, before General Availability (GA) release, based on user feedback.
2424
2525
This tutorial guides you through configuring a Microsoft Azure Translator V3 connector cloud flow that supports document translation. The Translator V3 connector creates a connection between your Translator Service instance and Microsoft Power Automate enabling you to use one or more prebuilt operations as steps in your apps and workflows.
2626

@@ -74,7 +74,7 @@ Here's what you need to get started: [**Translator resource**](#translator-resou
7474
1. Deselect all check boxes.
7575
1. Make sure **Microsoft network routing** is selected.
7676
1. Under the **Resource instances** section, select **Microsoft.CognitiveServices/accounts** as the resource type and select your Translator resource as the instance name.
77-
1. Make certain that the **Allow Azure services on the trusted services list to access this storage account** box is checked. For more information about managing exceptions, *see* [Configure Azure Storage firewalls and virtual networks](/azure/storage/common/storage-network-security).
77+
1. Make certain that the **`Allow Azure services on the trusted services list to access this storage account`** box is checked. For more information about managing exceptions, *see* [Configure Azure Storage firewalls and virtual networks](/azure/storage/common/storage-network-security).
7878

7979
:::image type="content" source="../media/managed-identities/allow-trusted-services-checkbox-portal-view.png" alt-text="Screenshot: allow trusted services checkbox, portal view.":::
8080

@@ -113,7 +113,7 @@ Next, assign a **`Storage Blob Data Contributor`** role to the managed identity
113113

114114
:::image type="content" source="../media/managed-identities/azure-role-assignments-page-portal.png" alt-text="Screenshot: Azure role assignments page in the Azure portal.":::
115115

116-
1. Finally, assign a **Storage Blob Data Contributor** role to your Translator service resource. The **Storage Blob Data Contributor** role gives Translator (represented by the system-assigned managed identity) read, write, and delete access to the blob container and data. In the **Add role assignment** pop-up window, complete the fields as follows and select **Save**:
116+
1. Finally, assign a **Storage Blob Data Contributor** role to your Translator service resource. The **Storage Blob Data Contributor** role gives Translator (represented by the system-assigned managed identity) read, write, and delete access to the blob container and data. In the **`Add role assignment`** pop-up window, complete the fields as follows and select **Save**:
117117

118118
| Field | Value|
119119
|------|--------|
@@ -183,7 +183,7 @@ Here are the steps to translate a file in Azure Blob Storage using the Translato
183183
:::image type="content" source="../media/connectors/add-connection.png" alt-text="Screenshot showing the how-to-add connection window.":::
184184

185185
> [!NOTE]
186-
> After you've set up your connection, you won't be required to reenter your credentials for subsequent flows.
186+
> After you set up your connection, you won't be required to reenter your credentials for subsequent flows.
187187
188188
1. The **Start document translation** action window now appears. Complete the fields as follows:
189189

@@ -201,7 +201,7 @@ Here are the steps to translate a file in Azure Blob Storage using the Translato
201201
|Select the checkbox next to the source container|Select the checkbox next to the target container.|
202202
| From the main window area, select a file or document for translation.| Select the ellipses located at the right, then choose **Properties**.|
203203
| The source URL is located at the top of the Properties list. Select the **Copy to Clipboard** icon.|The target URL is located at the top of the Properties list. Select the **Copy to Clipboard** icon.|
204-
| Navigate to your Power automate flow and paste the source URL in the **Location of the source documents** field.|Navigate to your Power automate flow and paste the target URL in the **Location of the translated documents** field.|
204+
| Navigate to your Power Automate flow and paste the source URL in the **Location of the source documents** field.|Navigate to your Power Automate flow and paste the target URL in the **Location of the translated documents** field.|
205205
* Choose a **Target Language** from the dropdown menu and select **Save**.
206206

207207
:::image type="content" source="../media/connectors/start-document-translation-window.png" alt-text="Screenshot of the Start document translation dialog window.":::
@@ -289,7 +289,7 @@ Here are the steps to upload a file from your SharePoint site to Azure Blob Stor
289289

290290
1. Select **New step** and enter **Azure Blob Storage** in the search box.
291291

292-
1. Select the **Create blob (V2)** action.
292+
1. Select the **`Create blob (V2)`** action.
293293

294294
1. If you're using the Azure storage step for the first time, you need to enter your storage resource authentication:
295295

@@ -326,7 +326,7 @@ Here are the steps to upload a file from your SharePoint site to Azure Blob Stor
326326
:::image type="content" source="../media/connectors/add-connection.png" alt-text="Screenshot showing the how-to-add connection window.":::
327327

328328
> [!NOTE]
329-
> After you've setup your connection, you won't be required to reenter your credentials for subsequent Translator flows.
329+
> After setting up your connection, you won't be required to reenter your credentials for subsequent Translator flows.
330330
331331
1. The **Start document translation** action window now appears. Complete the fields as follows:
332332

@@ -342,7 +342,7 @@ Here are the steps to upload a file from your SharePoint site to Azure Blob Stor
342342
* Select the checkbox next to the target container.
343343
* Select the ellipses located at the right, then choose **Properties**.
344344
* The target URL is located at the top of the Properties list. Select the **Copy to Clipboard** icon.
345-
* Navigate back to your Power automate flow and paste the target URL in the **Location of the translated documents** field.
345+
* Navigate back to your Power Automate flow and paste the target URL in the **Location of the translated documents** field.
346346

347347
1. Choose a **Target Language** from the dropdown menu and select **Save**.
348348

@@ -401,7 +401,7 @@ In this step, you retrieve the translated document from Azure Blob Storage and u
401401

402402
:::image type="content" source="../media/connectors/do-until-progress.png" alt-text="Screenshot showing the Do until control action.":::
403403

404-
1. Select **Add an action**, enter **Azure Blob Storage** in the search box, and select the **Get blob content using path (V2)** action.
404+
1. Select **Add an action**, enter **Azure Blob Storage** in the search box, and select the **`Get blob content using path (V2)`** action.
405405
1. In the **Storage account name or blob endpoint** field, select **Enter custom value** and enter your storage account name.
406406
1. Select the **Blob path** field to show the **Dynamic content** window, select **Expression**, and enter the following logic in the formula field:
407407

@@ -411,12 +411,12 @@ In this step, you retrieve the translated document from Azure Blob Storage and u
411411
412412
```
413413

414-
1. Select **Add an action**, enter **Azure Blob Storage** in the search box, and select the **Get Blob Metadata using path (V2)** action.
414+
1. Select **Add an action**, enter **Azure Blob Storage** in the search box, and select the **`Get Blob Metadata using path (V2)`** action.
415415
1. In the **Storage account name or blob endpoint** field, select **Enter custom value** and enter your storage account name.
416416

417417
:::image type="content" source="../media/connectors/enter-custom-value.png" alt-text="Screenshot showing 'enter custom value' from the create-blob-(V2) window.":::
418418

419-
1. Select the **Blob path** field to show the **Dynamic content** window, select **Expression** and enter the following logic in the formula field:
419+
1. Select the **Blob path** field to show the **Dynamic content** window, select **Expression**, and then enter the following logic in the formula field:
420420

421421
```powerappsfl
422422
@@ -451,9 +451,9 @@ Let's check your document translation flow and results.
451451

452452
:::image type="content" source="../media/connectors/test-flow.png" alt-text="Screenshot showing the test icon/button.":::
453453

454-
1. Select **Test Flow****Manually****Test** from the right-side window.
455-
1. In the **Run flow** window, select the **Continue** then the **Run flow** buttons.
456-
1. Finally, select the **Done** button.
454+
1. Select **`Test Flow`****Manually****Test** from the right-side window.
455+
1. In the **`Run flow`** window, select the **Continue** then the **`Run flow`** buttons.
456+
1. Finally, select the **`Done`** button.
457457
1. You should receive a "Your flow ran successfully" message and green check marks align with each successful step.
458458

459459
:::image type="content" source="../media/connectors/successful-sharepoint-flow.png" alt-text="Screenshot showing a successful flow using SharePoint and Azure Blob Storage.":::

articles/ai-services/translator/connector/text-translator-flow.md

Lines changed: 3 additions & 3 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: 07/10/2024
10+
ms.date: 01/28/2025
1111
ms.author: lajanuar
1212
---
1313

@@ -21,7 +21,7 @@ ms.author: lajanuar
2121

2222
> [!IMPORTANT]
2323
>
24-
> * The Translator connector is currently available in public preview. Features, approaches and processes may change, prior to General Availability (GA), based on user feedback.
24+
> * The Translator connector is currently available in public preview. Features, approaches, and processes can change, before General Availability (GA) release, based on user feedback.
2525
2626
This article guides you through configuring a Microsoft Translator V3 connector cloud flow that supports text translation and transliteration. The Translator V3 connector creates a connection between your Translator Service instance and Microsoft Power Automate enabling you to use one or more prebuilt operations as steps in your apps and workflows.
2727

@@ -79,7 +79,7 @@ Let's select an action. Choose to translate or transliterate text.
7979
:::image type="content" source="../media/connectors/add-connection.png" alt-text="Screenshot showing the add-connection window.":::
8080

8181
> [!NOTE]
82-
> After you've setup your connection, you won't be required to reenter your credentials for subsequent Translator flows.
82+
> After setting up your connection, you won't be required to reenter your credentials for subsequent Translator flows.
8383
8484
1. The **Translate text** action window appears next.
8585
1. Select a **Source Language** from the dropdown menu or keep the default **Auto-detect** option.

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

Lines changed: 4 additions & 4 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: 06/07/2024
9+
ms.date: 01/28/2025
1010
ms.author: lajanuar
1111
ms.custom: references_regions, build-2023
1212
recommendations: false
@@ -16,7 +16,7 @@ recommendations: false
1616

1717
> [!IMPORTANT]
1818
>
19-
> * Document Translation in Language Studio is currently in Public Preview. Features, approaches and processes may change, prior to General Availability (GA), based on user feedback.
19+
> * Document Translation in Language Studio is currently in Public Preview. Features, approaches, and processes can change, before General Availability (GA) release, based on user feedback.
2020
>
2121
> * Currently, virtual network connectivity isn't supported for the Document Translation feature in the Language Studio.
2222
@@ -59,7 +59,7 @@ Document Translation in Language Studio requires the following resources:
5959

6060
* **Resource Region**. For this project, choose a geographic region such as **East US**. For Document Translation, [system-assigned managed identity](how-to-guides/create-use-managed-identities.md) isn't supported for the **Global** region.
6161

62-
* **Pricing tier**. Select Standard S1 or D3 to try the service. Document Translation isn't supported in the free tier.
62+
* **Pricing tier**. Select Standard S1 or D3. Document Translation isn't supported in the free tier.
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

@@ -147,7 +147,7 @@ While still in the **files and destination** section, select **Download translat
147147
1. The **Job history** page contains the **Translation job id** and job status.
148148

149149
> [!NOTE]
150-
> The list of translation jobs on the job history page includes all the jobs that were submitted through the chosen translator resource. If your colleague used the same translator resource to submit a job, you will see the status of that job on the job history page.
150+
> The list of translation jobs on the job history page includes all the jobs that were submitted through the chosen translator resource. If your colleague used the same translator resource to submit a job, the status of that job appears on the job history page.
151151
152152
:::image type="content" source="media/language-studio/job-history.png" alt-text="Screenshot of the job history page.":::
153153

articles/ai-services/translator/firewalls.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Translate behind firewalls - Translator
2+
title: Translate behind firewalls - Azure AI Translator
33
titleSuffix: Azure AI services
44
description: Azure AI Translator can translate behind firewalls using either domain-name or IP filtering.
55
#services: cognitive-services
66
author: laujan
77
manager: nitinme
88
ms.service: azure-ai-translator
99
ms.topic: conceptual
10-
ms.date: 07/09/2024
10+
ms.date: 01/28/2025
1111
ms.author: lajanuar
1212
---
1313

14-
# Use Translator behind firewalls
14+
# Use Azure AI Translator behind firewalls
1515

16-
Translator can translate behind firewalls using either [Domain-name](/azure/firewall/dns-settings#dns-proxy-configuration) or [IP filtering](#configure-firewall). Domain-name filtering is the preferred method.
16+
Azure AI Translator can translate behind firewalls using either [Domain-name](/azure/firewall/dns-settings#dns-proxy-configuration) or [IP filtering](#configure-firewall). Domain-name filtering is the preferred method.
1717

1818
If you still require IP filtering, you can get the [IP addresses details using service tag](/azure/virtual-network/service-tags-overview#discover-service-tags-by-using-downloadable-json-files). Translator is under the **CognitiveServicesManagement** service tag.
1919

2020
## Configure firewall
2121

22-
Navigate to your Translator resource in the Azure portal.
22+
Navigate to your Azure AI Translator resource in the Azure portal.
2323

2424
1. Select **Networking** from the **Resource Management** section.
2525
1. Under the **Firewalls and virtual networks** tab, choose **Selected Networks and Private Endpoints**.
@@ -33,7 +33,7 @@ If you still require IP filtering, you can get the [IP addresses details using s
3333
3434
1. To grant access to an internet IP range, enter the IP address or address range (in [`CIDR` notation](https://tools.ietf.org/html/rfc4632)) under **Firewall** > **Address Range**. Only valid public IP (`non-reserved`) addresses are accepted.
3535

36-
Running Microsoft Translator from behind a specific IP filtered firewall is **not recommended**. The setup is likely to break in the future without notice.
36+
Running Azure AI Translator from behind a specific IP filtered firewall is **not recommended**. The setup is likely to break in the future without notice.
3737

3838
The IP addresses for Translator geographical endpoints as of September 21, 2021 are:
3939

@@ -45,6 +45,6 @@ The IP addresses for Translator geographical endpoints as of September 21, 2021
4545

4646
## Next steps
4747

48-
[**Translator virtual network support**](reference/v3-0-reference.md#virtual-network-support)
48+
[**Azure AI Translator virtual network support**](reference/v3-0-reference.md#virtual-network-support)
4949

5050
[**Configure virtual networks**](../cognitive-services-virtual-networks.md#grant-access-from-an-internet-ip-range)

0 commit comments

Comments
 (0)