@@ -5,7 +5,7 @@ services: container-apps
5
5
author : craigshoemaker
6
6
ms.service : azure-container-apps
7
7
ms.topic : how-to
8
- ms.date : 04/04/2024
8
+ ms.date : 06/25/2025
9
9
ms.author : cshoe
10
10
---
11
11
@@ -33,14 +33,14 @@ Before you can create a token store for your container app, you first need an Az
33
33
34
34
1 . Select ** Containers** and create a private blob container if necessary.
35
35
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 ** .
37
37
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.
39
39
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.
41
41
42
42
> [ !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 .
44
44
45
45
1 . Select the ** Generate SAS token URL** button to generate the SAS URL.
46
46
@@ -56,11 +56,14 @@ With SAS URL generated, you can save it in your container app as a secret. Make
56
56
57
57
1 . Select ** Add** and enter the following values in the * Add secret* window.
58
58
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. |
64
67
65
68
## Create a token store
66
69
0 commit comments