1
I am trying to create an index/synonym map with encryption using "Customer" managed key option however I am not able to do so.
I am constantly getting the following error back from the service:
Failed to verify account key (HTTP Status Code: 403).
Here's what my request body for synonym map looks like:
{
"name":"test",
"format":"solr",
"synonyms":"",
"encryptionKey":
{
"keyVaultKeyName":"AzSearchKey2",
"keyVaultKeyVersion":"02cc721e41654f079c173744313f24b0",
"keyVaultUri":"https://mykeyvault.vault.azure.net"
}
}