Nalaka Wanniarachchibidiaries.com·Dec 14, 2024🌟 Integrating Managed Identity(MI) and Service Principal for Secure Data Movement: From Azure SQL to Microsoft Fabric via Key Vault 🔒In the world of Azure, managing secure connections between services is critical for building scalable and secure cloud solutions. 🚀 One key tool to achieve this is Managed Identity (MI). But what is it, and how does it work in the context of Azure D...32 readsFabricAzure
Sachin Nandanwarwww.azureguru.net·Oct 8, 2024OAUTH2 In Microsoft FabricIn my previous article, I discussed how to leverage the newly introduced service principal support in Azure. In that article I used Azure SDK to create tokens to authenticate through service principal. This made me think if its possible to use custom...255 readsmicrosoftfabric
Sachin Nandanwarwww.azureguru.net·Sep 29, 2024Service Principal in Microsoft FabricIn a recent update the Microsoft team introduced service principal support for Fabric APIs. This means is that now its possible to access Fabric resources using service principals. In one of my previous blog posts, I discussed how to access Fabric re...445 readsmicrosoftfabric
Chandrasekar(Chan) Rajaramcr88.hashnode.dev·Jul 7, 2024Secure Databricks Access to Azure Data Lake Gen2 via Service Principal and Azure Key VaultIntroduction In the world of big data analytics, securing access to your data storage is paramount. As organizations increasingly adopt cloud-based solutions, the need for robust, scalable, and secure data access mechanisms becomes crucial. This blog...1 like·45 readsDatabricks
Ian Bakerian-baker.net·Mar 21, 2023Getting DefaultAzureCredentials to Work on Linux-Based Operating SystemsIn this article, we will guide you through setting up DefaultAzureCredentials on Linux-based operating systems by using Azure Active Directory Service Principals. This process includes creating a Service Principal in the Azure Portal and configuring ...400 readsAzure
Jens Caasenblog.jenscaasen.cloud·Jan 7, 2023How to passwordless authenticate DEV and PROD Systems with an Azure ServiceWhen accessing Azure resources, the Storage Account, for example, you can make the access by using the access key or Connection String that is provided on the resource. The problem with keys While this is a feasible way of managing access, there are...42 readsAzure
Saurabh Jainsaurabhkankriya.hashnode.dev·Dec 20, 2022Azure Service Principal 101: Understanding the Basics for Data ScientistsService Principal in Azure A Service Principal (SP) is an identity that is used by applications, services and APIs to access resources in Azure. Its primary use is to authenticate and authorize applications or services access to Azure Resources. SP i...1 like·76 readsAzure
Prashant Autiprashantauti.hashnode.dev·Oct 5, 2022Concept of Azure Service Principal(Azure SPN)An Azure service principal(Azure SPN) is an identity created for use with applications, hosted services, and automated tools to access Azure resources. This access is restricted by the roles assigned to the service principal, giving you control over ...Azure