This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
We use this workaround to bypass Managed Identity in the DAC chain when running samples.
Removing this workaround requires using
createTestCredential
instead ofDefaultAzureCredntial
in sample runs.AC: