Remove azure instances post-workshop.

This commit is contained in:
Bridget Kromhout
2018-03-03 08:51:54 -06:00
parent 5c663f9e09
commit ca828343e4

View File

@@ -131,6 +131,13 @@ az group deployment create --resource-group workshop --template-file azuredeploy
az vm list-ip-addresses --resource-group workshop --output table
```
After the workshop is over, remove the instances:
```
az group delete --resource-group workshop
```
## Other Tools
### Deploying your SSH key to all the machines