Azure key vault: access denied

后端 未结 6 1121
孤城傲影
孤城傲影 2020-11-29 08:25

I have the following code for obtaining a secret from the Azure key vault:

public static async Task GetToken(string authority, string resource,         


        
6条回答
  •  臣服心动
    2020-11-29 08:49

    What is happening - your service principal doesn't have permissions to perform said operation. Take a look at this thread.

    How do I fix an "Operation 'set' not allowed" error when creating an Azure KeyVault secret programmatically?

提交回复
热议问题