Skip to content

Commit 44828e7

Browse files
Merge pull request #300559 from Akhilesh-microsoft/ACA/token_store
[ACA-431213: token_store: Freshness pass
2 parents 7eb962c + 0c85cf3 commit 44828e7

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

articles/container-apps/token-store.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 04/04/2024
8+
ms.date: 06/25/2025
99
ms.author: cshoe
1010
---
1111

@@ -33,14 +33,14 @@ Before you can create a token store for your container app, you first need an Az
3333

3434
1. Select **Containers** and create a private blob container if necessary.
3535

36-
1. Select the three dots (•••) at the end of the row for the storage container where you want to create your token store.
36+
1. In the row for the storage container where you want to create the token store, select the three dots (•••) menu, and then select **Generate SAS**.
3737

38-
1. Enter the values appropriate for your needs in the *Generate SAS* window.
38+
1. Enter the values appropriate for your needs in the **Generate SAS** window.
3939

40-
Make sure you include the *read*, *write* and *delete* permissions in your definition.
40+
Make sure you include the *read*, *write*, and *delete* permissions in your definition.
4141

4242
> [!NOTE]
43-
> Make sure you keep track of your SAS expiration dates to ensure access to your container doesn't cease.
43+
> To ensure access to your container doesn't cease, make sure you keep track of your SAS expiration dates.
4444
4545
1. Select the **Generate SAS token URL** button to generate the SAS URL.
4646

@@ -56,11 +56,14 @@ With SAS URL generated, you can save it in your container app as a secret. Make
5656

5757
1. Select **Add** and enter the following values in the *Add secret* window.
5858

59-
| Property | Value |
60-
|---|---|
61-
| Key | Enter a name for your SAS secret. |
62-
| Type | Select **Container Apps secret**. |
63-
| Value | Enter the SAS URL value you generated from your storage container. |
59+
> [!NOTE]
60+
> All the properties in the *Add secret* window are mandatory.
61+
62+
| Property | Value |
63+
|---|---|
64+
| Key | Enter a name for your SAS secret. |
65+
| Type | Select **Container Apps secret**. |
66+
| Value | Enter the SAS URL value you generated from your storage container. |
6467

6568
## Create a token store
6669

0 commit comments

Comments
 (0)