Willem Plug
Willem Plug
Thanks Rakesh, Sorry for my delayed response. When running az --version I get the following output: 2022-09-26T09:36:27.5548607Z ============================================================================== 2022-09-26T09:36:27.5548911Z Task : Azure CLI 2022-09-26T09:36:27.5549407Z Description : Run Azure CLI commands...
I am looking at the docs of az webapp auth update. This is in the docs:  And the output I get is this: unrecognized arguments: --aad-client-id --aad-client-secret *** --aad-token-issuer-url...
``` az webapp auth update -g $resourcegroup ` -n $webAppName ` --enabled true ` --action LoginWithAzureActiveDirectory ` --aad-client-id $appId ` --aad-client-secret $appregSecretPassword ` --aad-token-issuer-url "https://sts.windows.net/$tenantId/" ```
Thanks for the quick follow up. At this moment I am not able to reproduce this, because of several issues. But this helps a lot showing me this command is...
If I use the exact command you use I get the following error: "az webapp auth update: 'LoginWithAzureActiveDirectory' is not a valid value for '--unauthenticated-client-action'" As you might understand I...