An Azure NoSQL database service for app development.
Hi Craig Webb,
Thankyou for reaching microsoft Q&A!
It looks like the behavior you’re seeing is related to recent changes around Azure Synapse Link (Analytical Store) support for Azure Cosmos DB.
The error message:
“Enabling Analytical Storage during account creation is no longer supported”
indicates that enabling Synapse Link during creation of a brand-new or re-created Cosmos DB account is currently restricted for new scenarios.
What this means
• Existing Cosmos DB accounts that already had Synapse Link enabled should continue functioning normally.
• If an account is deleted and then recreated, the newly created account may no longer allow enabling Analytical Store/Synapse Link during creation.
• This would explain why your earlier environment worked previously while the newly recreated production account is now failing.
Recommended options
• Continue using an existing Cosmos DB account that already has Synapse Link enabled, if feasible.
• Evaluate Microsoft Fabric Mirroring (GA) as the strategic replacement for zero-ETL analytics on Cosmos DB data.
• If Synapse Link functionality is business-critical, we can engage the product team internally to confirm whether any exceptions or alternative onboarding paths are currently available.
To help validate the scenario further, could you please confirm the following:
• Did the original production account have Synapse Link enabled before it was deleted?
• Which Cosmos DB API are you using (Core/SQL, MongoDB, Cassandra, etc.)?
• How are you provisioning the account (Azure Portal, ARM/Bicep, CLI, Terraform)?
Reference documentation
- Azure Synapse Link for Azure Cosmos DB documentation
- Azure Cosmos DB Mirroring in Microsoft Fabric
- Azure CLI Cosmos DB update options
Quick checklist:
• Original production account had Synapse Link enabled before deletion: Yes / No
• Cosmos DB API: Core/SQL / MongoDB / Cassandra / Other
• Provisioning method: Portal / ARM/Bicep / CLI / Terraform
Once we have the above details, we can help determine the best next steps.