...
1# Azure Storage SDK for Go (Preview)
2
3:exclamation: IMPORTANT: This package is in maintenance only and will be deprecated in the
4future. Please use one of the following packages instead.
5
6| Service | Import Path/Repo |
7|---------|------------------|
8| Storage - Blobs | [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob) |
9| Storage - Files | [github.com/Azure/azure-storage-file-go](https://github.com/Azure/azure-storage-file-go) |
10| Storage - Queues | [github.com/Azure/azure-storage-queue-go](https://github.com/Azure/azure-storage-queue-go) |
11| Storage - Tables | [github.com/Azure/azure-sdk-for-go/sdk/data/aztables](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/data/aztables)
12
13The `github.com/Azure/azure-sdk-for-go/storage` package is used to manage
14[Azure Storage](https://docs.microsoft.com/azure/storage/) data plane
15resources: containers, blobs, tables, and queues.
16
17To manage storage *accounts* use Azure Resource Manager (ARM) via the packages
18at [github.com/Azure/azure-sdk-for-go/services/storage](https://github.com/Azure/azure-sdk-for-go/tree/main/services/storage).
19
20This package also supports the [Azure Storage
21Emulator](https://azure.microsoft.com/documentation/articles/storage-use-emulator/)
22(Windows only).
23
View as plain text