Azure – Error: The client '#' with object id '#' does not have authorization to perform action 'Microsoft.KeyVault/vaults/write'
Using a service principal I am trying to update the secret value of keyvault. The service principal does have all the permissions to update the secret value. This code is working in the local machine in Powershell ISE, but not…