Get started on your Azure journey with Your Azure Coach!

Training

Advisory

TRAINING

Azure Trainings

Start today!

Take a jump-start into Azure through our high-quality trainings! These courses get delivered in multiple ways: online, open classroom or dedicated in-company training.

UPCOMING TRAININGS

LEGEND

Online, start guaranteed

Online, start guaranteed

Online, start not guaranteed

Online, start not guaranteed

On location, start guaranteed

On location, start guaranteed

On location, start not guaranteed

On location, start not guaranteed

DEDICATED IN-COMPANY SESSIONS

Azure Foundations

3 days

Azure Security

2 days

Azure Governance

2 days

Azure Migration

1 day

Azure Integration Services

2 days

j

Your tailored training program

Get in touch

TRAINING

Why choose a training by Your Azure Coach?

Real-life

The trainings are based on extensive enterprise experience from the field and focus on what really matters when running production-grade Azure solutions.

Deep-dive

The training content goes way beyond the official documentation and courses. We tackle advanced topics, adjusted to the level of the attendees.

Hands-on

We provide many detailed labs, with additional challenges for fast learners. Each training inlude a real use case, built from scratch end-to-end.

N

High-quality

Your Azure Coach has 13+ years of training experience and is a Microsoft Certified Trainer. He has been rewarded as an Azure Most Valuable Professional.

l

Custom-made

During an intake, we can decide to skip, switch or add some topics to the training agenda, to ensure that the course matches your expectations completely.

Interested or questions?

Get in touch.

ADVISORY | Exclusively powered by NOEST

What can Your Azure Coach mean for you as an advisor?

01

ASSESSMENT

Having doubts about your Azure implementation? No worries! Let me assess your current solution and create an action plan to take it to the next level.

02

ARCHITECTURE

Are you struggling to transform your innovative business ideas into a technical Azure architecture? I can assist your team in choosing the right design to move forward.

03

GOVERNANCE

Did your organization recently adopt Azure technology?
Let me guide you on how to manage and operate your Azure environment in a modern, cloud-native way.

04

PROTOTYPING

Do you need to convince your main stakeholders about the value Azure can bring to your business? We can quickly build an innovative and compelling prototype together!

ABOUT

MEET THE YOUR AZURE COACH TEAM

Your Azure Coach is specialized in organizing Azure trainings that are infused with real-life experience. All our coaches are active consultants, who are very passionate and who love to share their Azure expertise with you.

BLOG

Blogging about my adventures, straight from the azure trenches. Sharing is caring!

Azure Service Bus vs Event Grid Pull Delivery

My most popular blog post explains the key differences between Azure Service Bus and Event Grid.  At the time of writing, Event Grid only supported push delivery.  However, with the introduction of Event Grid Namespaces, it now supports pull delivery for custom...

Trying the new Microsoft Applied Skills

Two weeks ago, Microsoft announced Microsoft Applied Skills as part of the Microsoft Learn initiative (more info here).  This is how Microsoft positions it, compared to the traditional certifications: I gave it a try with the "Secure storage for Azure Files and Azure...

Finally a correct way to configure RBAC for DevOps agents!

At the start of a new Azure project, we typically conduct a short Azure governance exercise.  One of the items that are covered is role-based access control: both for the people that access the Azure portal and for the DevOps agents that have to deploy our solutions...

What do the new API Management v2 tiers mean for you?

10 days ago, Microsoft announced the public preview of two new Azure API Management tiers: Basic v2 and Standard v2.  You can find more information here.  I got many questions about the consequence of these new tiers, hence this blog post 🙂 New features of the v2...

Validate payloads in Azure API Management

Both from a security and data quality perspective, it is advised to validate request and response payloads in Azure API Management.  This blog shows how to do this. Validate-content policy The validate-content policy validates the size or content of a request or...

Authenticate Logic Apps against Microsoft Graph using Managed Identity

As the Microsoft Graph API is becoming more popular, I often get the question on how to authenticate Logic Apps against the Microsoft Graph API.  When you search on the web, it looks like the only way to achieve this is by creating an App Registration and using the...

Belgium: please share your biggest Azure mistakes with me!

Attention fellow Belgian Azure professionals! After the very positive reactions on my session "My 10 biggest Azure mistakes I want you to learn from", I want to take it to the next level with: "Belgium’s biggest Azure mistakes I want you to learn from". I'm calling on...

Azure API Management workspaces demystified!

Recently, the Azure API Management team announced a new feature called Workspaces.  This purpose of this blog is to explain what is does and how you might take benefit of this. The architecture The main architecture of Azure API Management consists of three...

GitHub Actions fails to fetch secrets within reusable workflows

Recently, I played around with GitHub Actions and the authentication towards Azure, as you can read in this blog post.  I encountered some issues with using environment secrets, that I would like to share with you.  Let's have a look! The problem I have a reusable...

Identify all inbound HTTP Logic Apps endpoints in your Azure Environment

When I saw this post on Twitter, I immediately wanted to take the challenge 🙂 https://twitter.com/BrimbleMark/status/1628188739301421056?s=20 To try to solve this challenge, I wanted to use Azure Resource Graph, because this easily allows you to query all your Azure...