Skip to content

KaranbirSingh7/azure-sdk-go-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure-go-sdk

A simple usage of azure-go-sdk to scale a SQL DB

Setup

# 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

References:

About

A repo to keep handy examples of azure-sdk usage within go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published