DEV Community

Cover image for Good bye Azure Portal, Welcome Azure CLI

Good bye Azure Portal, Welcome Azure CLI

Alexandre Nédélec on April 08, 2019

In this article about Azure CLI, we will talk about: Managing Azure resources Azure CLI Syntax Deep dive in Azure CLI Where to use Azure CLI Azur...
Collapse
 
melezhik profile image
Alexey Melezhik

Hi! I like az_cli, I prefer it over powershell/portal. But you also might be interested in this - Azure Automation with Perl6 and Sparrow6

Collapse
 
omiossec profile image
Olivier Miossec

Hi thanks for the introduction
Are you mixing PowerShell with AZ CLI (you seem to use $varname) ?

Collapse
 
techwatching profile image
Alexandre Nédélec

Yes indeed, as I say in my post the samples of my article use the PowerShell syntax. What is nice with Azure CLI is that even if it is originally designed for bash you can use it with PowerShell too if you prefer.

Collapse
 
omiossec profile image
Olivier Miossec

Yes and you can mix both, creating an Azure function is painless with cli but testing it is easier with pester and Powershell