/Func2funcwithSysMI

An Azure func calling another func using System Managed Identity

Primary LanguageC#MIT LicenseMIT

Azure Function invoking another using System Managed Identity

This sample shows an Azure Function (FuncA) calling another Azure Function (FuncB). FuncB is proteced using AAD and FuncA uses its System Managed Identity to call FuncB. Azure CLI commands to stand up the infra coming soon..