Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created August 1, 2020 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/84556347bf7722649e2206a2e372b7a3 to your computer and use it in GitHub Desktop.
Save johnlokerse/84556347bf7722649e2206a2e372b7a3 to your computer and use it in GitHub Desktop.
[string] $virtualMachineName = "vm-euw-blogpost-webserver01";
[string] $resourceGroupName = "rg-blogpost"
az vm open-port --name $virtualMachineName
--port 22
--priority 150
--nsg-name nsg-blogpost
--resource-group $resourceGroupName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment