Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,643 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've created an application in Azure App Service, currently it's accessible via the browser using Entra ID Easy Authentication.
I'd like to access the application via my Default Azure Credential in Python but I run into the error: DefaultAzureCredential failed to retrieve a token. I have no issue getting a management.azure.com token.
I don't want to be create more app registrations I just want to use my own Entra ID account to access the web app, how is this possible?