Blog Posts with tag "Azure Cosmos DB"

Local Aspire Development with Azure Cosmos DB and the Preview Emulator

Local Aspire Development with Azure Cosmos DB and the Preview Emulator

Distributed applications tend to feel straightforward until a real cloud dependency enters the picture. Azure Cosmos DB is a good example. In Azure, the preferred model is usually clear: the application should connect without secrets and authenticate through Managed Identity. Local development has different constraints. There is no managed identity attached to a machine in the same way, but the application still needs a reachable endpoint, credentials, startup ordering and a database that exists before the first request reaches repository code.

Read Blog Post