Home / All Courses / Microsoft / Microsoft Azure / Microsoft Certified: Azure Developer Associate / AZ-203: Developing Solutions for Microsoft Azure

AZ-203: Developing Solutions for Microsoft Azure Training & Certification Course

Overview

In this azure developer associate course, students will gain the knowledge and skills needed to implement Azure IaaS services and features in their development solutions. The azure developer associate course covers provisioning virtual machines, using Batch Service to deploy/maintain resources, and how to create containerized solutions by using Azure Kubernetes Service.

Audience profile

  • Students in this azure developer associate course are interested in Azure development or in passing the Microsoft Azure Developer Associate certification exam.

 

Prerequisite

Students should have 1-2 years of experience as a developer. AZ-203: Developing Solutions for Microsoft Azure Certification Course assumes students know how to code and have a fundamental knowledge of Azure.

Recommended Course

AZ-300: Microsoft Azure Architect Technologies

Full Description

AZ-203T01-A: Develop Azure Infrastructure as a Service compute solutions

 

 Module 1: Implement solutions that use virtual machines

Students will learn how to properly plan for VM deployment. It covers VM creation by using the Azure Portal, PowerShell, and through code. It also covers creating and using ARM templates for repeatable deployments and how to use Azure Disk Encryption to secure information on the VM.

Lessons

 Provision VMs

 Create ARM templates

 Configure Azure Disk Encryption for VMs

After completing this module, students will be able to:

 Learn how to create and deploy virtual machines by using the Azure Portal, PowerShell, and through code.

 Learn how to create and deploy Azure Resource Manager templates by using the Azure Portal and Visual Studio.

 Understand the different encryption options and learn how to encrypt existing and new deployments.

 

Module 2: Implement batch jobs by using Azure Batch Services

Azure Batch creates and manages a pool of compute nodes (virtual machines), installs the applications you want to run, and schedules jobs to run on the nodes.

Lessons

 Azure Batch overview

 Run a batch job by using the Azure CLI and Azure Portal

 Run batch jobs by using code

 Manage batch jobs by using the Batch Service API

After completing this module, students will be able to:

 Understand how the Azure Batch service works

 Learn how to create and run batch jobs by using the Azure CLI

 Learn how to create and run batch jobs by using code

 Learn how to use the Azure Batch Service API to manage jobs

 

Module 3: Create containerized solutions

You can build and run modern, portable, microservices-based applications that benefit from Kubernetes orchestrating and managing the availability of those application components. Kubernetes supports both stateless and stateful applications as teams progress through the adoption of microservices-based applications.

Lessons

 Create an Azure Managed Kubernetes Service (AKS) cluster

 Create container images for solutions

 Publish an image to the Azure Container Registry

 Run containers by using Azure Container Instance or AKS

After completing this module, students will be able to:

 Learn core concepts for Azure Kubernetes Service (AKS)

 Learn how to deploy AKS clusters

 Publish an image to the Azure Container Registry

 Learn about Azure Container Instances and how to deploy to them

 

AZ-203T02-A: Develop Azure Platform as a Service compute solutions

 

Module 1: Create App Service web apps

Azure App Service Web Apps (or just Web Apps) is a service for hosting web applications, REST APIs, and mobile back ends. Web Apps not only adds the power of Microsoft Azure to your application, such as security, load balancing, autoscaling, and automated management.

Lessons

  1.  Azure App Service core concepts
  2.  Creating an Azure App Service web app
  3.  Creating background tasks by using WebJobs in Azure App Service

After completing this module, students will be able to:

  •  Understand App Service core concepts and capabilities
  •  Know how to create App Service web apps by using Azure CLI, Azure Portal, and PowerShell. 
  • Be able to create continuity and triggered WebJobs

 

Module 2: Creating Azure App Service mobile apps

The Mobile Apps feature of Azure App Service gives enterprise developers and system integrators a mobile-application development platform that's highly scalable and globally available.

Lessons

  1.  Getting started with mobile apps in App Service
  2.  Enable push notifications for your app
  3.  Enable offline sync for your app

After completing this module, students will be able to:

  •  Push their app on to the Mobile App service
  •  How to register apps for push notifications

 

Module 3: Create Azure App Service API apps

This module covers how to create and document an Azure App Service API.

Lessons

  1.  Creating APIs
  2.  Using Swagger to document an API

After completing this module, students will be able to:

  •  Know how to create an APIM instance and create a new API
  •  Know how to use Swashbuckle to create Swagger objects in ASP.NET Core

 

Module 4: Implement Azure Functions

Azure Functions is a solution for easily running small pieces of code, or "functions," in the cloud. You can write just the code you need for the problem at hand, without worrying about a whole application or the infrastructure to run it.

Lessons

  1.  Azure Functions overview
  2.  Develop Azure Functions using Visual Studio
  3.  Implement durable functions

After completing this module, students will be able to:

  •  Understand the core features and functionality of Azure Functions
  •  Be able to create functions, bindings, and triggers
  •  Know common patters for Durable Functions and be able to create them

 

AZ-203T03-A: Develop for Azure storage

 

Module 1: Develop solutions that use Azure Table storage

Azure Table storage is a service that stores structured NoSQL data in the cloud, providing a key/attribute store with a schemaless design. Because Table storage is schemaless, it's easy to adapt your data as the needs of your application evolve.

Lessons

  1.  Azure Table storage overview
  2.  Authorization in Table storage
  3.  Table service REST API

After completing this module, students will be able to:

  •  Understand the features and uses of Azure Table storage
  •  Know how to utilize Shared Key authorization
  •  Know how to use the Azure Table storage REST service to manage data

 

Module 2: Develop solutions that use Azure Cosmos DB storage

This module covers Azure Cosmos DB storage. It instructs students on how it works, how to manage containers and items, and create and update documents by using code.

Lessons

  1.  Azure Cosmos DB overview
  2.  Managing containers and items
  3.  Create and update documents by using code

After completing this module, students will be able to:

  •  Understand the core features and functionality of Azure Cosmos DB
  •  Be able to manage containers and items
  •  Be able to create and update documents

 

Module 3: Develop solutions that use a relational database  

SQL database is a general-purpose relational database managed service in Microsoft Azure that supports structures such as relational data, JSON, spatial, and XML.

Lessons

  1.  Azure SQL overview
  2.  Create, read, update, and delete database tables by using code

After completing this module, students will be able to:

  •  Know how the Azure SQL Database service works
  •  Be able to perform database operations by using code

 

Module 4: Develop solutions that use Microsoft Azure Blob storage

Azure Blob storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that does not adhere to a particular data model or definition, such as text or binary data.

Lessons

  1.  Azure Blob storage overview
  2.  Working with Azure Blob storage

After completing this module, students will be able to:

  •  Understand when and why to use Azure Blob storage
  •  Know how to set and retrieve Blob storage properties and metadata
  •  Know how to replicate and copy Blobs

 

AZ-203T04-A: Implement Azure security

 

 Module 1: Implement authentication

Microsoft identity platform is an evolution of the Azure Active Directory (Azure AD) identity service and developer platform. It allows developers to build applications that sign in all Microsoft identities, get tokens to call Microsoft Graph, other Microsoft APIs, or APIs that developers have built.

Lessons

  1.  Microsoft identity platform
  2.  Implement OAuth2 authentication
  3.  Implement managed identities for Azure resources
  4.  Implement authentication by using certificates, forms-based authentication, or tokens
  5.  Implement multi-factor authentication

After completing this module, students will be able to:

  •  Understand the architecture of the Microsoft identity platform
  •  Be able to implement OAuth2 authentication in their solutions
  •  Be able to use Azure Key Vault to store and retrieve authentication information

 

Module 2: Implement access control

This module covers claims-based and role-based access control.

Lessons

  1.  Claims-based authorization
  2.  Role-based access control (RBAC) authorization

After completing this module, students will be able to:

  •  Learn how to use claims-based authorization in their development solutions
  •  How to manage access to resources using RBAC through the REST API

 

Module 3: Implement secure data solutions

This module covers securing data at rest and during transmission.

Lessons

  1.  Encryption options
  2.  End-to-end encryption
  3.  Implement Azure confidential computing
  4.  Manage cryptographic keys in Azure Key Vault

After completing this module, students will be able to:

  •  Understand encryption options
  •  Learn how to encrypt data with Transparent Data Encryption
  •  Manage and utilize encryption keys by using the Azure key vault

 

AZ-203T05-A: Monitor, troubleshoot, and optimize Azure solutions

 

 Module 1: Introduction to Azure Monitor

Azure Monitor is the central service that includes all of the tools you need to monitor and optimize your solution.

Lessons

  1.  Overview of Azure Monitor

After completing this module, students will be able to:

  •  Understand how Azure Monitor works
  •  Know where and how Azure Monitor collects data

 

Module 2: Develop code to support scalability of apps and services

This module covers how applications scale and how to handle some troubleshooting.

Lessons

  1.  Implement autoscale
  2.  Implement code that addresses singleton application instances
  3.  Implement code that handles transient faults

After completing this module, students will be able to:

  1.  Understand autoscale patterns and best practices for scaling their solutions
  2.  How to use the Azure CLI to communicate with a specific copy of a resource
  3.  How to handle transient faults in your solution

 

Module 3: Instrument solutions to support monitoring and logging

This module covers adding code to your app to send the data to Azure Monitor.

Lessons

  1.  Configure instrumentation in an app or server by using Application Insights
  2.  Analyze and troubleshoot solutions by using Azure Monitor

After completing this module, students will be able to:

  •  Know how to add default code to web pages, console apps, and Windows desktop apps to support telemetry
  •  Know how to use dashboards and other tools to monitor and troubleshoot their app

 

Module 4: Integrate caching and content delivery within solutions

This module shows students how to leverage Azure Cache for Redis and Azure CDNs to deliver assets to users more quickly.

Lessons

  1.  Azure Cache for Redis
  2.  Develop for storage on CDNs

After completing this module, students will be able to:

  •  Understand how Azure Cache for Redis operates and how to configure and interact with it
  •  Know how to manage Azure CDN

 

 AZ-203T06-A: Connect to and consume Azure, and third-party, services

 

 Module 1: Develop an App Service Logic App

Logic Apps helps you build solutions that integrate apps, data, systems, and services across enterprises or organizations by automating tasks and business processes as workflows. This module covers what they are and how to create them.

Lessons

  1.  Azure Logic Apps overview
  2.  Create Logic Apps by using Visual Studio
  3.  Create custom connectors for Logic Apps
  4.  Create custom templates for Logic Apps

Students will understand how to create and manage Azure Logic Apps.

 

Module 2: Integrate Azure Search within solutions

Azure Search is a search-as-a-service cloud solution that gives developers APIs and tools for adding a rich search experience over private, heterogenous content in web, mobile, and enterprise applications. In this module, students will learn how to integrate Azure Search into their solutions. 

Lessons

  1.  Create and query an Azure Search Index 
  2.  Full-text search in Azure Search

Students will know how to provision the service, create an index, load data, and execute searches.

 

Module 3: API Management

API Management (APIM) helps organizations publish APIs to external, partner, and internal developers to unlock the potential of their data and services.

Lessons

  1.  Introduction to the API Management service
  2.  Securing your APIs
  3.  Defining API policies

Students will know how to provision the APIM service using the Azure Portal, secure APIs with subscriptions and client certificates, and use API policies to modify the behaviour of an API.

 

Module 4: Develop event-based solutions

This module covers developing event-based solutions in Azure by integrating Azure Event Grid, Event Hubs, and Notification Hubs in your applications.

Lessons

  1.  Implement solutions that use Azure Event Grid
  2.  Implement solutions that use Azure Event Hubs
  3.  Implement solutions that use Azure Notification Hubs

Students will know how the services work and how to integrate them into their solutions.

 

Module 5: Develop message-based solutions, Microsoft Azure

Service Bus is a fully managed enterprise integration message broker. Service Bus is most commonly used to decouple applications and services from each other and is a reliable and secure platform for asynchronous data and state transfer. Azure Queue storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS.

Lessons

  1.  Implement solutions that use Azure Service Bus
  2.  Implement solutions that use Azure Queue Storage queues

Fees & Schedule

Delivery Mode Course Duration Fees
Live Virtual Training 6 Days Ask for Quote
Onsite Classroom Training 6 Days Ask for Quote
Customized Training 6 Days Ask for Quote

FAQ's

SpireTec solutions is the latest technology enabled I.Tmanagement training company specialized in offering 1500+ courses with the state of art training facilities backed by a team of industry experts in various domains with assuring best quality services.
Since SpireTec provides 24X7 training and support for your training needs is very adaptable to your time availabilities and offers customized training programs according to your availability and time zones of your contingent.
Because SpireTec aims for the personal & professional growth of you as individual & corporate as a whole, providing training on the latest and updated versions in the designated domains.
It is preferable but not mandatory to have domain experience in the area of your interest in which you want to opt training, supported by good English communication skills, a good Wi-Fi and computer or laptop system in case you want remote training
Spire Tec aims and ensure to offer finest and world-class training to the participants by giving them a proper counselling and a guided career path by our industry experts which leads guaranteed success for you in the corporate world
We offer online training (1-1, Group training), Classroom training, Onsite training with state of art facilities.
You can make payment online via PayPal with any of the debit & credit cards or via direct bank transfer.