The purpose of this article is to demonstrate the following two capabilities:Leverage an Azure Runbook to connect to Exchange Online via an Azure Active Directory Application to run Exchange Online PowerShell CommandsLeverage an Azure Runbook to connect to Microsoft Graph via an Azure Active Directory Application to Send Email via Exchange OnlineWe will walk through … [Read more...] about Azure Runbooks Connecting to Exchange Online and Microsoft Graph
PowerShell
Azure Event Grid and Serverless PowerShell Functions – Part 2
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
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
Automate Azure Disk Encryption for Windows Virtual Machines
There's two methods for Encryption-At-Rest for Virtual Machines. Those methods are Storage Service Encryption and Azure Disk Encryption. I won't go into too much detail as to the differences and what Encryption-At-Rest is as all that is documented very well here.The high-level is that Storage Service Encryption (which is enabled by default and cannot be disabled) encrypts … [Read more...] about Automate Azure Disk Encryption for Windows Virtual Machines
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