OverviewAzure Event Grid is an event handler service that subscribes to certain event sources which then call handlers to perform a task, or tasks, based on the event that occurred. Azure Event Grid documentation is provided here. Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with … [Read more...] about Azure Event Grid and Serverless PowerShell Functions – Part 2
Function App
Azure Event Grid and Serverless PowerShell Functions – Part 1
OverviewAzure Event Grid is an event handler service that subscribes to certain event sources which then call handlers to perform a task, or tasks, based on the event that occurred. Azure Event Grid documentation is provided here. Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with … [Read more...] about Azure Event Grid and Serverless PowerShell Functions – Part 1
HTML Reports using Azure Logic Apps and PowerShell Function Apps – Part 2
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
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