Azure Developer AZ 203 Training
1500+
10+
60 Hrs
Key Features

Training from
Industrial Experts

24 x 7
Expert Support

Hands on
Practicals/ Projects

Certification
of Completion

100% Placement
Assistance

Free
Live Demo
AZURE DEVELOPER AZ 203 COURSE CONTENT
Empty
Course Features
- Duration60 hours
- Skill levelAll level
- Batch Strength15
- AssessmentsYes
- Mock InterviewsYes
- Resume BuildingYes
- PlacementsYes
- Flexible TimingYes
- Fee InstallmentsYes
- LanguageTamil/English
Section 1:AZ-203: Develop Azure Infrastructure as a Service Compute Solutions (10-15%)
Implement solutions that use virtual machines (VM)
- For the disks, focus on encryption basics and how key vault is related
- creating ARM templates – review the ARM templates in the quickstart templates
- Provision VMs
- Quickstart: Create a Windows virtual machine in Azure with PowerShell
- Quickstart: Create a Windows virtual machine with the Azure CLI
- Quickstart: Create a Linux virtual machine in Azure with PowerShell
- Quickstart: Create a Linux virtual machine with the Azure CLI
- Create and manage Windows VMs in Azure using C#
- Create ARM templates
- Create Azure Resource Manager template
- Quickstart: Create Azure Resource Manager templates by using Visual Studio Code
- Configure Azure Disk Encryption for VMs
- Encrypt virtual disks on a Windows VM
- How to encrypt a Linux virtual machine in Azure
- for batch jobs, focus on knowing how to use the .NET SDK for creating jobs, setting them up, and executing.
- the batch .NET quickstart is worth reviewing
- skim through Azure CLI and how to manage batch resources
- Manage batch jobs by using Batch Service API
- Overview of Batch APIs and tools
- Persist task data to Azure Storage with the Batch service API
- Persist job and task data to Azure Storage with the Batch File Conventions library for .NET
- Run a batch job by using Azure CLI, Azure portal, and other tools
- Quickstart: Run your first Batch job with the Azure CLI
- Quickstart: Run your first Batch job in the Azure portal
- Quickstart: Run your first Azure Batch job with the .NET API
- Quickstart: Run your first Batch job with the Python API
- Write code to run an Azure Batch Services batch job
- Persist task data to Azure Storage with the Batch service API
- Use Azure Batch CLI templates and file transfer
- Know how to use the CLI at least for basic management of ACR
- Create an Azure Container Registry, create, prep, and push images to it
- Create an Azure Managed Kubernetes Service (AKS) cluster
- Azure Kubernetes Service (AKS) (including the service principal option)
- Quickstart: Deploy an Azure Kubernetes Service (AKS) cluster using the Azure CLI
- Create container images for solutions
- Tutorial: Create a container image for deployment to Azure Container Instances
- Publish an image to the Azure Container Registry
- Tutorial: Deploy an Azure container registry and push a container image
- Run containers by using Azure Container Instance or AKS
- Tutorial: Deploy a container application to Azure Container Instances
- Quickstart: Deploy an Azure Kubernetes Service (AKS) cluster using the Azure portal
Section 2: Develop Azure Platform as a Service Compute Solutions (20-25%)
Create Azure App Service Web Apps
- Create an Azure App Service Web App
- Create an ASP.NET Core web app in Azure
- Create a static HTML web app in Azure
- Create an Azure App Service background task by using WebJobs
- Enable diagnostics logging Create Azure App Service mobile apps
- About Mobile Apps in Azure App Service
- Add push notifications for mobile apps
- Add push notifications to your Android app
- Add Push Notifications to your iOS App
- Enable offline sync for mobile app
- Enable offline sync for your Android mobile app
- Enable offline syncing with iOS mobile apps
- Implement a remote instrumentation strategy for mobile devices
- Enable diagnostics logging for apps in Azure App Service
- Troubleshoot an app in Azure App Service using Visual Studio
- Create an Azure App Service API app
- Import and publish your first API
- Create a new Azure API Management service instance
- Create documentation for the API by using open source and other tools
- Modify the content and layout of pages on the developer portal in Azure API Management
- Customize the style of the Developer portal pages
- An introduction to Azure Functions
- Implement input and output bindings for a function
- Azure Functions triggers and bindings concepts
- Register Azure Functions binding extensions
- Azure Functions trigger and binding example
- Implement function triggers by using data operations, timers, and webhooks
- Create a function triggered by Azure Cosmos DB
- Create a function triggered by Azure Blob storage
- Create a function triggered by Azure Queue storage
- Create a function in Azure that is triggered by a timer
- Implement Azure Durable Functions
- What are Durable Functions?
- Durable Functions patterns and technical concepts
- Create your first durable function in C#
- Create Azure Function apps by using Visual Studio
- Create your first function using Visual Studio
Section 3: Develop for Azure storage (15-20%)
Develop solutions that use storage tables You may want to consider reading Azure Storage Table Design Guide: Designing Scalable and Performant Tables
- Design and implement policies for tables
- Query table storage by using code
- Perform Azure Table storage operations with Azure PowerShell
- Implement partitioning schemes Develop solutions that use Cosmos DB storage
- Create, read, update, and delete data by using appropriate APIs
- Implement partitioning schemes
- Set the appropriate consistency level for operations Develop solutions that use a relational database
- Provision and configure relational databases
- Configure elastic pools for Azure SQL Database
- Create, read, update, and delete data tables by using code Develop solutions that use blob storage Move items in blob storage between storage accounts or containers Set and retrieve properties and metadata
- Implement blob leasing
- Implement data archiving and retention
Section 4: Implement Azure security (10-15%)
You may want to consider taking the Microsoft Implementing Authentication and Secure Data course. Implement authentication
- Implement authentication by using certificates, forms-based authentication, or tokens
- What is authentication?
- What are authentication methods?
- Implement multi-factor or Windows authentication by using Azure AD
- Deploy cloud-based Azure Multi-Factor Authentication
- Configure Azure Multi-Factor Authentication settings
- Implement OAuth2 authentication
- Authorize access to Azure Active Directory web applications using the OAuth 2.0 code grant flow
- Implement Managed Service Identity (MSI)/Service Principal authentication
- What is managed identities for Azure resources?
- Use a Windows VM system-assigned managed identity to access Resource Manager
- Use a Linux VM system-assigned managed identity to access Azure Resource Manager
- Implement CBAC (Claims-Based Access Control) authorization
- Claims-based Authorization
- A Guide to Claims-Based Identity and Access Control, Second Edition – Book Download
- Azure Identity Management and access control security best practices
- Implement RBAC (Role-Based Access Control) authorization
- Understand role definitions for Azure resources
- What is role-based access control (RBAC) for Azure resources?
- Tutorial: Grant a user access to Azure resources using RBAC and the Azure portal
- Tutorial: Grant a user access to Azure resources using RBAC and Azure PowerShell
- Tutorial: Create a custom role for Azure resources using Azure CLI
- Complete all five tutorials
- Create shared access signatures
- Using shared access signatures (SAS)
- Shared Access Signatures, Part 2: Create and use a SAS with Blob storage
- Getting Started with Shared Access Signatures (SAS)
- Encrypt and decrypt data at rest and in transit
- Define data protection strategy for your hybrid identity solution
- Create, read, update, and delete keys, secrets, and certificates by using the KeyVault API
- What is Azure Key Vault?
- Azure Key Vault Developer’s Guide
Section 5: Monitor, troubleshoot, and optimize Azure solutions (15-20%)
Develop code to support scalability of apps and services
- Implement autoscaling rules and patterns
- Best practices for Autoscale
- Quickstart: Create a virtual machine scale set in the Azure portal
- Tutorial: Create a virtual machine scale set and deploy a highly available app on Windows with Azure PowerShell
- Tutorial: Create a virtual machine scale set and deploy a highly available app on Linux with the Azure CLI
- Implement code that handles transient faults
- Transient fault handling Integrate caching and content delivery within solutions
- Store and retrieve data in Azure Redis cache
- Quickstart: Use Azure Cache for Redis with a .NET application
- Quickstart: Create an ASP.NET web app
- Develop code to implement CDNs in solutions
- Quickstart: Create an Azure CDN profile and endpoint using Resource Manager template
- Tutorial: Add Azure CDN to an Azure App Service web app
- Invalidate cache content (CDN or Redis) Instrument solutions to support monitoring and logging
- Configure instrumentation in an app or service by using Application Insights
- Start monitoring your ASP.NET Web Application
- Monitor Azure App Service performance
- Analyze and troubleshoot solutions by using Azure Monitor
- Implement Application Insights Web Test and Alerts
- Creating an Application Insights Web Test and Alert Programmatically
Impressed with our Course Content?
Attend a Free Demo Session to Experience our Quality!
Get Free Session Section 6: Connect to and Consume Azure Services and Third-party Services (20-25%)
Develop an App Service Logic App
- Create a Logic App
- Quickstart: Create your first automated workflow with Azure Logic Apps – Azure portal
- Quickstart: Create and manage automated logic app workflows – Visual Studio Code
- Create a custom connector for Logic Apps
- Create a custom template for Logic Apps Integrate Azure Search within solutions
- Create an Azure Search index
- Create an Azure Search service in the portal
- Quickstart: 1 – Create an Azure Search index in C#
- Import searchable data
- Import data wizard for Azure Search
- Data import overview – Azure Search
- Query the Azure Search index
- How to compose a query in Azure Search
- Lucene query syntax in Azure Search
- Create an APIM instance
- Create a new Azure API Management service instance
- Create a new Azure API Management service instance
- Configure authentication for APIs
- How to secure back-end services using client certificate authentication in Azure API Management
- Authorize developer accounts by using Azure Active Directory in Azure API Management
- Define policies for APIs
- Policies in Azure API Management
- API Management policy samples
- Implement solutions that use Azure Event Grid
- Quickstart: Route Blob storage events to web endpoint with the Azure portal
- Quickstart: Route storage events to web endpoint with PowerShell
- Quickstart: Route storage events to web endpoint with Azure CLI
- Implement solutions that use Azure Notification Hubs
- Create an Azure notification hub in the Azure portal
- Set up push notifications in a notification hub in the Azure portal
- Review all the How-to guides
- Implement solutions that use Azure Event Hub
- Create an event hub using Azure portal
- Create an event hub using Azure PowerShell
- Create an event hub using Azure Resource Manager template
- Review all the How-to guides
- Implement solutions that use Azure Service Bus
- Complete several Quickstarts
- Review all the How-to guides
- Implement solutions that use Azure Queue Storage queues
- Complete several versions of Creating a storage account
- Review all the How-to guides
You will be going through detailed 2 to 3 months of Azure Developer Hands-on training
- Detailed instructor led sessions to help you become a proficient Expert in Azure Developer.
- Build a Azure Developer professional portfolio by working on hands on assignments and projects.
- Personalised mentorship from professionals working in leading companies.
- Lifetime access to downloadable Azure Developer course materials, interview questions and project resources.

Credo Systemz – Velachery, Chennai
Call Us +91 9884412301

Credo Systemz – OMR, Chennai
Call Us +91 9600112302
AZ 203 Training Upcoming Batch Details
02
Oct
Azure Training – Online & Classroom
12:00 am – 12:00 am
Chennai

Can’t find a batch you were looking for?