Installing Azure cli & Azure Powershell on windows
Download the MSI installer and install the Azure CLI
After installing you may check the version of AZ CLI
az --version
Then type
az bicep version -- there is a change that your bicep is not installed you may need to install the bicep it will give out the instruction to install you may follow it.
Installing Azure Powershell on Windows
We are going to use Powershell 7 , and not windows powershell for this requires far more pre-requistes.

Comments
Post a Comment