When create Azure cosmos db, vCore free tier cluster. I got a 400 (Bad Request) error with message
"subStatus": {
"value": "BadRequest",
"localizedValue": "Bad Request (HTTP Status Code: 400)"
},
"statusMessage": "{"error":{"code":"bad_request","message":"Cluster tier 'Free' is not currently available in region 'southeastasia'."}}",
But I haved checked the doc https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/vcore/free-tier
the southeastasia
is the only supported free tier region. who can help?
I tried to search related error in stackoverflow or search engine, but didn’t find solution or root cause.
New contributor
Pearce Liang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.