Designing And Implementing Microsoft DevOps Solutions AZ400 Overview

Designing and Implementing Microsoft DevOps Solutions AZ400 Course Outline

Module 1: Introduction to DevOps

  • Introduction
  • What is DevOps?
  • Explore the DevOps Journey
  • Identify Transformation Teams
  • Define Organisation Structure for Agile Practices
  • Explore Shared Goals and Define Timelines
  • What is Azure DevOps?
  • What is GitHub?
  • Design a License Management Strategy
  • What is Source Control?
  • Describe Working with Git Locally
  • Introduction to Azure Repos
  • Introduction to GitHub

Module 2: Plan Agile with GitHub Projects and Azure Boards

  • Introduction
  • Introduction to GitHub Projects and Project Boards
  • Introduction to Azure Boards
  • Configure Projects and Teams in Azure DevOps
  • Link GitHub to Azure Boards
  • Configure GitHub Projects
  • Manage Work with GitHub Project Boards
  • Customise Project Views
  • Collaborate Using Team Discussions
  • Design and Implement a Strategy for Feedback Cycles
  • Design and Implement Source, Bug, and Quality Traceability
  • Agile Plan and Portfolio Management with Azure Boards

Module 3: Design and Implement Branch Strategies and Workflows

  • Introduction
  • Explore Branch Workflow Types
  • Explore Feature Branch Workflow
  • Explore Git Branch Model for Continuous Delivery
  • Explore GitHub Flow
  • Explore Fork Workflow
  • Implement Branch Merging Restrictions
  • Version Control with Git in Azure Repos

Module 4: Collaborate with Pull Requests in Azure Repos

  • Introduction
  • Collaborate with Pull Requests
  • Exercise: Azure Repos Collaborating with Pull Requests

Module 5: Explore Git Hooks

  • Introduction to Git Hooks
  • Implement Git Hooks

Module 6: Plan Foster Inner Source

  • Introduction
  • Explore Foster Inner Source
  • Implement the Fork Workflow
  • Describe Inner Source with Forks

Module 7: Manage and Configure Repositories

  • Introduction
  • Work with Large Repositories
  • Explore Monorepo Versus Multiple Repos
  • Implement a Change Log
  • Implement Scalar and Cross-Repo Sharing
  • Recover Specific Data by Using Git Commands
  • Purge Repository Data
  • Manage Releases with GitHub Repos
  • Automate Release Notes with GitHub
  • Create API Documentation
  • Implement Automation of Git History Documentation
  • Configure Source Control Repository Permissions Using GitHub
  • Configure GitHub Tags to Organise Repositories

Module 8: Identify Technical Debt

  • Introduction
  • Examine Code Quality
  • Examine Complexity and Quality Metrics
  • Introduction to Technical Debt
  • Measure and Manage Technical Debt
  • Introduction to GitHub Advanced Security
  • Integrate Other Code Quality Tools
  • Plan Effective Code Reviews

Module 9: Explore Azure Pipelines

  • Introduction
  • Explore the Concept of Pipelines in DevOps
  • Describe Azure Pipelines
  • Understand Azure Pipelines Key Terms

Module 10: Manage Azure Pipeline Agents and Pools

  • Introduction
  • Choose Between Microsoft-hosted Versus Self-hosted Agents
  • Explore Job Types
  • Introduction to Agent Pools
  • Explore Predefined Agent Pools
  • Understand Typical Situations for Agent Pools
  • Communicate with Azure Pipelines
  • Communicate to Deploy to Target Servers
  • Examine Other Considerations
  • Describe Security of Agent Pools
  • Configure Agent Pools and Understand Pipeline Styles

Module 11: Describe Pipelines and Concurrency

  • Introduction
  • Understand Parallel Jobs
  • Estimate Parallel Jobs
  • Describe Azure Pipelines and Open-Source Projects
  • Explore Azure Pipelines and Visual Designer
  • Describe Azure Pipelines and YAML
  • Enable Continuous Integration with Azure Pipelines

Module 12: Design and Implement a Pipeline Strategy

  • Introduction
  • Configure Agent Demands
  • Explore Multi-configuration and Multi-agent
  • Integrate GitHub Repos and Azure Pipelines
  • Design and Implement a Comprehensive Testing Strategy
  • Implement Code Coverage and Show in the Pipeline
  • Implement Multi-job Builds
  • Explore Source Control Types Supported by Azure Pipelines

Module 13: Integrate with Azure Pipelines

  • Introduction
  • Describe the Anatomy of a Pipeline
  • Understand the Pipeline Structure
  • Detail Templates
  • Explore YAML Resources
  • Use Multiple Repositories in Your Pipeline
  • Migrate a Pipeline from Classic to YAML in Azure Pipelines

Module 14: Introduction to GitHub Actions

  • Introduction
  • What are Actions?
  • Explore Actions Flow
  • Understand Workflows
  • Describe Standard Workflow Syntax Elements
  • Explore Events
  • Explore Jobs
  • Explore Runners
  • Examine Release and Test an Action

Module 15: Learn Continuous Integration with GitHub Actions

  • Introduction
  • Describe Continuous Integration with Actions
  • Examine Environment Variables
  • Share Artifacts Between Jobs
  • Examine Workflow Badges
  • Describe Best Practices for Creating Actions
  • Mark Releases with Git Tags
  • Create Encrypted Secrets
  • Use Secrets in a Workflow
  • Implement GitHub Actions for CI/CD

Module 16: Design a Container Build Strategy

  • Introduction
  • Examine Structure of Containers
  • Work with Docker Containers
  • Understand Dockerfile Core Concepts
  • Examine Multi-stage Dockerfiles
  • Examine Considerations for Multiple Stage Builds
  • Explore Azure Container-related Services
  • Deploy Docker Containers to Azure App Service Web Apps

Module 17: Create a Release Pipeline

  • Introduction
  • Describe Azure DevOps Release Pipeline Capabilities
  • Explore Release Pipelines
  • Explore Artifact Sources
  • Choose the Appropriate Artifact Source
  • Examine Considerations for Deployment to Stages
  • Explore Build and Release Tasks
  • Explore Custom Build and Release Tasks
  • Explore Release Jobs
  • Understand Database Deployment Task
  • Configure Pipelines as Code with YAML

Module 18: Explore Release Recommendations

  • Introduction
  • Understand the Delivery Cadence and Three Types of Triggers
  • Explore Release Approvals
  • Explore Release Gates
  • Use Release Gates to Protect Quality
  • Explore GitOps Release Strategy and Recommendations
  • Control Deployments Using Release Gates

Module 19: Provision and Test Environments

  • Introduction
  • Provision and Configure Target Environments
  • Exercise: Set Up Service Connections
  • Configure Automated Integration and Functional Test Automation
  • Understand Shift-left
  • Set Up and Run Availability Tests
  • Explore Azure Load Testing
  • Set Up and Run Functional Tests

Module 20: Manage and Modularize Tasks and Templates

  • Introduction
  • Examine Task Groups
  • Explore Variables in Release Pipelines
  • Exercise: Create and Manage Variable Groups

Module 21: Automate Inspection of Health

  • Introduction
  • Automate Inspection of Health
  • Explore Events and Notifications
  • Explore Service Hooks
  • Configure Azure DevOps Notifications
  • Configure GitHub Notifications
  • Explore How to Measure Quality of Your Release Process
  • Examine Release Notes and Documentation
  • Examine Considerations for Choosing Release Management Tools
  • Explore Common Release Management Tools

Module 22: Introduction to Deployment Patterns

  • Introduction
  • Explore Microservices Architecture
  • Examine Classical Deployment Patterns
  • Understand Modern Deployment Patterns

Module 23: Implement Blue-Green Deployment and Feature Toggles

  • Introduction
  • What is Blue-Green Deployment?
  • Explore Deployment Slots
  • Introduction to Feature Toggles
  • Describe Feature Toggle Maintenance

Module 24: Implement Canary Releases and Dark Launching

  • Introduction
  • Explore Canary Releases
  • Examine Traffic Manager
  • Understand Dark Launching

Module 25: Implement A/B Testing and Progressive Exposure Deployment

  • Introduction
  • What is A/B Testing?
  • Explore CI-CD with Deployment Rings

Module 26: Integrate with Identity Management Systems

  • Introduction
  • Integrate GitHub with Single Sign-On (SSO)
  • Design and Implement Permissions and Roles in GitHub
  • Design and Implement Permissions and Security Groups in Azure DevOps
  • Explore Workload Identities
  • Implement Managed Identities

Module 27: Manage Application Configuration Data

  • Introduction
  • Rethink Application Configuration Data
  • Explore Separation of Concerns
  • Understand External Configuration Store Patterns
  • Implement Azure DevOps Secure Files
  • Introduction to Azure App Configuration
  • Examine Key-Value Pairs
  • Examine App Configuration Feature Management
  • Integrate Azure Key Vault with Azure Pipelines
  • Manage Secrets, Tokens and Certificates
  • Examine DevOps Inner and Outer Loop
  • Integrate Azure Key Vault with Azure DevOps
  • Enable Dynamic Configuration and Feature Flags

Module 28: Explore Infrastructure as Code and Configuration Management

  • Introduction
  • Explore Environment Deployment
  • Examine Environment Configuration
  • Understand Imperative Versus Declarative Configuration
  • Understand Idempotent Configuration

Module 29: Create Azure Resources Using Azure Resource Manager Templates

  • Introduction
  • Why Use Azure Resource Manager Templates?
  • Explore Template Components
  • Manage Dependencies
  • Modularise Templates
  • Manage Secrets in Templates

Module 30: Create Azure Resources by Using Azure CLI

  • Introduction
  • What is Azure CLI?
  • Work with Azure CLI

Module 31: Explore Azure Automation with DevOps

  • Introduction
  • Create Automation Accounts
  • What is a Runbook?
  • Understand Automation Shared Resources
  • Explore Runbook Gallery
  • Examine Webhooks
  • Explore Source Control Integration
  • Explore PowerShell Workflows
  • Create a Workflow
  • Explore Hybrid Management
  • Examine Checkpoint and Parallel Processing

Module 32: Implement Desired State Configuration (DSC)

  • Introduction
  • Understand Configuration Drift
  • Explore Desired State Configuration (DSC)
  • Explore Azure Automation State Configuration (DSC)
  • Examine DSC Configuration File
  • Implement DSC and Linux Automation on Azure

Module 33: Implement Bicep

  • Introduction
  • What is Bicep?
  • Install Bicep
  • Exercise: Create Bicep Templates
  • Understand Bicep File Structure and Syntax
  • Exercise: Deploy a Bicep File from Azure Pipelines
  • Exercise: Deploy a Bicep File from GitHub Workflows
  • Deployments Using Azure Bicep Templates

Module 34: Explore Package Dependencies

  • Introduction
  • What is Dependency Management?
  • Describe Elements of a Dependency Management Strategy
  • Identify Dependencies
  • Understand Source and Package Componentization
  • Decompose Your System
  • Scan Your Codebase for Dependencies

Module 35: Understand Package Management

  • Introduction
  • Explore Packages
  • Understand Package Feeds
  • Explore Package Feed Managers
  • Explore Common Public Package Sources
  • Explore Self-hosted and SaaS-based Package Sources
  • Consume Packages
  • Introduction to Azure Artifacts
  • Publish Packages
  • Package Management with Azure Artifacts

Module 36: Migrate, Consolidate and Secure Artifacts

  • Introduction
  • Identify Existing Artifact Repositories
  • Migrate and Integrate Artifact Repositories
  • Secure Access to Package Feeds
  • Examine Roles
  • Examine Permissions
  • Examine Authentication

Module 37: Implement a Versioning Strategy

  • Introduction
  • Understand Versioning of Artifacts
  • Explore Semantic Versioning
  • Examine Release Views
  • Promote Packages
  • Explore Best Practices for Versioning

Module 38: Introduction to GitHub Packages

  • Introduction
  • Publish Packages
  • Install a Package
  • Delete and Restore a Package
  • Explore Package Access Control and Visibility

Module 39: Implement Tools to Track Usage and Flow

  • Introduction
  • Understand the Inner Loop
  • Introduction to Continuous Monitoring
  • Explore Azure Monitor and Log Analytics
  • Examine Kusto Query Language (KQL)
  • Implement Application Insights
  • Design and Implement Metrics and Queries
  • Monitor Application Performance with Application Insights

Module 40: Develop Monitor and Status Dashboards

  • Introduction
  • Configure Monitoring in GitHub
  • Explore Azure Dashboards
  • Explore Azure Monitor Workbooks
  • Explore Power BI
  • Build Your Own Custom Application
  • Monitor Pipeline Health, Including Failure Rate, Duration, and Flaky Tests
  • Optimise a Pipeline for Cost, Time, Performance, and Reliability
  • Optimise Pipeline Concurrency for Performance and Cost

Module 41: Share Knowledge Within Teams

  • Introduction
  • Share Acquired Knowledge within Development Teams
  • Introduction to Azure DevOps Project Wikis
  • Integrate GitHub and Azure DevOps with Microsoft Teams
  • Share Team Knowledge Using Azure Project Wiki

Module 42: Design Processes to Automate Application Analytics

  • Introduction
  • Explore Rapid Responses and Augmented Search
  • Integrate Telemetry
  • Examine Monitoring Tools and Technologies
  • Explore IT Service Management Connector

Module 43: Manage Alerts, Blameless Retrospectives and a Just Culture

  • Introduction
  • Examine When to Get a Notification
  • Explore How to Fix It
  • Explore Smart Detection Notifications
  • Improve Performance
  • Understand Server Response Time Degradation
  • Reduce Meaningless and Non-actionable Alerts
  • Examine Blameless Retrospective
  • Develop a Just Culture

Module 44: Introduction to Secure DevOps

  • Introduction
  • Describe SQL Injection Attack
  • Understand DevSecOps
  • Explore Secure DevOps Pipeline
  • Explore Key Validation Points
  • Explore Continuous Security Validation
  • Understand Threat Modeling
  • Explore CodeQL in GitHub

Module 45: Implement Open-Source Software

  • Introduction
  • Explore How Software is Built
  • What is Open-source Software?
  • Explore Corporate Concerns with Open-source Software Components
  • Introduction to Open-source Licenses
  • Explore Common Open-source Licenses
  • Examine License Implications and Ratings

Module 46: Software Composition Analysis

  • Introduction
  • Inspect and Validate Code Bases for Compliance
  • Explore Software Composition Analysis (SCA)
  • Implement GitHub Dependabot Alerts and Security Updates
  • Integrate Software Composition Analysis Checks into Pipelines
  • Examine Tools for Assess Package Security and License Rate
  • Automate Container Scanning, Including Container Images
  • Interpret Alerts from Scanner Tools

Module 47: Security Monitoring and Governance

  • Introduction
  • Implement Pipeline Security
  • Explore Microsoft Defender for Cloud
  • Examine Microsoft Defender for Cloud Usage Scenarios
  • Explore Azure Policy
  • Understand Policies
  • Explore Initiatives
  • Explore Resource Locks
  • Understand Microsoft Defender for Identity
  • Integrate GitHub Advanced Security with Microsoft Defender for Cloud
  • Configure GitHub Advanced Security for GitHub and Azure DevOps

Show moredowndown

Who should attend this Designing and Implementing Microsoft DevOps Solutions AZ-400 Course?

This AZ-400 Designing and Implementing Microsoft DevOps Solutions Training is designed for introducing you to Azure DevOps solutions. This Microsoft Azure Training Course is of great help for the following professionals:

  • DevOps Engineers
  • Software Developers
  • Release Managers
  • Application Administrators
  • System Administrators
  • Azure Administrators
  • Cloud Architects

Prerequisites of the Designing and Implementing Microsoft DevOps Solutions AZ-400 Course

To attend this Designing and Implementing Microsoft DevOps Solutions AZ-400 Training, delegates should have their bases in Cloud Computing and hold past working exposure in building and managing Azure resources, along with a strong understanding of Azure CI/CD pipelines at a basic level.

Designing and Implementing Microsoft DevOps Solutions AZ-400 Course Overview

This Designing and Implementing Microsoft DevOps Solutions AZ-400 Training involves intensive knowledge about diving deep into the core personality in the integration of the DevOps solution on Azure. Covering across all the realms of CI/CD pipelines, Infrastructure as Code, Monitoring, and Governance. Real professionals need to understand and master DevOps in an environment in which technology is never constant.

Software Developers, IT Operators, and Systems Administrators need to learn Designing and Implementing Microsoft DevOps Solutions AZ400 because it will enable the respective professionals to optimise the development workflow, improve collaboration, and optimise the delivery of the software.

This 4-day Microsoft Azure Training by The Knowledge Academy will equip the delegates with the how-to, knowledge, and capability to design and implement DevOps solutions effectively in Microsoft Azure. Moreover, the delegates learn the best practices through hands-on labs and real-world situations that can be confidently taken up in practical scenarios.

Course Objectives

  • To master Azure DevOps tools and services
  • To teach delegates to implement CI/CD pipelines for Azure applications
  • To manage Infrastructure as Code (IaC) with Azure Resource Manager templates
  • To gain the skills to automate and optimise software deployment processes
  • To enhance collaboration and communication within development teams
  • To learn to implement effective monitoring and error tracking in Azure
  • To ensure compliance and security in DevOps practices

After completing this Microsoft Azure Certification Course, individuals will gain deep knowledge and skills with which they could confidently be able to apply best practices in a real-world scenario of designing and implementing DevOps solutions on Microsoft Azure.

Show moredowndown

What’s included in this Designing and Implementing Microsoft DevOps Solutions AZ-400 Course?

  • World-Class Training Sessions from Experienced Instructors
  • Designing and Implementing Microsoft DevOps Solutions AZ-400 Certificate
  • Digital Delegate Pack
Hands-On Labs: Included as part of our online instructor-led delivery, these labs provide real-world exercises in a simulated environment guided by expert instructors to enhance your practical skills.

Show moredowndown

Why choose us

Ways to take this course

Experience live, interactive learning from home with The Knowledge Academy's Online Instructor-led Designing And Implementing Microsoft DevOps Solutions AZ400. Engage directly with expert instructors, mirroring the classroom schedule for a comprehensive learning journey. Enjoy the convenience of virtual learning without compromising on the quality of interaction.

live-classes

Live classes

Join a scheduled class with a live instructor and other delegates.

interactive

Interactive

Engage in activities, and communicate with your trainer and peers.

best-trainers

Global Pool of the Best Trainers

We handpick from a global pool of expert trainers for our Online Instructor-led courses.

enterprise

Expertise

With 10+ years of quality, instructor-led training, we equip professionals with lasting skills for success.

global

Global Reach

With classes running in all timezones, access any of our courses and course material from anywhere, anytime.

Unlock your potential with The Knowledge Academy's Designing And Implementing Microsoft DevOps Solutions AZ400, accessible anytime, anywhere on any device. Enjoy 90 days of online course access, extendable upon request, and benefit from the support of our expert trainers. Elevate your skills at your own pace with our Online Self-paced sessions.

Experience the most sought-after learning style with The Knowledge Academy's Designing And Implementing Microsoft DevOps Solutions AZ400. Available in 490+ locations across 190+ countries, our hand-picked Classroom venues offer an invaluable human touch. Immerse yourself in a comprehensive, interactive experience with our expert-led Designing And Implementing Microsoft DevOps Solutions AZ400 sessions.

best_trainers

Highly experienced trainers

Boost your skills with our expert trainers, boasting 10+ years of real-world experience, ensuring an engaging and informative training experience

venues

State of the art training venues

We only use the highest standard of learning facilities to make sure your experience is as comfortable and distraction-free as possible

small_classes

Small class sizes

Our Classroom courses with limited class sizes foster discussions and provide a personalised, interactive learning environment

value_for_money

Great value for money

Achieve certification without breaking the bank. Find a lower price elsewhere? We'll match it to guarantee you the best value

Streamline large-scale training requirements with The Knowledge Academy’s In-house/Onsite Designing And Implementing Microsoft DevOps Solutions AZ400 at your business premises. Experience expert-led classroom learning from the comfort of your workplace and engage professional development.

tailored_learning_experience

Tailored learning experience

Leverage benefits offered from a certification that fits your unique business or project needs

budget

Maximise your training budget

Cut unnecessary costs and focus your entire budget on what really matters, the training.

team_building

Team building opportunity

Our Designing And Implementing Microsoft DevOps Solutions AZ400 offers a unique chance for your team to bond and engage in discussions, enriching the learning experience beyond traditional classroom settings

monitor_progress

Monitor employees progress

The course know-how will help you track and evaluate your employees' progression and performance with relative ease

What our customers are saying

Designing And Implementing Microsoft DevOps Solutions AZ400 FAQs

An Azure DevOps Certification aims to validate your skill set in implementing DevOps practices using Microsoft Azure. It proves your ability to design, build, and implement continuous integration and continuous delivery (CI/CD) pipelines, infrastructure as code, and collaboration practices that streamline software development and operations processes.
To attend this AZ-400 Designing and Implementing Microsoft DevOps Solutions Training, delegates should have their bases in Cloud Computing and hold past working experience in building and managing Azure resources, along with an understanding of Azure CI/CD pipelines at a basic level.
This AZ-400 Designing and Implementing Microsoft DevOps Solutions Training Course is valuable for DevOps, IT Professionals, Architects, DevOps Engineers, or anyone who wants to learn how to design and implement Microsoft DevOps Solutions.
This Designing and Implementing Microsoft DevOps Solutions AZ400 Course comes with valuable training sessions led by experienced instructors, a digital delegate pack, and a certificate upon completion.
The duration of this Designing and Implementing Microsoft DevOps Solutions AZ400 Course spans across 4 days.
To find an AZ-400 Designing and Implementing Microsoft DevOps Solutions Training by The Knowledge Academy near you, please get in touch with our customer support team. They will help you locate a training centre in your area.
The AZ-400 Designing and Implementing Microsoft DevOps Solutions Training Certification offers several benefits, including recognition as a certified DevOps Engineer, increased job opportunities, and the potential for higher earnings.
Yes, The Knowledge Academy offers Azure DevOps Training Courses at various locations. To find a course in Hungary, please contact our customer support team; they will help you find a training centre near you.
The AZ-400 exam covers topics such as developing an instrumentation strategy, integrating security, implementing continuous integration, continuous delivery, continuous feedback, and managing source control. It tests your ability to design and manage DevOps practices using Azure tools and services.
Yes, the AZ-400 Designing and Implementing Microsoft DevOps Solutions Training Course can help improve your earning potential by justifying expertise in a very highly demanded field of work, opening possibilities for better and high-paid job placements.
The AZ-400 Training aligns with current industry trends by focusing on advanced DevOps practices such as automation, continuous integration/continuous delivery (CI/CD), infrastructure as code (IaC), and security integration. It covers the latest tools and methodologies that are essential for modern DevOps environments.
Yes, AZ-400: Designing and Implementing Microsoft DevOps Solutions Certification empowers you with the ability to implement continuous feedback and constant improvement of processes, including cost optimisation and resource utilisation strategies within the Azure environments.
Yes, this certification in AZ 400 Microsoft Azure DevOps Solutions will definitely make you competitive as it attests to the level of your knowledge on the basics of cloud services, more especially Microsoft Azure, which can be a value-addition point for a good number of roles.
Yes, the Microsoft Azure DevOps Solutions (AZ-400) Certification can significantly help in optimising costs and resource utilisation within Azure environments. The training teaches you how to implement effective monitoring, automate resource scaling, and manage infrastructure as code.
The Knowledge Academy stands out as a prestigious training provider known for its extensive course offerings, expert instructors, adaptable learning formats, and industry recognition. It's a dependable option for those seeking AZ-400 Designing and Implementing Microsoft DevOps Solutions Certification.
The training fees for Designing And Implementing Microsoft DevOps Solutions AZ400in Hungary starts from €2995
The Knowledge Academy is the Leading global training provider for Designing And Implementing Microsoft DevOps Solutions AZ400.
Show more down

Why choose us

icon

Best price in the industry

You won't find better value in the marketplace. If you do find a lower price, we will beat it.

icon

Trusted & Approved

Microsoft Azure Training

icon

Many delivery methods

Flexible delivery methods are available depending on your learning style.

icon

High quality resources

Resources are included for a comprehensive learning experience.

barclays Logo
deloitte Logo
Thames Water Logo

"Really good course and well organised. Trainer was great with a sense of humour - his experience allowed a free flowing course, structured to help you gain as much information & relevant experience whilst helping prepare you for the exam"

Joshua Davies, Thames Water

santander logo
bmw Logo
Google Logo

Designing And Implementing Microsoft DevOps Solutions AZ400 in Hungary

backBack to course information

Microsoft DevOps Engineer Certification

Save upto 40%
2 courses

Total without package:  €3890

Package price:  €2295 (Save €1595)

Purchase now
cross

BIGGEST
Cyber Monday SALE!

red-starWHO WILL BE FUNDING THE COURSE?

close

close

Thank you for your enquiry!

One of our training experts will be in touch shortly to go over your training requirements.

close

close

Press esc to close

close close

Back to course information

Thank you for your enquiry!

One of our training experts will be in touch shortly to go overy your training requirements.

close close

Thank you for your enquiry!

One of our training experts will be in touch shortly to go over your training requirements.