User Profile
wanjing
Joined 5 years ago
User Widgets
Recent Discussions
No content to show
Recent Blog Articles
Retrieve User Claims in Python Flask App for Azure Container Apps After Authentication
The Token Store feature is currently supported in preview mode and can be enabled via the Azure CLI using the command az containerapp auth update with the --token-store boolean flag. At the m...2.1KViews1like0CommentsAzure App Service Authentication: Using MSI or Service Principal to Call Another App Service
Have you ever wondered how to securely access another Azure App Service from your app service without exposing any credentials or secrets? If so, you might be interested in using Managed Identities (...8.3KViews4likes1CommentHow to connect Azure SQL database from Azure App Service Windows using managed identity.
Azure Active Directory (Azure AD) is a central user ID management technology that operates as an alternative to SQL Server authentication. As new Azure Active Directory managed identity authent...11KViews2likes0Comments