Skip to content

Commit a369b53

Browse files
[ACA-431213: token_store: Freshness pass
1 parent 01cbf9f commit a369b53

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/container-apps/token-store.md

Lines changed: 8 additions & 5 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: 05/29/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,6 +56,9 @@ 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+
> [!NOTE]
60+
> All the properties in the *Add secret* window are mandatory.
61+
5962
| Property | Value |
6063
|---|---|
6164
| Key | Enter a name for your SAS secret. |

0 commit comments

Comments
 (0)