AZ-204 Developing Solutions for Microsoft Azure Exam

You can develop, but can you develop for the cloud? Harness your development skills and learn how to create robust solutions for Microsoft Azure, aiming for your Microsoft Certified: Azure Developer Associate certification!

Intermediate

Gauge your current knowledge

Practice test preview
Track Readiness

Develop solutions that use Azure Cosmos DB

...

Study Guides for Sub-Sections

Working with Azure Cosmos DB through its SDK starts by creating a CosmosClient instance. From this client, you obtain a Database object and then a...

Change Feed in Azure Cosmos DB provides a persistent, sorted list of incremental updates to items within a container. It captures insert and updat...

Consistency in Azure Cosmos DB ensures that all application instances see the same version of data across multiple replicas. This feature helps balance latency, <...