I want to create a secret in the azure key vault which will be having multiple keys (like JSON).
e.g-
{
"storageAccountKey":"XXXXX",
"CognitiveServicesKey":"XXXX",
"XXXXXx":"XXXX",
}
is it possible to create?
And then by using PowerShell script, I want to update a particular key in the above-created secret with a new one. Please help me.