You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created service principle using the command below and create secret from its JSON output.
az ad sp create-for-rbac
--name --role contributor --scopes /subscriptions//resourceGroups/ --sdk-auth --output json
However, I'm not sure why it couldn't get through the login task when running the workflow. Any light shed on this would appreciate! Thank you in advance
The text was updated successfully, but these errors were encountered:
I have created service principle using the command below and create secret from its JSON output.
az ad sp create-for-rbac
--name --role contributor --scopes /subscriptions//resourceGroups/ --sdk-auth --output json
However, I'm not sure why it couldn't get through the login task when running the workflow. Any light shed on this would appreciate! Thank you in advance
The text was updated successfully, but these errors were encountered: