<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE FL_Course SYSTEM "https://www.flane.de/dtd/fl_course095.dtd"><?xml-stylesheet type="text/xsl" href="https://portal.flane.co.il/css/xml-course.xsl"?><course productid="34136" language="he" source="https://portal.flane.co.il/israel-md/xml-course/microsoft-az-2003" lastchanged="2025-12-23T16:53:22+02:00" parent="https://portal.flane.co.il/israel-md/xml-courses"><title>Deploy cloud-native apps using Azure Container Apps</title><productcode>AZ-2003</productcode><vendorcode>MS</vendorcode><vendorname>Microsoft</vendorname><fullproductcode>MS-AZ-2003</fullproductcode><version>A</version><essentials>&lt;ul&gt;
&lt;li&gt;Basic understanding of cloud computing concepts: Familiarity with cloud computing fundamentals, such as virtualization, scalability, and on-demand resource provisioning.&lt;/li&gt;&lt;li&gt;Knowledge of containers: Understanding the concept of containers, their benefits, and how they differ from traditional apps and virtual machines.&lt;/li&gt;&lt;li&gt;Familiarity with container orchestration: Basic understanding of container orchestration platforms like Kubernetes and their role in managing containerized applications.&lt;/li&gt;&lt;li&gt;Experience with Azure: Some familiarity with Microsoft Azure and its core container services, such as Azure Container Registry, Azure Kubernetes Service, and Azure Container Apps.&lt;/li&gt;&lt;li&gt;Experience with deployments: Some familiarity with Azure DevOps or similar CI/CD tools for application deployment.&lt;/li&gt;&lt;li&gt;Experience with networks: Some familiarity with networking concepts and Azure Virtual Networks.&lt;/li&gt;&lt;/ul&gt;</essentials><contents>&lt;h4&gt;Get started with cloud native apps and containerized deployments&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;Examine cloud-native apps&lt;/li&gt;&lt;li&gt;Examine deployment options for cloud-native apps&lt;/li&gt;&lt;li&gt;Review an Azure Container Apps solution architecture and resources&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Configure Azure Container Registry for container app deployments&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;Review the Azure Container Registry service&lt;/li&gt;&lt;li&gt;Create a container registry instance in the Azure portal&lt;/li&gt;&lt;li&gt;Examine registry operations for image management&lt;/li&gt;&lt;li&gt;Examine authentication with managed identity&lt;/li&gt;&lt;li&gt;Examine Azure Container Registry roles and permissions&lt;/li&gt;&lt;li&gt;Examine secure communications using virtual networks&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Configure a container app in Azure Container Apps&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;Review the Azure Container Apps service&lt;/li&gt;&lt;li&gt;Examine Azure Container Apps containers and containers registries&lt;/li&gt;&lt;li&gt;Create a container app and container app environment&lt;/li&gt;&lt;li&gt;Examine managed identities in Azure Container Apps&lt;/li&gt;&lt;li&gt;Examine ingress in Azure Container Apps&lt;/li&gt;&lt;li&gt;Examine the management of secrets in Azure Container Apps&lt;/li&gt;&lt;li&gt;Examine the storage mounts in Azure Container Apps&lt;/li&gt;&lt;li&gt;Examine cloud service connections in Azure Container Apps&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Configure continuous deployment for container apps&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;Review continuous deployment options for container apps&lt;/li&gt;&lt;li&gt;Examine Azure DevOps and Azure Pipelines&lt;/li&gt;&lt;li&gt;Examine Azure Pipeline configuration and deployment tasks&lt;/li&gt;&lt;li&gt;Examine agents and agent pools for pipelines&lt;/li&gt;&lt;li&gt;Examine environment and secret variables for pipelines&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Scale and manage deployed container apps&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;Examine revisions in Azure Container Apps&lt;/li&gt;&lt;li&gt;Examine application lifecycle management in Azure Container Apps&lt;/li&gt;&lt;li&gt;Examine scaling options in Azure Container Apps&lt;/li&gt;&lt;li&gt;Examine ingress settings for traffic-splitting and blue-green deployments&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Guided project - Deploy and manage a container app using Azure Container Apps&lt;/h4&gt;&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;&lt;li&gt;Prepare your app deployment tools and resources&lt;/li&gt;&lt;li&gt;Exercise - Configure Azure Container Registry for a secure connection with Azure Container Apps&lt;/li&gt;&lt;li&gt;Exercise - Create and configure a container app in Azure Container Apps&lt;/li&gt;&lt;li&gt;Exercise - Configure continuous integration by using Azure Pipelines&lt;/li&gt;&lt;li&gt;Exercise - Manage revisions in Azure Container Apps&lt;/li&gt;&lt;li&gt;Module assessment&lt;/li&gt;&lt;li&gt;Summary&lt;/li&gt;&lt;/ul&gt;</contents><essentials_plain>- Basic understanding of cloud computing concepts: Familiarity with cloud computing fundamentals, such as virtualization, scalability, and on-demand resource provisioning.
- Knowledge of containers: Understanding the concept of containers, their benefits, and how they differ from traditional apps and virtual machines.
- Familiarity with container orchestration: Basic understanding of container orchestration platforms like Kubernetes and their role in managing containerized applications.
- Experience with Azure: Some familiarity with Microsoft Azure and its core container services, such as Azure Container Registry, Azure Kubernetes Service, and Azure Container Apps.
- Experience with deployments: Some familiarity with Azure DevOps or similar CI/CD tools for application deployment.
- Experience with networks: Some familiarity with networking concepts and Azure Virtual Networks.</essentials_plain><contents_plain>Get started with cloud native apps and containerized deployments


- Introduction
- Examine cloud-native apps
- Examine deployment options for cloud-native apps
- Review an Azure Container Apps solution architecture and resources
- Module assessment
- Summary

Configure Azure Container Registry for container app deployments


- Introduction
- Review the Azure Container Registry service
- Create a container registry instance in the Azure portal
- Examine registry operations for image management
- Examine authentication with managed identity
- Examine Azure Container Registry roles and permissions
- Examine secure communications using virtual networks
- Module assessment
- Summary

Configure a container app in Azure Container Apps


- Introduction
- Review the Azure Container Apps service
- Examine Azure Container Apps containers and containers registries
- Create a container app and container app environment
- Examine managed identities in Azure Container Apps
- Examine ingress in Azure Container Apps
- Examine the management of secrets in Azure Container Apps
- Examine the storage mounts in Azure Container Apps
- Examine cloud service connections in Azure Container Apps
- Module assessment
- Summary

Configure continuous deployment for container apps


- Introduction
- Review continuous deployment options for container apps
- Examine Azure DevOps and Azure Pipelines
- Examine Azure Pipeline configuration and deployment tasks
- Examine agents and agent pools for pipelines
- Examine environment and secret variables for pipelines
- Module assessment
- Summary

Scale and manage deployed container apps


- Introduction
- Examine revisions in Azure Container Apps
- Examine application lifecycle management in Azure Container Apps
- Examine scaling options in Azure Container Apps
- Examine ingress settings for traffic-splitting and blue-green deployments
- Module assessment
- Summary

Guided project - Deploy and manage a container app using Azure Container Apps


- Introduction
- Prepare your app deployment tools and resources
- Exercise - Configure Azure Container Registry for a secure connection with Azure Container Apps
- Exercise - Create and configure a container app in Azure Container Apps
- Exercise - Configure continuous integration by using Azure Pipelines
- Exercise - Manage revisions in Azure Container Apps
- Module assessment
- Summary</contents_plain><duration unit="d" days="1">1 יום</duration><pricelist><price country="IT" currency="EUR">490.00</price><price country="DE" currency="EUR">690.00</price><price country="AT" currency="EUR">690.00</price><price country="SE" currency="EUR">690.00</price><price country="NL" currency="EUR">645.00</price><price country="PL" currency="PLN">1400.00</price><price country="US" currency="USD">675.00</price><price country="CA" currency="CAD">675.00</price><price country="GB" currency="GBP">940.00</price><price country="CH" currency="CHF">870.00</price><price country="SI" currency="EUR">690.00</price><price country="FR" currency="EUR">950.00</price></pricelist><miles/></course>