Azure Tip 10: Advanced Powershell Tricks (Web Services, StopWatch, Remoting, COM)
This post is a part of a series of posts on Azure Powershell: Azure Tip 10: Advanced Powershell Tricks (Web Services, StopWatch, Remoting, COM Interop)Azure Tip 9: More Azure Powershell (pipes, filters, output formatting, exporting)Azure Tip 8: Getting Started with Azure Powershell Calling WebServices with…
Azure Tip 8 – Getting Started with Azure Powershell
Now this is a blog post that I procrastinated on for years, so here we go: The different generations of Azure Powershell There are different generations of the Azure Powershell Modules and that is important for you to know: Generation: Use the “Azure“prefix. Example commands:…
Azure Tip 7: Bulk Deleting and Purging Azure Resource Groups
During the delivery of my Azure training sessions, I often end up with a lot of resource groups. Deleting many resource groups at once would be a good tool. Here are 3 solutions: Delete multiple resource groups with Powershell Delete multiple resource groups with Azure…