RodrigoRVSN / edward-elric

🧪 Testing some Azure features with Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Azure services with Golang

Deploying a Golang REST API in Azure App Service from CLI

  • Create the application in Golang
  • Push the repository
  • Run the az web app commands to deploy the application
az webapp up --runtime GO:1.19 --os linux --sku B1 --name edward-elric

TBD...

About

🧪 Testing some Azure features with Go


Languages

Language:Go 86.8%Language:Dockerfile 13.2%