Skip to content

Commit 1b0a8ad

Browse files
Merge pull request #314366 from jeffwmartinez/jefmarti-preview
Update token store ARM template link
2 parents 80d3476 + 44d63e0 commit 1b0a8ad

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

articles/container-apps/token-store.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ You typically need to write code to collect, store, and refresh tokens in your a
2222

2323
When token store is enabled, the Container Apps authentication system caches ID tokens, access tokens, and refresh tokens the authenticated session, and they're accessible only by the associated user.
2424

25-
> [!NOTE]
26-
> The token store feature is in preview.
27-
2825
## Generate a SAS URL
2926

3027
Before you can create a token store for your container app, you first need an Azure Storage account with a private blob container.
@@ -79,7 +76,7 @@ az containerapp auth update \
7976
--token-store true
8077
```
8178

82-
Additionally, you can create your token store with the `sasUrlSettingName` property using an [ARM template](/azure/templates/microsoft.app/2023-11-02-preview/containerapps/authconfigs?pivots=deployment-language-arm-template#blobstoragetokenstore-1).
79+
Additionally, you can create your token store with the `sasUrlSettingName` property using an [ARM template](/azure/templates/microsoft.app/containerapps/authconfigs?pivots=deployment-language-arm-template#blobstoragetokenstore-1).
8380

8481
## Next steps
8582

0 commit comments

Comments
 (0)