We are working on this problem. But you can use CLI to get it done:
az cosmosdb update --enable-analytical-storage true --name <database-account-name> --resource-group <resource-group-name>
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I'm new to COSMOS DB and trying out few things. When I tried to enable the Azure Synapse link from COSMOS SQL API, it is saying the Enabling Azure Synapse Link for this account failed. The content media type 'text/plain' is not supported. Only 'application/json' is supported.
I followed the instructions from the MS documentation to create the COSMOS DB.
We are working on this problem. But you can use CLI to get it done:
az cosmosdb update --enable-analytical-storage true --name <database-account-name> --resource-group <resource-group-name>
Hi @dineshgp , welcome to Microsoft Q&A forum.
You need to go to Features under setting and enable Azure Synapse link from there first as shown in below screenshot:
After enabling it, you can try creating database/container and enable Azure Synapse link and it should work fine without any error.
Please let me know if this helps or else we can discuss further.
----------
If answer helps, please mark it 'Accept Answer'