Closed nickcoast closed 9 months ago
You can choose the SKU and instances based on the needs your application. So you are able to scale down to 1 instance if that is all that is needed.
You can use any datasource you prefer. We are using cosmosdb in this sample but you could always update to a different data resource.
This sample is meant to show how to do things and be a starting point. You could and should update based on the requirements of your application and scenario.
Provisioned throughput
.Serverless
should be much cheaper for this sample program.Question If I create a new Cosmos DB using
Serverless
, can I swap it out with my current provisioned DB? Can I just create a new connection for it in Azure and update.env
in the Codespace. Or I could start over with the updated repo and edit thebicep
file section for Cosmos DB, but that seems like a lot more work.