Mid Azure

How do you update a secret in Key Vault?

  • Update via Azure Portal, Azure CLI, PowerShell, or SDK.

Example using SDK:

var client = new SecretClient(new

Uri("

new

DefaultAzureCredential());

client.SetSecret("MySecret", "NewValue");

More from Microsoft Azure Tutorial

All questions for this course