Skip to content

Commit

Permalink
Merge pull request #260 from leo-schick/fix-documentation
Browse files Browse the repository at this point in the history
fix documentation
  • Loading branch information
1iveowl committed Jan 13, 2024
2 parents a7d34a3 + ee958b6 commit 265fd17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Saas.Identity/Saas.IdentityProvider/readme.md
Expand Up @@ -133,7 +133,7 @@ The `initConfig` section of `config.json`must be filled out manually (see more d
"azureb2c": {
"location": "Europe", // enter a valid Azure B2C region here. This is not the same as 'location' above.
"countryCode": "DK", // enter a valid country code.
"skuName": "PremiumP1", // can be Standard, PremiumP1 or PremiumP2.
"skuName": "PremiumP1", // can be PremiumP1 or PremiumP2.
"tier": "A0" // leave this as 'A0'
}
},... // leave the remaining part of the configuration manifest unchanged for now.
Expand Down
2 changes: 1 addition & 1 deletion src/Saas.Identity/Saas.Permissions/readme.md
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 265fd17

Please sign in to comment.