August 4, 2019
Use Golang to Upload Files to Azure Blob Storage
If you are enjoying Go and its community as much as myself but have been using the Azure Cloud Platform for some time already, you will probably want to use Azure Blob Storage at some point. In that case, this blog post is for you.
You will need: The first thing you need to do is make sure you set up your blob storage account in Azure Portal and create a blob container. In this example I created a blob container called blog-photos. Note your blob account name and blob container name because you will need these.
Read more