Cleanup
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
resource_group="workshop-rg"
|
||||
|
||||
# Create a group that bundles all
|
||||
time az group create --name ${resource_group} --location westeurope
|
||||
|
||||
# Use the template and parameter files to delete resources within the group
|
||||
time az deployment group create \
|
||||
--resource-group ${resource_group} \
|
||||
--template-file azuredelete.json \
|
||||
--mode complete
|
||||
Reference in New Issue
Block a user