User Profile
KevinLi
Former Employee
Joined 5 years ago
User Widgets
Recent Discussions
No content to show
Recent Blog Articles
How to use a TLS/SSL certificate in your Python code in Azure App Service
If you want to know how to use it in C#/Java, there are some sample code in this document: https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-certificate-in-code. Basically, to refer ce...9.6KViews2likes0CommentsManage Azure Resources using PowerShell Function App with Managed Identity
Briefly, this post will provide you a step to step guidance with sample code on how to leverage Azure PowerShell Function App to manage Azure resources and use managed identity for authentication to ...11KViews3likes3CommentsHow to connect Azure SQL database from Python Function App using managed identity or access token
This blog will demonstrate on how to connect Azure SQL database from Python Function App using managed identity or access token. If you are looking for how to implement it in Windows App Service, you...54KViews6likes18Comments