4

I am trying to execute a powershell script to create resources on the Azure infrastructure. I have installed Azure CLI on my machine and followed all the steps to login using az login command. I have also setup my subscription using az account set --subscription "My Demos" command.

Now I want to execute the powershell script using this setup.

Can anyone help me to fix this issue?

0

1 Answer 1

3

Please add the word powershell before the powershell scripts when running in azure cli.

Like below:

powershell Get-AzVM -ResourceGroupName "xxx" -Name "xxx" -Status

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.