Hi All, I am trying to set up an Azure key vault u...
# general
n
Hi All, I am trying to set up an Azure key vault using the
azure-native
package https://www.pulumi.com/registry/packages/azure-native/api-docs/keyvault/vault/. In this API, I see that I need to provide
objectId
and
tenantId
. In my use case, I would have to do new application registration via pulumi from which I can get the clientId, objectID, tenantID and it's secret. Can you please point me to the API which I can call for new application registration and then another API to get objectId and tenantId which I could pass to the key vault via pulumi. Appreciate your help!