Skip to content

Commit 8b266c2

Browse files
authored
Merge pull request #242007 from laujan/116728-update-sas-image
update sas image
2 parents 7ba462c + bbf05ad commit 8b266c2

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

articles/applied-ai-services/form-recognizer/create-sas-tokens.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
9-
ms.date: 10/26/2022
9+
ms.date: 06/19/2023
1010
ms.author: lajanuar
1111
monikerRange: '>=form-recog-2.1.0'
1212
---
@@ -17,6 +17,8 @@ monikerRange: '>=form-recog-2.1.0'
1717

1818
In this article, learn how to create user delegation, shared access signature (SAS) tokens, using the Azure portal or Azure Storage Explorer. User delegation SAS tokens are secured with Azure AD credentials. SAS tokens provide secure, delegated access to resources in your Azure storage account.
1919

20+
:::image type="content" source="media/sas-tokens/sas-url-token.png" alt-text="Screenshot of storage URI with SAS token appended.":::
21+
2022
At a high level, here's how SAS tokens work:
2123

2224
* Your application submits the SAS token to Azure Storage as part of a REST API request.
211 KB
Loading

articles/cognitive-services/Translator/document-translation/how-to-guides/create-sas-tokens.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ ms.topic: how-to
55
manager: nitinme
66
ms.author: lajanuar
77
author: laujan
8-
ms.date: 03/24/2023
8+
ms.date: 06/19/2023
99
---
1010

1111
# Create SAS tokens for your storage containers
1212

1313
In this article, you learn how to create user delegation, shared access signature (SAS) tokens, using the Azure portal or Azure Storage Explorer. User delegation SAS tokens are secured with Azure AD credentials. SAS tokens provide secure, delegated access to resources in your Azure storage account.
1414

15+
:::image type="content" source="../../media/sas-url-token.png" alt-text="Screenshot of a storage url with SAS token appended.":::
16+
1517
>[!TIP]
1618
>
1719
> [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).
120 KB
Loading

articles/cognitive-services/Translator/document-translation/quickstarts/document-translation-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.custom: build-2023, devx-track-dotnet, devx-track-python
1111
ms.topic: reference
12-
ms.date: 06/14/2023
12+
ms.date: 06/19/2023
1313
ms.author: lajanuar
1414
zone_pivot_groups: programming-languages-document-sdk
1515
---
211 KB
Loading

0 commit comments

Comments
 (0)