From a345421f76fc52f2f47046aecaf934cbd769f32c Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Sun, 28 Jan 2024 11:05:59 +0100 Subject: [PATCH] fix get azure app config connection string in docs --- src/Saas.Identity/Saas.Permissions/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Saas.Identity/Saas.Permissions/readme.md b/src/Saas.Identity/Saas.Permissions/readme.md index b4b48f5d..b5455dbd 100644 --- a/src/Saas.Identity/Saas.Permissions/readme.md +++ b/src/Saas.Identity/Saas.Permissions/readme.md @@ -96,7 +96,7 @@ This is a two step process: 1. The Azure App Configuration `connection string` can either be found in the Azure Portal by navigating to your Azure App Configuration instance, that was deployed as part of the Identity Foundation. Or, it can be obtained using this az cli command: ```bash -az appconfig credential list --name "" "--query [0].connectionString" +az appconfig credential list --name "" --query "[0].connectionString" ``` In the Azure Portal you can find the connection string here: