John L.
John L.

Reputation: 1953

Azure .NET SDK Documentation Missing

Azure REST APIs are well documented but I cannot find decent documentation for the Azure .NET SDK. Just as an example, I tried to delete and create a managed SQL database using the SDK. There is no documentation explaining the use of SqlManagementClient or even any info that I should be using SqlManagementClient for this purpose. I just found some samples here and there as a result of Google search.

Is it really that the .NET SDK for Azure is not properly documented or am I missing where it is? I would appreciate it if anyone could share a link to such documentation. (and I don't mean the API references.)

Upvotes: 0

Views: 102

Answers (1)

Elendil Zheng-MSFT
Elendil Zheng-MSFT

Reputation: 541

Thanks, John, for raising this up, the reason is that for .net SDK we are in the process of upgrading to a new version which follows a new design principle, with the new design, it would be easy for us to create sample codes or documents. For your specific question, I'd suggest you can check Azure Resource Management with Azure .NET SDK, all SDK usage of managing azure resource follows the same principle.

Thanks again for letting us know your concerns about Azure SDK and we value all customer voices against Azure SDK.

Upvotes: 1

Related Questions