Quick Overview
The Azure SDK provides idiomatic, consistent libraries for interacting with Azure services across .NET, Java, JavaScript/TypeScript, Python, Go, and more. Each language follows its own best practices while offering a unified experience.
Resources
Download & Install
Select your language and follow the package manager instructions.
- .NET:
dotnet add package Azure.*
- Java: Add Maven coordinates
com.azure:azure-*
or use Gradle. - JavaScript/TypeScript:
npm install @azure/*
- Python:
pip install azure-*
- Go:
go get github.com/Azure/azure-sdk-for-go
Community & Support
Join the conversation, ask questions, and contribute.