back to home

Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.

View on GitHub
5,959 stars
5,130 forks
1,215 issues
C#PowerShellTypeScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing Azure/azure-sdk-for-net in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/Azure/azure-sdk-for-net)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Azure SDK for .NET This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs or our versioned developer docs. Getting started 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. Packages available Each service might have a number of libraries available from each of the following categories: • Client - New Releases • Client - Previous Versions • Management - New Releases • Management - Previous Versions Client: New Releases New wave of packages that we are announcing as **GA** and several that 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 new client libraries can be identified by the naming used for their folder, package, and namespace. Each will start with , followed by the service category, and then the name of the service. For example . For a complete list of available packages, please see the latest available packages page. > NOTE: If you need to ensure your code is ready for production we strongly recommend using one of the stable, non-preview libraries. Client: Previous Versions 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'. They might not implement the guidelines or have the same feature set as the November releases. They do however offer wider coverage of services. Management: New Releases A new set of management libraries that follow the Azure SDK Design Guidelines for .NET and based on Azure.Core libraries are now in Public Preview. These new libraries provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more. You can find the list of new packages on this page. To get started with these new libraries, please see the quickstart guide here. These new libraries can be identified by namespaces that start with , e.g. > NOTE: If you need to ensure your code is ready for production use one of the stable, non-preview libraries. Management: Previous Versions For a complete list of management libraries which enable you to provision and manage Azure resources, please check here. They might not have the same feature set as the new releases but they do offer wider coverage of services. Previous versions of management libraries can be identified by namespaces that start with , e.g. Documentation and code samples for these libraries can be found here. Need help? • 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 and tags. Data Collection The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described below. You can learn more about data collection and use in the help documentation and Microsoft’s privacy statement. For more information on the data collected by the Azure SDK, please visit the Telemetry Guidelines page. Telemetry Configuration Telemetry collection is on by default. > NOTE: may set default user agent headers as part of the .NET platform behavior. This value does not contain any Azure SDK telemetry information. You can disable telemetry when creating a client by setting the property in the diagnostics options: Alternatively, you can disable telemetry globally by setting the environment variable to before creating any clients. Community • Chat with other community members Reporting security issues and security bugs Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) . You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter. We want your thoughts! Feature Requests What features are important to you? You can let us know by looking at our open feature requests and sharing your thoughts by giving the issue a thumbs up or thumbs down. (Note the list is sorted by number of thumbs up in descending order.) Design Discussions We would love to incorporate the community's input into our library design process. Here's a list of design discussions that we're currently having. Participate in the discussions by leaving your comments in the issue! Contributing For details on contributing to this repository, see the contributing guide. For AI agents and automated tools working with this repository, see AGENTS.md for guidelines on safe and effective automation patterns. 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 detail…