Microsoft Azure Developer Associate (AZ-204)

Level: Intermediate

Learn with Wales leading Microsoft training provider
Fully accredited courses by Microsoft
Official Microsoft course materials provided
Classroom, Onsite and Virtual courses available
Certified trainers with 5 Star customer ratings
Welsh Government funding accepted
Get this course for FREE with PLA Digital Funding!

Course Overview

Duration: 5 Days (9:30am-5:00pm) Accredited: Yes Exams: Included Funding: PLA, PLA Digital, ReAct Type: Classroom, Onsite, Virtual Company group booking discount available
This course teaches developers how to create end-to-end solutions in Microsoft Azure. Students will learn how to implement Azure compute solutions, create Azure Functions, implement and manage web apps, develop solutions utilising Azure storage, implement authentication and authorization, and secure their solutions by using KeyVault and Managed Identities. Students will [...]

This course teaches developers how to create end-to-end solutions in Microsoft Azure. Students will learn how to implement Azure compute solutions, create Azure Functions, implement and manage web apps, develop solutions utilising Azure storage, implement authentication and authorization, and secure their solutions by using KeyVault and Managed Identities. Students will also learn how to connect to and consume Azure services and third-party services, and include event- and message-based models in their solutions. The course also covers monitoring, troubleshooting, and optimising Azure solutions.

Prerequisites

Students should have 1-2 years professional development experience and experience with Microsoft Azure. They must be able to program in an Azure Supported Language.

Target Audience

Learners in this course are interested in Azure development or in passing the Microsoft Azure Developer Associate certification exam.

This course teaches developers how to create end-to-end solutions in Microsoft Azure. Students will learn how to implement Azure compute solutions, create Azure Functions, implement and manage web apps, develop solutions utilising Azure storage, implement authentication and authorization, and secure their solutions by using KeyVault and Managed Identities. Students will [...]

This course teaches developers how to create end-to-end solutions in Microsoft Azure. Students will learn how to implement Azure compute solutions, create Azure Functions, implement and manage web apps, develop solutions utilising Azure storage, implement authentication and authorization, and secure their solutions by using KeyVault and Managed Identities. Students will also learn how to connect to and consume Azure services and third-party services, and include event- and message-based models in their solutions. The course also covers monitoring, troubleshooting, and optimising Azure solutions.

Prerequisites

Students should have 1-2 years professional development experience and experience with Microsoft Azure. They must be able to program in an Azure Supported Language.

Target Audience

Learners in this course are interested in Azure development or in passing the Microsoft Azure Developer Associate certification exam.

Microsoft Certified: Azure Developer Associate (AZ-204)

MODULE 1: Explore Azure App Service

Learn about the key components of Azure App Service and how App Service can help you create, maintain, and deploy web apps more efficiently.

After completing this module, you’ll be able to:

  • Describe Azure App Service key components and value.
  • Explain how Azure App Service manages authentication and authorization.
  • Identify methods to control inbound and outbound traffic to your web app.
  • Deploy an app to App Service using Azure CLI commands.

MODULE 2: Configure web app settings

Learn how to create and manage application settings, install SSL/TLS certificates to secure web traffic, enable diagnostic logging, create virtual app to directory mappings, and manage app features.

After completing this module, you’ll be able to:

  • Create application settings that are bound to deployment slots.
  • Explain the options for installing SSL/TLS certificates for your app.
  • Enable diagnostic logging for your app to aid in monitoring and debugging.
  • Create virtual app to directory mappings.

MODULE 3: Scale apps in Azure App Service

Learn how autoscale operates in App Service and how to identify autoscale factors, enable autoscale, and how to create sound autoscale conditions.

After completing this module, you’ll be able to:

  • Identify scenarios for which autoscaling is an appropriate solution.
  • Create autoscaling rules for a web app.
  • Monitor the effects of autoscaling.

MODULE 4: Explore Azure App Service deployment slots

In this module you’ll learn how slot swapping operates and how to perform a swap. You’ll also learn how to route traffic to different slots manually and automatically.

After completing this module, you’ll be able to:

  • Describe the benefits of using deployment slots.
  • Understand how slot swapping operates in App Service.
  • Perform manual swaps and enable auto swap.
  • Route traffic manually and automatically.

MODULE 5: Explore Azure Functions

Learn how Azure Functions can be a great solution for data processing, systems integration, and building simple APIs and microservices.

After completing this module, you will be able to:

  • Explain functional differences between Azure Functions, Azure Logic Apps, and WebJobs
  • Describe Azure Functions hosting plan options
  • Describe how Azure Functions scale to meet business needs

MODULE 6: Develop Azure Functions

Learn how to create and deploy Azure Functions.

After completing this module, you will be able to:

  • Explain the key components of a function and how they are structured
  • Create triggers and bindings to control when a function runs and where the output is directed
  • Connect a function to services in Azure
  • Create a function by using Visual Studio Code and the Azure Functions Core Tools

MODULE 7: Explore Azure Blob storage

Learn the core features and functionality of Azure Blob storage.

After completing this module, you’ll be able to:

  • Identify the different types of storage accounts and the resource hierarchy for blob storage.
  • Explain how data is securely stored.
  • Enable a storage account for static website hosting.

MODULE 8: Manage the Azure Blob storage lifecycle

Learn how to manage data availability throughout the Azure Blob storage lifecycle.

After completing this module, you will be able to:

  • Describe how each of the access tiers is optimized.
  • Create and implement a lifecycle policy.
  • Rehydrate blob data stored in an archive tier.

MODULE 9: Work with Azure Blob storage

Learn how to use the Azure Blob storage client library to create and update Blob storage resources.

After completing this module, you’ll be able to:

  • Create an application to create and manipulate data by using the Azure Storage client library for Blob storage.
  • Manage container properties and metadata by using .NET and REST.

MODULE 10: Explore Azure Cosmos DB

Learn the core features and functionality of Azure Cosmos DB.

After completing this module, you’ll be able to:

  • Identify the key benefits provided by Azure Cosmos DB
  • Describe the elements in an Azure Cosmos DB account and how they are organized
  • Explain the different consistency levels and choose the correct one for your project
  • Explore the APIs supported in Azure Cosmos DB and choose the appropriate API for your solution
  • Describe how request units impact costs
  • Create Azure Cosmos DB resources by using the Azure portal.

MODULE 11: Work with Azure Cosmos DB

Learn how to develop client and server-side programming solutions on Azure Cosmos DB.

After completing this module, you’ll be able to:

  • Identify classes and methods used to create resources
  • Create resources by using the Azure Cosmos DB .NET v3 SDK
  • Write stored procedures, triggers, and user-defined functions by using JavaScript

MODULE 12: Manage container images in Azure Container Registry

Learn how to use Azure Container Registry to store your container images, and automate builds and deployments.

After completing this module, you’ll be able to:

  • Explain the features and benefits Azure Container Registry offers.
  • Describe how to use ACR Tasks to automate builds and deployments.
  • Explain the elements in a Dockerfile.
  • Build and run an image in the ACR by using Azure CLI.

MODULE 13: Run container images in Azure Container Instances

Learn how Azure Container Instances can help you quickly deploy containers, how to set environment variables, and specify container restart policies.

After completing this module, you’ll be able to:

  • Describe the benefits of Azure Container Instances and how resources are grouped.
  • Deploy a container instance in Azure by using the Azure CLI.
  • Start and stop containers using policies.
  • Set environment variables in your container instances.
  • Mount file shares in your container instances.

MODULE 14: Implement Azure Container Apps

Learn how Azure Container Apps can help you deploy and manage microservices and containerized apps on a serverless platform that runs on top of Azure Kubernetes Service.

After completing this module, you’ll be able to:

  • Describe the benefits of Azure Container Instances and how resources are grouped
  • Deploy a container instance in Azure by using the Azure CLI
  • Start and stop containers using policies
  • Set environment variables in your container instances
  • Mount file shares in your container instances

MODULE 15: Explore the Microsoft identity platform

Learn the core features and functionality of the Microsoft identity platform including authentication, libraries, and app management tools.

After completing this module, you’ll be able to:

  • Identify the components of the Microsoft identity platform.
  • Describe the three types of service principals and how they relate to application objects.
  • Explain how permissions and user consent operate, and how conditional access impacts your application.

MODULE 16: Implement authentication by using the Microsoft Authentication Library

Learn how to implement authentication by using the Microsoft Authentication Library.

After completing this module, you’ll be able to:

  • Explain the benefits of using Microsoft Authentication Library and the application types and scenarios it supports.
  • Instantiate both public and confidential client apps from code.
  • Register an app with the Microsoft identity platform.
  • Create an app that retrieves a token by using the MSAL.NET library.

MODULE 17: Implement shared access signatures

Learn how to use shared access signatures to authorize access to storage resources.

After completing this module, you’ll be able to:

  • Identify the three types of shared access signatures.
  • Explain when to implement shared access signatures.
  • Create a stored access policy.

MODULE 18: Explore Microsoft Graph

Learn how Microsoft Graph facilitates the access and flow of data and how to form queries through REST and code.

After completing this module, you’ll be able to:

  • Explain the benefits of using Microsoft Graph.
  • Perform operations on Microsoft Graph by using REST and SDKs.
  • Apply best practices to help your applications get the most out of Microsoft Graph.

MODULE 19: Implement Azure Key Vault

Learn how Azure Key Vault can help you keep your apps more secure, and how to set and retrieve secrets by using the Azure CLI.

After completing this module, you’ll be able to:

  • Describe the benefits of using Azure Key Vault
  • Explain how to authenticate to Azure Key Vault
  • Set and retrieve a secret from Azure Key Vault by using the Azure CLI

MODULE 20: Implement managed identities

Learn how managed identities can help you deploy secure solutions on Azure without the need to manage credentials.

After completing this module, you’ll be able to:

  • Explain the differences between the two types of managed identities
  • Describe the flows for user- and system-assigned managed identities
  • Configure managed identities
  • Acquire access tokens by using REST and code

MODULE 21: Implement Azure App Configuration

Learn how to use Azure App Configuration service to centrally manage and secure your configuration settings, and to manage app features.

After completing this module, you’ll be able to:

  • Explain the benefits of using Azure App Configuration
  • Describe how Azure App Configuration stores information
  • Implement feature management
  • Securely access your app configuration information

MODULE 22: Explore API Management

Learn how the API Management service functions, how to transform and secure APIs, and how to create a backend API.

After completing this module, you’ll be able to:

  • Describe the components (and their functions) of the API Management service.
  • Explain how API gateways can help manage calls to your APIs.
  • Secure access to APIs by using subscriptions and certificates.
  • Create a backend API.

MODULE 23: Explore Azure Event Grid

Learn how to integrate Azure Event Grid in to your solution, implement access control to events, and how to route custom events to web endpoint by using Azure CLI.

After completing this module, you’ll be able to:

  • Describe how Event Grid operates and how it connects to services and event handlers.
  • Explain how Event Grid delivers events and how it handles errors.
  • Implement authentication and authorization.
  • Route custom events to web endpoint by using Azure CLI.

MODULE 24: Explore Azure Event Hubs

Learn how Azure Event Hubs captures events and how to scale your processing application.

After completing this module, you’ll be able to:

  • Describe the benefits of using Event Hubs and how it captures streaming data.
  • Explain how to process events.
  • Perform common operations with the Event Hubs client library.

MODULE 25: Discover Azure message queues

Learn how to integrate Azure Service Bus and Azure Queue storage in to your solution, and how to send and receive message by using .NET.

After completing this module, you’ll be able to:

  • Choose the appropriate queue mechanism for your solution.
  • Explain how the messaging entities that form the core capabilities of Service Bus operate.
  • Send and receive message from a Service Bus queue by using .NET.
  • Identify the key components of Azure Queue Storage
  • Create queues and manage messages in Azure Queue Storage by using .NET.

MODULE 26: Monitor app performance

Learn how to use the tools offered in Application Insights to enhance the performance and stability of your applications.

After completing this module, you’ll be able to:

  • Explain how Azure Monitor operates as the center of monitoring in Azure.
  • Describe how Application Insights works and how it collects events and metrics.
  • Instrument an app for monitoring, perform availability tests, and use Application Map to help you monitor performance and troubleshoot issues

MODULE 27: Develop for Azure Cache for Redis

Learn how to configure Azure Cache for Redis, interact with the cache, and connect an application to Azure Cache for Redis by using .NET.

After completing this module, you’ll be able to:

  • Explain the key scenarios Azure Cache for Redis covers and its service tiers.
  • Identify the key parameters for creating an Azure Cache for Redis instance and interact with the cache.
  • Connect an app to Azure Cache for Redis by using .NET Core.

MODULE 28: Develop for storage on CDNs

Learn how the Azure Content Delivery Network (CDN) functions, how to control cache behavior, and how to perform actions by using .NET.

After completing this module, you’ll be able to:

  • Explain how the Azure Content Delivery Network works and how it can improve the user experience.
  • Control caching behaviour and purge content.
  • Perform actions on Azure CDN by using the Azure CDN Library for .NET.

Microsoft Certified: Azure Developer Associate (AZ-204)

MODULE 1: Explore Azure App Service

Learn about the key components of Azure App Service and how App Service can help you create, maintain, and deploy web apps more efficiently.

After completing this module, you’ll be able to:

  • Describe Azure App Service key components and value.
  • Explain how Azure App Service manages authentication and authorization.
  • Identify methods to control inbound and outbound traffic to your web app.
  • Deploy an app to App Service using Azure CLI commands.

MODULE 2: Configure web app settings

Learn how to create and manage application settings, install SSL/TLS certificates to secure web traffic, enable diagnostic logging, create virtual app to directory mappings, and manage app features.

After completing this module, you’ll be able to:

  • Create application settings that are bound to deployment slots.
  • Explain the options for installing SSL/TLS certificates for your app.
  • Enable diagnostic logging for your app to aid in monitoring and debugging.
  • Create virtual app to directory mappings.

MODULE 3: Scale apps in Azure App Service

Learn how autoscale operates in App Service and how to identify autoscale factors, enable autoscale, and how to create sound autoscale conditions.

After completing this module, you’ll be able to:

  • Identify scenarios for which autoscaling is an appropriate solution.
  • Create autoscaling rules for a web app.
  • Monitor the effects of autoscaling.

MODULE 4: Explore Azure App Service deployment slots

In this module you’ll learn how slot swapping operates and how to perform a swap. You’ll also learn how to route traffic to different slots manually and automatically.

After completing this module, you’ll be able to:

  • Describe the benefits of using deployment slots.
  • Understand how slot swapping operates in App Service.
  • Perform manual swaps and enable auto swap.
  • Route traffic manually and automatically.

MODULE 5: Explore Azure Functions

Learn how Azure Functions can be a great solution for data processing, systems integration, and building simple APIs and microservices.

After completing this module, you will be able to:

  • Explain functional differences between Azure Functions, Azure Logic Apps, and WebJobs
  • Describe Azure Functions hosting plan options
  • Describe how Azure Functions scale to meet business needs

MODULE 6: Develop Azure Functions

Learn how to create and deploy Azure Functions.

After completing this module, you will be able to:

  • Explain the key components of a function and how they are structured
  • Create triggers and bindings to control when a function runs and where the output is directed
  • Connect a function to services in Azure
  • Create a function by using Visual Studio Code and the Azure Functions Core Tools

MODULE 7: Explore Azure Blob storage

Learn the core features and functionality of Azure Blob storage.

After completing this module, you’ll be able to:

  • Identify the different types of storage accounts and the resource hierarchy for blob storage.
  • Explain how data is securely stored.
  • Enable a storage account for static website hosting.

MODULE 8: Manage the Azure Blob storage lifecycle

Learn how to manage data availability throughout the Azure Blob storage lifecycle.

After completing this module, you will be able to:

  • Describe how each of the access tiers is optimized.
  • Create and implement a lifecycle policy.
  • Rehydrate blob data stored in an archive tier.

MODULE 9: Work with Azure Blob storage

Learn how to use the Azure Blob storage client library to create and update Blob storage resources.

After completing this module, you’ll be able to:

  • Create an application to create and manipulate data by using the Azure Storage client library for Blob storage.
  • Manage container properties and metadata by using .NET and REST.

MODULE 10: Explore Azure Cosmos DB

Learn the core features and functionality of Azure Cosmos DB.

After completing this module, you’ll be able to:

  • Identify the key benefits provided by Azure Cosmos DB
  • Describe the elements in an Azure Cosmos DB account and how they are organized
  • Explain the different consistency levels and choose the correct one for your project
  • Explore the APIs supported in Azure Cosmos DB and choose the appropriate API for your solution
  • Describe how request units impact costs
  • Create Azure Cosmos DB resources by using the Azure portal.

MODULE 11: Work with Azure Cosmos DB

Learn how to develop client and server-side programming solutions on Azure Cosmos DB.

After completing this module, you’ll be able to:

  • Identify classes and methods used to create resources
  • Create resources by using the Azure Cosmos DB .NET v3 SDK
  • Write stored procedures, triggers, and user-defined functions by using JavaScript

MODULE 12: Manage container images in Azure Container Registry

Learn how to use Azure Container Registry to store your container images, and automate builds and deployments.

After completing this module, you’ll be able to:

  • Explain the features and benefits Azure Container Registry offers.
  • Describe how to use ACR Tasks to automate builds and deployments.
  • Explain the elements in a Dockerfile.
  • Build and run an image in the ACR by using Azure CLI.

MODULE 13: Run container images in Azure Container Instances

Learn how Azure Container Instances can help you quickly deploy containers, how to set environment variables, and specify container restart policies.

After completing this module, you’ll be able to:

  • Describe the benefits of Azure Container Instances and how resources are grouped.
  • Deploy a container instance in Azure by using the Azure CLI.
  • Start and stop containers using policies.
  • Set environment variables in your container instances.
  • Mount file shares in your container instances.

MODULE 14: Implement Azure Container Apps

Learn how Azure Container Apps can help you deploy and manage microservices and containerized apps on a serverless platform that runs on top of Azure Kubernetes Service.

After completing this module, you’ll be able to:

  • Describe the benefits of Azure Container Instances and how resources are grouped
  • Deploy a container instance in Azure by using the Azure CLI
  • Start and stop containers using policies
  • Set environment variables in your container instances
  • Mount file shares in your container instances

MODULE 15: Explore the Microsoft identity platform

Learn the core features and functionality of the Microsoft identity platform including authentication, libraries, and app management tools.

After completing this module, you’ll be able to:

  • Identify the components of the Microsoft identity platform.
  • Describe the three types of service principals and how they relate to application objects.
  • Explain how permissions and user consent operate, and how conditional access impacts your application.

MODULE 16: Implement authentication by using the Microsoft Authentication Library

Learn how to implement authentication by using the Microsoft Authentication Library.

After completing this module, you’ll be able to:

  • Explain the benefits of using Microsoft Authentication Library and the application types and scenarios it supports.
  • Instantiate both public and confidential client apps from code.
  • Register an app with the Microsoft identity platform.
  • Create an app that retrieves a token by using the MSAL.NET library.

MODULE 17: Implement shared access signatures

Learn how to use shared access signatures to authorize access to storage resources.

After completing this module, you’ll be able to:

  • Identify the three types of shared access signatures.
  • Explain when to implement shared access signatures.
  • Create a stored access policy.

MODULE 18: Explore Microsoft Graph

Learn how Microsoft Graph facilitates the access and flow of data and how to form queries through REST and code.

After completing this module, you’ll be able to:

  • Explain the benefits of using Microsoft Graph.
  • Perform operations on Microsoft Graph by using REST and SDKs.
  • Apply best practices to help your applications get the most out of Microsoft Graph.

MODULE 19: Implement Azure Key Vault

Learn how Azure Key Vault can help you keep your apps more secure, and how to set and retrieve secrets by using the Azure CLI.

After completing this module, you’ll be able to:

  • Describe the benefits of using Azure Key Vault
  • Explain how to authenticate to Azure Key Vault
  • Set and retrieve a secret from Azure Key Vault by using the Azure CLI

MODULE 20: Implement managed identities

Learn how managed identities can help you deploy secure solutions on Azure without the need to manage credentials.

After completing this module, you’ll be able to:

  • Explain the differences between the two types of managed identities
  • Describe the flows for user- and system-assigned managed identities
  • Configure managed identities
  • Acquire access tokens by using REST and code

MODULE 21: Implement Azure App Configuration

Learn how to use Azure App Configuration service to centrally manage and secure your configuration settings, and to manage app features.

After completing this module, you’ll be able to:

  • Explain the benefits of using Azure App Configuration
  • Describe how Azure App Configuration stores information
  • Implement feature management
  • Securely access your app configuration information

MODULE 22: Explore API Management

Learn how the API Management service functions, how to transform and secure APIs, and how to create a backend API.

After completing this module, you’ll be able to:

  • Describe the components (and their functions) of the API Management service.
  • Explain how API gateways can help manage calls to your APIs.
  • Secure access to APIs by using subscriptions and certificates.
  • Create a backend API.

MODULE 23: Explore Azure Event Grid

Learn how to integrate Azure Event Grid in to your solution, implement access control to events, and how to route custom events to web endpoint by using Azure CLI.

After completing this module, you’ll be able to:

  • Describe how Event Grid operates and how it connects to services and event handlers.
  • Explain how Event Grid delivers events and how it handles errors.
  • Implement authentication and authorization.
  • Route custom events to web endpoint by using Azure CLI.

MODULE 24: Explore Azure Event Hubs

Learn how Azure Event Hubs captures events and how to scale your processing application.

After completing this module, you’ll be able to:

  • Describe the benefits of using Event Hubs and how it captures streaming data.
  • Explain how to process events.
  • Perform common operations with the Event Hubs client library.

MODULE 25: Discover Azure message queues

Learn how to integrate Azure Service Bus and Azure Queue storage in to your solution, and how to send and receive message by using .NET.

After completing this module, you’ll be able to:

  • Choose the appropriate queue mechanism for your solution.
  • Explain how the messaging entities that form the core capabilities of Service Bus operate.
  • Send and receive message from a Service Bus queue by using .NET.
  • Identify the key components of Azure Queue Storage
  • Create queues and manage messages in Azure Queue Storage by using .NET.

MODULE 26: Monitor app performance

Learn how to use the tools offered in Application Insights to enhance the performance and stability of your applications.

After completing this module, you’ll be able to:

  • Explain how Azure Monitor operates as the center of monitoring in Azure.
  • Describe how Application Insights works and how it collects events and metrics.
  • Instrument an app for monitoring, perform availability tests, and use Application Map to help you monitor performance and troubleshoot issues

MODULE 27: Develop for Azure Cache for Redis

Learn how to configure Azure Cache for Redis, interact with the cache, and connect an application to Azure Cache for Redis by using .NET.

After completing this module, you’ll be able to:

  • Explain the key scenarios Azure Cache for Redis covers and its service tiers.
  • Identify the key parameters for creating an Azure Cache for Redis instance and interact with the cache.
  • Connect an app to Azure Cache for Redis by using .NET Core.

MODULE 28: Develop for storage on CDNs

Learn how the Azure Content Delivery Network (CDN) functions, how to control cache behavior, and how to perform actions by using .NET.

After completing this module, you’ll be able to:

  • Explain how the Azure Content Delivery Network works and how it can improve the user experience.
  • Control caching behaviour and purge content.
  • Perform actions on Azure CDN by using the Azure CDN Library for .NET.

Azure Developer Associate (AZ-204)

  • Exam time: 100 minutes
  • Multiple-choice style: 40-60 questions
  • Pass mark: 700 (on a scale of 100-1000)
  • Closed-book exam (i.e. no reference materials are allowed during the exam)

Azure Developer Associate (AZ-204)

  • Exam time: 100 minutes
  • Multiple-choice style: 40-60 questions
  • Pass mark: 700 (on a scale of 100-1000)
  • Closed-book exam (i.e. no reference materials are allowed during the exam)
  • 5-days training and exam preparation from NILC’s accredited Microsoft trainer
  • Microsoft official course materials and labs
  • Microsoft examination voucher – valid for 12 months (funding conditions may apply)
  • Exam Pass Guarantee – if you do not pass the exam after attending this training course with us, you will be eligible to attend the same training again for free. All that will be payable is the examination fee which is charged by the examination board. Applies to instructor-led courses only.
  • 5-days training and exam preparation from NILC’s accredited Microsoft trainer
  • Microsoft official course materials and labs
  • Microsoft examination voucher – valid for 12 months (funding conditions may apply)
  • Exam Pass Guarantee – if you do not pass the exam after attending this training course with us, you will be eligible to attend the same training again for free. All that will be payable is the examination fee which is charged by the examination board. Applies to instructor-led courses only.

How do I take my Microsoft exam?

You can take a Microsoft certification exam either online or in-person at a Person VUE test center.

Which Microsoft Azure course should I take?

The best Microsoft Azure certification for you depends on your career goals and experience level. Here are a few of the most popular Microsoft Azure certifications: Microsoft Certified: Azure Fundamentals (AZ-900): This is a foundational certification that covers the basics of Microsoft Azure. It is a good starting point for anyone who wants to learn about Azure, including IT professionals, business decision-makers, and students. Microsoft Certified: Azure Administrator Associate (AZ-104): This certification covers the skills and knowledge required to administer Microsoft Azure. It is a good choice for IT professionals who want to manage Azure resources, such as virtual machines, storage, and networking. Microsoft Certified: Azure Developer Associate (AZ-204): This certification covers the skills and knowledge required to develop applications on Microsoft Azure. It is a good choice for developers who want to build and deploy applications on Azure. If you are new to Azure, we recommend starting with the AZ-900 certification. Once you have passed the AZ-900 certification, you can then choose a certification that is aligned with your career goals.

What is Microsoft Azure?

Microsoft Azure is a cloud computing platform that offers a broad range of services, including computing, storage, networking, databases, analytics, machine learning, and artificial intelligence. Azure can be used to build, deploy, and manage applications and services.

View all FAQs

How do I take my Microsoft exam?

You can take a Microsoft certification exam either online or in-person at a Person VUE test center.

Which Microsoft Azure course should I take?

The best Microsoft Azure certification for you depends on your career goals and experience level. Here are a few of the most popular Microsoft Azure certifications: Microsoft Certified: Azure Fundamentals (AZ-900): This is a foundational certification that covers the basics of Microsoft Azure. It is a good starting point for anyone who wants to learn about Azure, including IT professionals, business decision-makers, and students. Microsoft Certified: Azure Administrator Associate (AZ-104): This certification covers the skills and knowledge required to administer Microsoft Azure. It is a good choice for IT professionals who want to manage Azure resources, such as virtual machines, storage, and networking. Microsoft Certified: Azure Developer Associate (AZ-204): This certification covers the skills and knowledge required to develop applications on Microsoft Azure. It is a good choice for developers who want to build and deploy applications on Azure. If you are new to Azure, we recommend starting with the AZ-900 certification. Once you have passed the AZ-900 certification, you can then choose a certification that is aligned with your career goals.

What is Microsoft Azure?

Microsoft Azure is a cloud computing platform that offers a broad range of services, including computing, storage, networking, databases, analytics, machine learning, and artificial intelligence. Azure can be used to build, deploy, and manage applications and services.

View all FAQs

Dates & Prices

Upcoming Courses

No upcoming dates available.

Send course enquiry

Can't find the course dates, location or delivery type you are looking for?

Fill out the request dates form above and we'll try our best to accommodate or contact us directly.

"*" indicates required fields

Name*
Number of Delegates*
Course Delivery Format*

How we deliver our courses

Virtual

Our virtual courses allow you to access live instructor-led training from the same expert instructors that deliver our classroom courses, without leaving the comfort of your home or office. All virtual courses are fully interactive, and learners can communicate with their trainer and peers at any time.

Many of our virtual courses are also recorded, so you can recap over the content you learnt as many time as you wish.

Find out more about Virtual learning

Classroom

Our classroom courses allow you to learn and interact face-to-face with our expert instructors in a comfortable and modern training environment. All of our classroom based courses take place at NILC centers, or high quality training facilities, and include all required IT and physical equipment.

We also limit our class sizes to help promote better discussions and to ensure your learning experience is comfortable as possible.

Find out more about Classroom learning

Onsite

Save time and hassle by arranging for one of our expert instructors to come to you. Our onsite courses allow you to learn in a location of your choosing, and you can train as many or as few people as you want – from a single person or team to whole departments. We can also fully customize the course content to the specific requirements of your business or project.

We offer onsite courses throughout the UK and it can be a great team building opportunity for colleagues to come together, bond and discuss.

Find out more about Onsite learning

Online

Our Online Self Paced courses allow you to learn new skills from our expert instructors, in your own time and at your own pace. Our flexible online learning platform allows you to access content on your computer, tablet or mobile device, whether you’re on the move or at home. All our online courses come with immediate access and you can start learning straight away, from any internet enabled compatible device.

We also offer online email support from our expert instructors, so they’re always on hand and happy to help you with any questions which may arise.

Find out more about Online learning

Why choose NILC for your training?

Award-Winning Training with Industry-Leading Customer Satisfaction

Trusted Training Partner by Colleges, Government Organisations and Businesses

UK-Based Trainers with Real-World Industry Experience

Family-Run Business with Customer Service at Its Core

Rated Excellent on Trustpilot with 950+ Customer Reviews

Our learners rate us 'Excellent' on Trustpilot

Microsoft Technical FAQ's

You can take a Microsoft certification exam either online or in-person at a Person VUE test center.

The best Microsoft Azure certification for you depends on your career goals and experience level. Here are a few of the most popular Microsoft Azure certifications: Microsoft Certified: Azure Fundamentals (AZ-900): This is a foundational certification that covers the basics of Microsoft Azure. It is a good starting point for anyone who wants to learn about Azure, including IT professionals, business decision-makers, and students. Microsoft Certified: Azure Administrator Associate (AZ-104): This certification covers the skills and knowledge required to administer Microsoft Azure. It is a good choice for IT professionals who want to manage Azure resources, such as virtual machines, storage, and networking. Microsoft Certified: Azure Developer Associate (AZ-204): This certification covers the skills and knowledge required to develop applications on Microsoft Azure. It is a good choice for developers who want to build and deploy applications on Azure. If you are new to Azure, we recommend starting with the AZ-900 certification. Once you have passed the AZ-900 certification, you can then choose a certification that is aligned with your career goals.

Microsoft Azure is a cloud computing platform that offers a broad range of services, including computing, storage, networking, databases, analytics, machine learning, and artificial intelligence. Azure can be used to build, deploy, and manage applications and services.

There are many benefits to using Microsoft Azure, including: Scalability: Azure is a scalable platform that can be easily scaled up or down to meet your needs. Reliability: Azure is a reliable platform with a 99.9% uptime SLA. Security: Azure is a secure platform with a number of security features, such as encryption and role-based access control. Cost-effectiveness: Azure is a cost-effective platform with a pay-as-you-go pricing model.

Here are some of the jobs you can get with an Azure certification: Azure Administrator: Azure administrators are responsible for managing Azure resources, such as virtual machines, storage, and networking. They also work with customers to design and implement Azure solutions. Azure Developer: Azure developers are responsible for developing applications on Azure. They use Azure services to build, deploy, and manage applications. Azure Solutions Architect: Azure solutions architects are responsible for designing and implementing solutions on Azure. They work with customers to understand their needs and then design and implement solutions that meet those needs.

Microsoft Technical FAQ's

You can take a Microsoft certification exam either online or in-person at a Person VUE test center.

The best Microsoft Azure certification for you depends on your career goals and experience level. Here are a few of the most popular Microsoft Azure certifications: Microsoft Certified: Azure Fundamentals (AZ-900): This is a foundational certification that covers the basics of Microsoft Azure. It is a good starting point for anyone who wants to learn about Azure, including IT professionals, business decision-makers, and students. Microsoft Certified: Azure Administrator Associate (AZ-104): This certification covers the skills and knowledge required to administer Microsoft Azure. It is a good choice for IT professionals who want to manage Azure resources, such as virtual machines, storage, and networking. Microsoft Certified: Azure Developer Associate (AZ-204): This certification covers the skills and knowledge required to develop applications on Microsoft Azure. It is a good choice for developers who want to build and deploy applications on Azure. If you are new to Azure, we recommend starting with the AZ-900 certification. Once you have passed the AZ-900 certification, you can then choose a certification that is aligned with your career goals.

Microsoft Azure is a cloud computing platform that offers a broad range of services, including computing, storage, networking, databases, analytics, machine learning, and artificial intelligence. Azure can be used to build, deploy, and manage applications and services.

There are many benefits to using Microsoft Azure, including: Scalability: Azure is a scalable platform that can be easily scaled up or down to meet your needs. Reliability: Azure is a reliable platform with a 99.9% uptime SLA. Security: Azure is a secure platform with a number of security features, such as encryption and role-based access control. Cost-effectiveness: Azure is a cost-effective platform with a pay-as-you-go pricing model.

Here are some of the jobs you can get with an Azure certification: Azure Administrator: Azure administrators are responsible for managing Azure resources, such as virtual machines, storage, and networking. They also work with customers to design and implement Azure solutions. Azure Developer: Azure developers are responsible for developing applications on Azure. They use Azure services to build, deploy, and manage applications. Azure Solutions Architect: Azure solutions architects are responsible for designing and implementing solutions on Azure. They work with customers to understand their needs and then design and implement solutions that meet those needs.

Trusted By

Related Courses

Microsoft 365 Training Courses
Microsoft Power Platform Functional Consultant Associate (PL-200)
Level: Intermediate
5 Days (9am-5pm) Accredited: Yes Funding: PLA, PLA Digital, ReAct
Get this course for FREE with PLA Digital Funding!
View dates & prices
Microsoft Power BI Training Courses
Power BI Data Analyst (PL-300)
Level: Intermediate
3 Days (9:30am-5:00pm) Accredited: Yes Funding: PLA, PLA Digital, ReAct
Get this course for FREE with PLA Digital Funding!
£1,995.00 excl. VAT
View dates & prices
Microsoft 365 Training Courses
Microsoft Power Platform Developer Associate (PL-400)
Level: Advanced
5 Days (9am-5pm) Accredited: Yes Funding: PLA, PLA Digital, ReAct
Get this course for FREE with PLA Digital Funding!
£2,895.00 excl. VAT
View dates & prices
Microsoft Azure Training Courses
Microsoft Azure AI Fundamentals (AI-901)
Level: Foundation
1 Day (9am-5pm) Accredited: Yes Funding: PLA, PLA Digital, ReAct
Get this course for FREE with PLA Digital Funding!
£750.00 excl. VAT
View dates & prices
Microsoft Azure Training Courses
Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB (DP-420)
Level: Advanced
4 Days (9am-5pm) Accredited: Yes Funding: PLA, PLA Digital, ReAct
Get this course for FREE with PLA Digital Funding!
£2,495.00 excl. VAT
View dates & prices
Microsoft Azure Training Courses
Microsoft Certified: Azure Solutions Architect Expert (AZ-305)
Level: Expert
4 Days (9am-5pm) Accredited: Yes Funding: PLA, PLA Digital, ReAct
Get this course for FREE with PLA Digital Funding!
View dates & prices
0