Open sander1095 opened 3 months ago
@sander1095, you're right. We're going to get a fix live for this. It was copied from the Azure SQL variant of the repo (azure-samples/dab-azure-sql-quickstart) and this must have been missed.
Hey @seesharprun , that's awesome to hear. I see there's already a draft PR.
Will this be merged/ready to deploy when cloned locally before the weekend? I got a livestream next week about DAB + GraphQL and I'd love to use this repo for some of that.
I don't know if I will have things finalized this week.
We do have other guides at https://aka.ms/dab-docs that could help with your event.
We have guides and tutorials there.
For example, https://learn.microsoft.com/en-us/azure/data-api-builder/quickstart-nosql
And there's four more code samples.
Description
The bicep contains definitions for both Azure SQL and CosmosDB Nosql.
However, inspecting files like
infra/app/database.bicep
shows that this only deploys Azure SQL. In fact, I can not find any usage of the CosmosDB anywhere in bicep.Repro steps
Expected behavior
I would expect this repo to have NOTHING to do with Azure SQL. Instead, only cosmosdb should be used. The other example repo for dab-sql should use azure sql instead.
Screenshots
No response
Environment
No response