Skip to content

Commit

Permalink
adds az open-port command
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeisenzahl committed Aug 24, 2021
1 parent 6717ceb commit 6625089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ az vm create \
--admin-username azureuser \
--generate-ssh-keys

az vm open-port --port 80 --resource-group demo-rg --name attack-vm

attackIp=$(az vm show -d -g demo-rg -n attack-vm --query publicIps -o tsv)
```

Expand Down

0 comments on commit 6625089

Please sign in to comment.