This repository contains official .NET libraries for Azure services. You can find NuGet packages for these libraries here.
To get started with a library, see the README.md file located in the library's project folder. You can find these library folders grouped by service in the /sdk directory.
For tutorials, samples, quick starts, and other documentation, go to Azure for .NET Developers.
Each service might have a number of libraries available from each of the following categories discussed below:
New wave of packages that we are currently releasing in preview. These libraries follow the Azure SDK Design Guidelines for .NET and share a number of core features such as HTTP retries, logging, transport protocols, authentication protocols, etc., so that once you learn how to use these features in one client library, you will know how to use them in other client libraries. You can learn about these shared features at Azure.Core.
These preview libraries can be easily identified by their folder, package, and namespaces names starting with 'Azure', e.g. Azure.Storage.Blobs.
The libraries released in the July 2019 preview:
- Azure.ApplicationModel.Configuration
- Azure.Messaging.EventHubs
- Azure.Identity.KeyVault.Keys
- Azure.Identity.KeyVault.Secrets
- Azure.Storage.Blobs
- Azure.Storage.Files
- Azure.Storage.Queues
NOTE: If you need to ensure your code is ready for production, use one of the stable libraries.
Last stable versions of packages that are production-ready. These libraries provide similar functionalities to the preview packages, as they allow you to use and consume existing resources and interact with them, for example: upload a storage blob. Stable library directories typically contain 'Microsoft.Azure' in their names, e.g. 'Microsoft.Azure.KeyVault'.
Libraries which enable you to provision specific server resources. They are directly mirroring Azure service's REST endpoints. Management library directories typically contain the word 'Management' in their names, e.g. 'Microsoft.Azure.Management.Storage'.
- For reference documentation visit the Azure SDK for .NET API Reference.
- For tutorials, samples, quick starts, and other documentation, go to Azure for .NET Developers.
- File an issue via Github Issues.
- Check previous questions or ask new ones on StackOverflow using
azure
and.net
tags.
For details on contributing to this repository, see the contributing guide.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
Component | Build Status |
---|---|
Client Libraries | |
Management Libraries |