I wrote a blog on using FabricRestClient from Semantic Link to call Power/Fabric REST API in Fabric notebooks. It makes it super easy. However, as I noted in the blog, it uses the calling user’s identify. It didn’t support SPN. Well, that was then an...
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...
In 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...
In 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...
Introduction 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...
In 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 ...
When 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...
Service 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...
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 ...