There is a bug in those docs that incorrectly states to use that api version.
Change your api version to 2020-04-01 and it will work.
Thanks for reporting the issue with the docs. Will get that corrected.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I invoke the api with the payload containing keyvaulturi parameter I get the status failed.
Failed to refresh the collection list. Please try again later.
Can any one help please
There is a bug in those docs that incorrectly states to use that api version.
Change your api version to 2020-04-01 and it will work.
Thanks for reporting the issue with the docs. Will get that corrected.
When I use with the new Api-version for the below payload
{
"kind": "GlobalDocumentDB",
"location": "centralus",
"tags": {
"dept": "finance"
},
"properties": {
"isVirtualNetworkFilterEnabled": true,
"databaseAccountOfferType": "Standard",
"ipRules": "10.0.0.0,20.0.0.0",
"capabilities": [],
"virtualNetworkRules": [{
"id": "/subscriptions/<sub_id>/resourceGroups/<resource>/providers/Microsoft.Network/virtualNetworks/<network/subnets/subnettwo",
"ignoreMissingVNetServiceEndpoint": false
}],
"locations": [{
"failoverPriority": "0",
"locationName": "centralus"
}, {
"failoverPriority": "1",
"locationName": "eastus"
}],
"keyVaultKeyUri": "https://<name>.vault.azure.net/keys/my-cosmos-db-key/"
}
}
Im getting Below Error
"message": "Unable to parse request payload. \r\nActivityId: a3924c98-5a26-4232-9c25-bca8754b12ce, Microsoft.Azure.Documents.Common/2.11.0"