Azure

How to Authenticate and Authorize Azure Function with Azure Web App Using Managed Service Identity (MSI) Members Public

Azure Functions are getting popular, and I start seeing them more at clients. One typical scenario I come across is to authenticate an Azure Function with an Azure Web API. Every time something like this comes up, it means more Azure AD applications, which in turn means more secrets/certificates

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Custom Authorization Policy Providers in .Net Core For Checking Multiple Azure AD Security Groups Members Public

Extending Azure AD Groups Role based access to support combinations of multiple groups to grant access.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Building Windows Service Installer on Azure Devops Members Public

Continuosly building a windows installer on Azure DevOps using VdProj or WIX

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure DevOps

.Net Core Web App and Azure AD Security Groups Role Based Access Members Public

Use Azure AD groups to enable/disable functionality for your users based on their Roles.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure AD Custom Attributes and Optional Claims from an ASP.Net Application Members Public

Adding and retrieving custom attributes from an Azure AD

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure Web App Restarting Automatically Due to Overwhelming Change Notification Members Public

Explore how the fcnMode setting and changes to files within wwwroot can cause application restarts.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure Key Vault From Azure Functions - Certificate Based Authentication Members Public

Authenticate with Azure Key Vault from Azure Function using Certificates

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure Key Vault

Azure Key Vault From Azure Functions Members Public

How to access Key Vault objects from Azure Function.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure Key Vault