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!
Gauge your current knowledge

Gauge your current knowledge

Implement containerized solutions
Study Guides for Sub-Sections
Azure Container Instances (ACI) offer a simple way to run containers in Azure without managing any servers. Using the Azure CLI, you can deploy container images and control their s...
In Azure, a container image is a lightweight, standalone package that includes everything needed to run an application. You store these images in the Azure Container Registry (ACR)...
Publishing an image to Azure Container Registry (ACR) involves using both Azure CLI and Docker commands. Azure CLI handles registry creat...
When you create an Azure Container Apps environment, you start by picking a resource group, a unique name, and a region near your users. By defau...