Skip to content

Commit 3f0449e

Browse files
authored
Merge pull request #269 from jaider/main
Update readme
2 parents 266c6ea + cb670e5 commit 3f0449e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Saas.Identity/Saas.IdentityProvider/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Other values in `initConfig`:
189189
| `solutionName` | test | The suggestion is to leave it as default or limit it to four letters. |
190190
| `azureb2c/location` | N/A | Note that this is not the same as the location above, but is rather the names of the Azure AD B2C regions available. Unfortunately, there's currently no command available for getting the list. |
191191
| `azureb2c/countryCode` | N/A | An available ISO country code |
192-
| `azureb2c/skuName` | PremiumP1 | Available options are `Standard`, `Premium1` and `Premium2` |
192+
| `azureb2c/skuName` | PremiumP1 | Available options are `PremiumP1` or `PremiumP2` |
193193
| `azureb2c/tier` | A0 | No known alternatives at the moment, please leave it as-is. |
194194

195195
### Running the script

src/Saas.Identity/Saas.Permissions/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Here are the steps to set things up for deploying the SaaS Permissions Service A
179179

180180
This will update the `AZURE_WEBAPP_NAME` environment variable in the GitHub Action YAML file, specifying the name of the SaaS Permissions Service API, as seen here in the file `./.github/workflows/permissions-api-deploy.yaml`:
181181

182-
![image-20230126230446548](assets/readme/image-20230126230446548.png)
182+
![image-20230126230446548](.assets/readme/image-20230126230446548.png)
183183

184184
> *Info*: the SaaS Permissions Service API name is fetched from the `config.json` file that was created when running the Identity Foundation deployment script.
185185

0 commit comments

Comments
 (0)