Everything in this video is my personal opinion and experience, and should not be considered professional advice. Always do your own research and make sure what you're doing is safe.
How To Create Resource Group in bash and PowerShell
--------------------------------------------------------------------------------------------------
bash : az group create -l westindia -n bashtechno-rg
---------------------------------------------------------------------------------------------------
Power shell :=
Azure PowerShell is the product name for the collection of official Microsoft PowerShell modules for managing Azure resources. It requires PowerShell, a command-line shell and scripting language.
You can use Azure PowerShell interactively by running commands from PowerShell or creating and executing scripts that consist of multiple commands.
BASH : =
Azure CLI reference commands can execute in several scripting languages. If you're new to Bash and also the Azure CLI, this video a great place to begin your learning journey. Work through this video much like you would a tutorial to learn how to use the Azure CLI in a Bash scripting language with ease
Ещё видео!