Forum Discussion

Shiva3's avatar
Shiva3
Frequent Visitor
1 year ago
Solved

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...
  • Shiva3's avatar
    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-subscriptions
          az account set --subscription $(SUBSCRIPTION_ID)