A simple usage of azure-go-sdk to scale a SQL DB
# setup ENV_VARS
cp .env.tpl .env
# modify .env and modify variables (requires service prinicpal)
# load env variables
./load_dotenv.sh
# build
go build -o bin
# run
./bin
## SAMPLE OUTPUT
# ❯ go run main.go
# 2021/12/20 21:11:54 InProgress
# 2021/12/20 21:12:09 DB scale operation to S4 Succeeded