Skip to content

NiklasGustafsson/azure-go-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Go SDK Samples

This repository contains samples illustrating how to use the Go SDK for Azure.

The Go SDK is experimental and offers only partial coverage what is available in Azure. Just like the SDK is divided into three high-level areas of functionality, the samples are organized in three collections:

Azure Storage

These samples cover the Azure Storage APIs for blobs, queues, and files. They are fairly simple, explaining how to utilize the basic features.

Service Management

The service management are the traditional Azure API to manage services such as virtual machines, networks, and databases. Typically, these would be called from tools and process automation logic, not applications.

Azure Resource Manager

The Azure Resource Manager replaces the Service Management APIs with a more composable and extensible framework for describing computational and data resources in Azure. It comes with some cost in terms of complexity and a change of authentication models, but once you're past the learning curve, ARM is very powerful.

About

Samples for azure-sdk-for-go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages