zkt22/sk1/remove-app.sh

8 lines
161 B
Bash

#!/bin/bash
set -e
az group delete -n skuskaZKT -y
az group delete -n NetworkWatcherRG -y
az group delete -n DefaultResourceGroup-EA -y
printf 'Sicko vymazane'