Newest and recommended Azure SDKs

Casper Rubæk 246 Reputation points
2021-05-24T19:22:23.98+00:00

Where can I find documentation for the newest and recommended Azure SDKs for .Net?

It is unclear which SDKs are the newest and where to find all the documentation.

Specifically I need SDKs for:

  • Azure Resource Manager API
  • Azure Services API such as KeyVault, ServiceBus
  • Azure Retail Price API

I would like to use existing SDKs instead of building my own to save time.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,208 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,644 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,309 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,126 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jerry Cai-MSFT 986 Reputation points
    2021-05-25T01:57:03.387+00:00

    Hi,CasperRubaek

    You can find all the Azure SDKs in this documentation:

    Azure SDK for .NET

    Some stable versions will have it's documentation.

    Best Regards,
    Jerry Cai


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. JamesTran-MSFT 36,461 Reputation points Microsoft Employee
    2021-05-25T16:44:32.433+00:00

    @Casper Rubæk
    Thank you for your post!

    For Azure Key Vault, you can reference our Azure Key Vault REST API documentation. For the full list of Azure REST APIs.

    Additional Link:
    Azure Key Vault Developer's Guide.

    If you have any other questions, please let me know.
    Thank you!

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.