Top "Azure-sdk" questions

Use this tag for questions that has to do with the several SDKs and command-line tools, provided by Microsoft Azure.

How to create ServiceClientCredential to be used with Microsoft.Azure.Management.Compute

I am trying to programmatically retrieve the HostedServices from Microsoft.Azure.Management.Compute using C#. This requires ServiceClientCredential and I …

c# azure azure-sdk-.net azure-sdk
Python Azure sdk: How to retrieve secrets from keyvault?

I need to retrieve secrets from keyvault. This is my code so far: from azure.mgmt.keyvault import KeyVaultManagementClient from …

python azure azure-keyvault azure-sdk azure-sdk-python