Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in deploying Icebreker with code #318

Open
vteli1 opened this issue Oct 17, 2023 · 0 comments
Open

Error in deploying Icebreker with code #318

vteli1 opened this issue Oct 17, 2023 · 0 comments

Comments

@vteli1
Copy link

vteli1 commented Oct 17, 2023

receiving below error while deploying icebreaker with code

Starting deployment...
Login with your Azure subscription account. Launching Azure sign-in window...

WARNING: A web browser has been opened at https://login.microsoftonline.com/9026c5f4-86d0-4b9f-bd39-b7d4d0fb4674/oauth2/v2.0/authorize. Please continue the login in the web browser. If no web browser is available or if the
with az login --use-device-code.

Creating Azure AD App: tesla-icebreaker...
ERROR: unrecognized arguments: --available-to-other-tenants True --oauth2-allow-implicit-flow False

Examples from AI knowledge base:
az ad app create --display-name mytestapp --optional-claims @manifest.json
Create an application with optional claims

az ad app create --display-name mytestapp --identifier-uris https://mytestapp.websites.net/ --app-roles @manifest.json
Create an application with a role

https://docs.microsoft.com/en-US/cli/azure/ad/app#az_ad_app_create
Read more about the command in reference docs
Waiting for app creation to finish...
Azure AD App: “App1” is created.
Updating app secret...
ERROR: argument --id: expected one argument

Examples from AI knowledge base:
az ad app credential reset --id 00000000-0000-0000-0000-000000000000
append or overwrite an application's password or certificate credentials (autogenerated)

az ad app credential reset --id 00000000-0000-0000-0000-000000000000 --cert "@~/cert.pem"
Append a certificate to the application with the certificate file.

https://docs.microsoft.com/en-US/cli/azure/ad/app/credential#az_ad_app_credential_reset
Read more about the command in reference docs
Azure AD App: “App1” registered successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant