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
Azure
Using Python 3.8.0 Azure Runbooks with Python Packages
Azure Python Runbooks support both Python 2.7.12 as well as Python 3.8.0. In this blog, we'll look at leveraging Python 3.8.0 both when running Python Runbooks leveraging Azure Compute as well as leveraging a Hybrid Runbook Worker when using Python installed on Windows Server.Importing Python Packages and DependenciesThe runbook we want to leverage uses third-party … [Read more...] about Using Python 3.8.0 Azure Runbooks with Python Packages
Preserving UNC Path after Azure Files Migration using DFS-N
OverviewDuring a file migration to Azure leveraging Azure Files, a File Server, ANF, or any target system that will leverage a Universal Naming Convention (UNC) path, it is often desirable to retain the original UNC path. Typically, Administrators will have to either:Update Logon ScriptsUpdate GPOsProvide manual instructions to users on remapping their Network Drives … [Read more...] about Preserving UNC Path after Azure Files Migration using DFS-N
Pin Azure VM Availability Sets into an Availability Zone
OverviewWhen you deploy a Virtual Machine and want High Availability, you have one of two options which are mutually exclusive:Availability SetAvailability ZoneWhen you want to deploy Virtual Machines that are close together along with its disks to ensure the lowest latency possible, you can assign Azure Virtual Machines to a Proximity Placement Group.Some … [Read more...] about Pin Azure VM Availability Sets into an Availability Zone
Azure Private Endpoints and Storage Account Firewalls
This topic is to address some incorrect information out there regarding leveraging Azure Private Endpoints and Storage Account Firewalls. The recommendations I have seen are to create a Private Endpoint on an Azure Storage Account and restrict subnet access to a specific subnet.Let's walk through an example of an incorrect statement I have seen out there. Then I'll walk … [Read more...] about Azure Private Endpoints and Storage Account Firewalls