Skip to content

Commit

Permalink
Merge pull request #264 from leo-schick/fix-docu
Browse files Browse the repository at this point in the history
fix get azure app config connection string in docs
  • Loading branch information
1iveowl authored Feb 9, 2024
2 parents 53bdd28 + a345421 commit 8e94672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Saas.Identity/Saas.Permissions/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<name of your azure app configuration>" "--query [0].connectionString"
az appconfig credential list --name "<name of your azure app configuration>" --query "[0].connectionString"
```

In the Azure Portal you can find the connection string here:
Expand Down

0 comments on commit 8e94672

Please sign in to comment.