Skip to content

Commit f8e8c43

Browse files
Merge pull request #2859 from laujan/freshness
freshness
2 parents 4e3de1f + 21a9985 commit f8e8c43

File tree

5 files changed

+29
-15
lines changed

5 files changed

+29
-15
lines changed

articles/ai-services/document-intelligence/prebuilt/id-document.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-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 11/19/2024
9+
ms.date: 02/10/2025
1010
ms.author: lajanuar
1111
ms.custom: references.regions
1212
---
@@ -207,7 +207,7 @@ Extract data, including name, birth date, and expiration date, from ID documents
207207
* The "documentResults" field contains key/value pairs information and line items information for the most relevant parts of the document.
208208

209209
> [!NOTE]
210-
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) does not support the BMP file format. This is a limitation of the tool not the Document Intelligence Service.
210+
> The [Sample Labeling tool](https://fott-2-1.azurewebsites.net/) doesn't support the BMP file format. This restriction is a limitation of the tool not the Document Intelligence Service.
211211
212212
::: moniker-end
213213

articles/ai-services/translator/custom-translator/how-to/create-manage-training-documents.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to build and upload parallel documents (two documents where one
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-translator
8-
ms.date: 07/09/2024
8+
ms.date: 02/10/2025
99
ms.author: lajanuar
1010
ms.topic: how-to
1111
---
@@ -98,3 +98,4 @@ In workspace page you can view history of all document uploads details like docu
9898
- Learn [how to test and evaluate model quality](test-your-model.md).
9999
- Learn [how to publish an Azure AI Custom Translator model](publish-model.md).
100100
- Learn [how to translate with custom models](translate-with-custom-model.md).
101+
- Visit the [Custom Translator portal](https://portal.customtranslator.azure.ai)

articles/ai-services/translator/document-translation/how-to-guides/create-sas-tokens.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: how-to
66
manager: nitinme
77
ms.author: lajanuar
88
author: laujan
9-
ms.date: 08/13/2024
9+
ms.date: 02/10/2025
1010
---
1111

1212
# Create SAS tokens for your storage containers
@@ -19,9 +19,9 @@ In this article, you learn how to create user delegation, shared access signatur
1919
>
2020
> [Managed identities](create-use-managed-identities.md) provide an alternate method for you to grant access to your storage data without the need to include SAS tokens with your HTTP requests. *See*, [Managed identities for Document Translation](create-use-managed-identities.md).
2121
>
22-
> * You can use managed identities to grant access to any resource that supports Microsoft Entra authentication, including your own applications.
23-
> * Using managed identities replaces the requirement for you to include shared access signature tokens (SAS) with your source and target URLs.
24-
> * There's no added cost to use managed identities in Azure.
22+
> * Managed identities can grant access to any resource that supports Microsoft Entra authentication, including your own applications.
23+
> * Managed identities replace the requirement for you to include shared access signature tokens (SAS) with your source and target URLs.
24+
> * Managed identities are available with your Azure subscription at no added cost.
2525
2626
At a high level, here's how SAS tokens work:
2727

@@ -41,7 +41,7 @@ Azure Blob Storage offers three resource types:
4141
>
4242
> * SAS tokens are used to grant permissions to storage resources, and should be protected in the same manner as an account key.
4343
>
44-
> * Operations that use SAS tokens should be performed only over an HTTPS connection, and SAS URIs should only be distributed on a secure connection such as HTTPS.
44+
> * Operations that use SAS tokens should be performed only over an HTTPS connection, and SAS URLs should only be distributed on a secure connection such as HTTPS.
4545
4646
## Prerequisites
4747

articles/ai-services/translator/index.yml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
manager: nitinme
1111
ms.service: azure-ai-translator
1212
ms.topic: landing-page
13-
ms.date: 08/21/2024
13+
ms.date: 02/10/2025
1414
ms.author: lajanuar
1515

1616

@@ -125,9 +125,9 @@ landingContent:
125125
url: custom-translator/how-to/translate-with-custom-model.md
126126

127127
# Card 6
128-
- title: Containers
128+
- title: Translator containers
129129
linkLists:
130-
- linkListType: overview
130+
- linkListType: reference
131131
links:
132132
- text: Azure AI Translator containers
133133
url: containers/overview.md
@@ -136,6 +136,19 @@ landingContent:
136136
- text: "Reference: translate text"
137137
url: containers/translate-text-parameters.md
138138
# Card 7
139+
- title: Translator solutions
140+
linkLists:
141+
- linkListType: reference
142+
links:
143+
- text: Language Studio
144+
url: document-translation/language-studio.md
145+
- text: Microsoft Translator Pro
146+
url: translator-pro/overview.md
147+
- text: V3 connector (document translation)
148+
url: connector/document-translation-flow.md
149+
- text: V3 connector (text translation)
150+
url: connector/text-translator-flow.md
151+
#
139152
- title: Resources
140153
linkLists:
141154
- linkListType: reference
@@ -147,7 +160,7 @@ landingContent:
147160
- text: stack overflow
148161
url: https://stackoverflow.com/questions/tagged/microsoft-translator
149162

150-
# Card 8
163+
# Card 9
151164
- title: Help and support
152165
linkLists:
153166
- linkListType: reference

articles/ai-services/translator/text-translation-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: What is Azure Text Translation?
33
titlesuffix: Azure AI services
4-
description: Integrate the Text Translation API into your applications, websites, tools, and other solutions to provide multi-language user experiences.
4+
description: Integrate the Text Translation API into your applications, websites, tools, and other solutions for multi-language user experiences.
55
#services: cognitive-services
66
author: laujan
77
manager: nitinme
88
ms.service: azure-ai-translator
99
ms.topic: overview
10-
ms.date: 08/12/2024
10+
ms.date: 02/10/2025
1111
ms.author: lajanuar
1212
---
1313

@@ -53,7 +53,7 @@ Add Text Translation to your projects and applications using the following resou
5353
5454
> [!IMPORTANT]
5555
>
56-
> * To use the Translator container you must complete and submit the [**Azure AI services application for Gated Services**](https://aka.ms/csgate-translator) online request form and have it approved to acquire access to the container.
56+
> * To use the Translator container, you must complete and submit the [**Azure AI services application for Gated Services**](https://aka.ms/csgate-translator) online request form for approval for access to the container.
5757
>
5858
> * The [**Translator container image**](https://mcr.microsoft.com/product/azure-cognitive-services/translator/text-translation/about) supports limited features compared to cloud offerings.
5959
>

0 commit comments

Comments
 (0)