package
0.0.0-20220909101710-dab6cea4030a
Repository: https://github.com/drkennetz/azure-sdk-for-go.git
Documentation: pkg.go.dev

# README

Azure Storage SDK for Go (Preview)

:exclamation: IMPORTANT: This package is in maintenance only and will be deprecated in the future. Please use one of the following packages instead.

ServiceImport Path/Repo
Storage - Blobsgithub.com/Azure/azure-sdk-for-go/sdk/storage/azblob
Storage - Filesgithub.com/Azure/azure-storage-file-go
Storage - Queuesgithub.com/Azure/azure-storage-queue-go
Storage - Tablesgithub.com/Azure/azure-sdk-for-go/sdk/data/aztables

The github.com/Azure/azure-sdk-for-go/storage package is used to manage Azure Storage data plane resources: containers, blobs, tables, and queues.

To manage storage accounts use Azure Resource Manager (ARM) via the packages at github.com/Azure/azure-sdk-for-go/services/storage.

This package also supports the Azure Storage Emulator (Windows only).