Closed Hennericho closed 1 year ago
Hi @Hennericho , Thanks for the suggestion. We will look into the inputs suggested and verify it from our end. Then will do the necessary
@Hennericho To avoid errors during deployment, we recommend using Azure CLI version 2.30.0. In future releases, we will address the highlighted issue and provide support for the latest Azure CLI version, which in turn utilizes the latest parameters.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
Hi all, There is an issue in the deply.ps1 file. It is using outdated and unsupported parameters when creating the app. On line number 204 & 217 there is a command:
az ad app create --display-name $appName --available-to-other-tenants $MultiTenant --oauth2-allow-implicit-flow $AllowImplicitFlow
This needs to be be changed to:
az ad app create --display-name $appName --sign-in-audience AzureADMultipleOrgs