This commit is contained in:
2023-06-06 08:00:04 +02:00
parent 6883cf37e5
commit 20439cbe2f

View File

@@ -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