Tag: Deployment

Managing Azure from an iPad
Managing Azure from an iPad
Blog Posts

I recently got the new iPad Pro 11 Inch (with keyboard) and have been really enjoying it. I have been trying to do more and more of my daily work on it, from emails and writing documents. One area that I been investigating further is how I can manage and work with Azure from an… READ MORE

How to Migrate Azure PowerShell from AzureRM to the new Az Module
How to Migrate Azure PowerShell from AzureRM to the new Az Module
Blog Posts

In December, Microsoft released version 1.0.0 of the new Az Module. Az is a cross-platform PowerShell module to manage resources in Azure that is compatible with both WindowsPowerShell and PowerShell Core. Why to migrate to Az? Az is written from ground up in .NET Standard which allows us to use the module in PowerShell Core on Windows, MacOs or Linux platforms. It is… READ MORE