Forum Discussion
Shiva3
1 year agoFrequent Visitor
fabric-cicd library (Python) - TokenError with DefaultAzureCredential despite explicit bearer token
Service: Microsoft Fabric (or Azure Data Factory if they redirect, but start with Fabric) Problem Type: Development and Deployment / API and Connectivity Problem Details: We are experiencing a per...
- 1 year ago
Added one more step to Azure CLI to resolve this then its worked
- script: |az login --username $(USERNAME) --password $(PASSWORD) --tenant $(TENANT_ID) --allow-no-subscriptionsaz account set --subscription $(SUBSCRIPTION_ID)
Shiva3
1 year agoFrequent Visitor
Added one more step to Azure CLI to resolve this then its worked
- script: |
az login --username $(USERNAME) --password $(PASSWORD) --tenant $(TENANT_ID) --allow-no-subscriptions
az account set --subscription $(SUBSCRIPTION_ID)
Anonymous
1 year agoNot applicable
Hi Shiva3,
Glad your issue has been resolved!
I suggest you to accept your own post as the solution — it will help other community members facing similar problems to find the answer faster.
Regards,
Vinay Pabbu