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

Implement Azure Functions

...

Study Guides for Sub-Sections

In Azure Functions, triggers and bindings simplify connections to external services. A trigger is an event that starts a function, while ...

Azure Functions is a serverless compute service that lets you run code in response to events without managing servers. Functions use triggers and bindings to reac...

Data operation triggers in Azure Functions let your code run automatically when data changes in databases or storage accounts. These triggers respond to CRUD events—create...