I want to create an Azure virtual machine with the VM extension(Custom script extension) using the python SDK. Basically, I want a python program that will create the VM with VM extension using the Azure SDK management libraries, I am able to use the Azure SDK management libraries in a Python script to create a resource group that contains a
Tag: azure-sdk-python
Azure KeyVault: how to retrieve clientId, clientSecret and the tenantId for an existing Service Principal?
The cloud engineer in my organization has set up an Azure KeyVault and a Service Principal. I know the id of this Service Principal, but I also need clientId, clientSecret, and tenantId. The documentation shows that these variables are exposed to you when you create a Service Principal using Azure CLI, but in my case, there is one already. I