Welcome to this week’s roundup! This roundup includes Azure news, feature releases, and fantastic articles to inform you on what you need to know about Azure!


Purge Azure Front Door Cache in Azure DevOps

Panu Oksala outlines how to investigate if a web page is using Azure Front Door for caching based on its response headers. Panu then continues by showing how to use Azure CLI to purge the cache in an Azure DevOps pipeline.


AZ-900 Azure Fundamentals Certification Course

John Savill released a series of free videos on YouTube covering the AZ-900 Azure Fundamentals certification exam. This 8.5-hour playlist of videos covers everything you need to get started studying for this exam.


Bulk Restore Deleted Azure AD Users

Baki Onur Okutucu demonstrates how to use both the Azure Portal and a custom PowerShell script to restore deleted user objects.


Find Orphaned Azure Resources

Sarah Lean showcases a solution for finding orphaned Azure resources (such as disks and network adapters from deleted virtual machines) in order to remove them. Sarah’s solution uses Azure Resource Graph and Kusto queries to identify the resources.


Az Module Scripts in DevOps Pipelines

Aidan Finn demonstrates how to run Azure Az module scripts as tasks in an Azure DevOps pipeline. Aidan sets the stage by doing over several prerequisites, then shows how to create a task in the pipeline to run a PowerShell script.