diff --git a/src/Saas.Identity/Saas.IdentityProvider/readme.md b/src/Saas.Identity/Saas.IdentityProvider/readme.md index d922f91b..1a219c93 100644 --- a/src/Saas.Identity/Saas.IdentityProvider/readme.md +++ b/src/Saas.Identity/Saas.IdentityProvider/readme.md @@ -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. diff --git a/src/Saas.Identity/Saas.Permissions/readme.md b/src/Saas.Identity/Saas.Permissions/readme.md index a64e0be4..b4b48f5d 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: