Fall Microsoft Roadshow | Day 1: Azure Insights That Matter

Explore the highlights from our four-part Azure Roadshow—covering cost management, innovation with Microsoft Fabric, security with ThreatDefender, and modern desktop strategies.
Microsoft Azure Best Practices Assessment: Optimize for Security, Compliance, and ROI

A Microsoft Azure Best Practices Assessment helps align your cloud with CAF, WAF, and Landing Zone principles—delivering stronger security, improved performance, and higher ROI.
Remove-AzureRmADApplication: Deletion of multi-tenant application is currently not supported
If you’re a developer that is constantly trying out new things, you may want to clean up old and unused Microsoft Entra ID (formerly Azure AD) applications in your development tenant. In my case, I wanted to remove every single one, which is the very simple one-line command with PowerShell: Get-AzureRmADApplication | Remove-AzureRmADApplication. If you use applications […]
