Managed Identity

Connect Python Azure Function to Azure SQL Using Managed Identity

An Azure Function is a lightweight, serverless compute option in Azure that lets you execute small chunks of code in response to events or schedules without managing servers. When connecting Azure Functions to Azure SQL Database, you need a secure way to authenticate without storing credentials. That’s where Managed Identity steps in. Managed Identity allows […]

Connect Python Azure Function to Azure SQL Using Managed Identity Read More »

Create user assigned managed identity in Azure

Managed identity in Azure simplifies access management by automatically associating service principals with resources, like creating apps in Microsoft Entra when setting up a data factory. It facilitates secure access to Azure SQL without managing credentials, supporting Azure AD authentication at no extra cost. Azure offers both system-assigned and user-assigned managed identities, with the latter being customizable in the Azure portal. This technique enhances security and ease of management in Azure environments.

Create user assigned managed identity in Azure Read More »

Shopping Cart
Scroll to Top