How to host Open API spec via Container and Azure App ServiceRecently I worked on hosting Open API spec for some of my custom-built APIs. I used a container-based approach and finally hosted…Oct 29, 2024Oct 29, 2024
How to assign managed identity to Azure App Gateway and access certificate from Key Vault via RBACAzure application gateway is one odd resource in a sense that it does not support system-assigned managed identity. Now almost always…Mar 11, 2024Mar 11, 2024
How to add Legacy Graph api Roles to Managed IdentityI penned down a story some months back covering how to add Microsoft Graph API roles to a service principal/ managed identity. Recently I…Feb 9, 2024Feb 9, 2024
How to use private networking for securely communicating with an Azure Storage — Part 1Recently I was working on an Azure Data Factory which will need to read and write to/ from an Azure Data Lake. I configured private…Feb 4, 2024Feb 4, 2024
How to use self-hosted runtime to read and write resources within private network using Azure Data…In this story of this data factory series, we’ll see see how we can read data from a storage account protected by a network perimeter…Jan 15, 20242Jan 15, 20242
How to get app role claims from App Reg in Access Token (format: JWT)Often we may need to get app roles as claims within an access token for processing downstream authorization. One convenient approach is to…Oct 19, 20231Oct 19, 20231
Some general best practices for APIMI’ve been working on Azure API Management (APIM) for a while and following certain best practices. I thought to list the critical…Jun 11, 20233Jun 11, 20233
How to add Graph api Roles to Managed IdentityIn one of my previous stories, I touched upon how we can add permissions to a Managed Identity in the Azure AD. It was side-lined in a main…Apr 3, 2023Apr 3, 2023
How to automate Custom Workflow in Azure AD Entitlement ManagementHere we’ll discuss how to automate Entitlement Management custom workflow with logic apps. This will enhance the governance workflows…Mar 21, 2023Mar 21, 2023
Create Entitlement Management packages via Graph ApiGraph api requires EntitlementManagement.ReadWrite.All permission to create catalog, connected organization, access package, etc.Mar 20, 2023Mar 20, 2023