In Part 1, we looked at creating an Azure Function, assigning it a Managed Service Identity (MSI) and assigning the MSI RBAC Permissions. We then look through the default PowerShell code that is created when creating a PowerShell Function in order to better understand how to code an Azure PowerShell Function.In this second part, we take a look at updating the code in our … [Read more...] about HTML Reports using Azure Logic Apps and PowerShell Function Apps – Part 2
Logic App
HTML Reports using Azure Logic Apps and PowerShell Function Apps – Part 1
Logic Apps and Functions work great together. Functions that are enabled for a Managed Service Identity can login to your Azure environment and collect lots of statistics. Logic Apps can take the data retrieved from an Azure Function and take action on it. For example, send the HTML report to an administrator. The purpose of this article is to demonstrate using an Azure … [Read more...] about HTML Reports using Azure Logic Apps and PowerShell Function Apps – Part 1