Azure Administration

A list of videos covering various Azure configuration and administration topics

4 videos

How to configure Entra ID SSO for Snowflake 18:06

How to configure Entra ID SSO for Snowflake

In this video we'll walk through how to configure Entra ID SSO for Snowflake. We'll look at the step-by-step process of setting up an Azure Entra Application Registration so users can access Snowflake data using their existing Entra accounts. We'll cover the techniques using a React example, but you'll see how these methods apply to virtually any application that can integrate with Entra via MSAL or REST connections.

Jul 09, 20251,442 views
Tutorial: Implementing Entra MSAL with a React Web Application 31:03

Tutorial: Implementing Entra MSAL with a React Web Application

In this video we'll walk through the entire process of setting up Entra ID authentication for a React app from scratch. We'll start by creating an App Registration in Entra, configuring the necessary redirect URIs and user permissions, and then build out a React application to integrate it all. We'll cover everything from installing and configuring MSAL to implementing the actual login, logout, and token refresh flows, so you can see how the code works and why it's needed.

Feb 27, 20255,159 views
Deploy an Azure Web App via an Azure DevOps CD Pipeline with a custom App Registration 8:38

Deploy an Azure Web App via an Azure DevOps CD Pipeline with a custom App Registration

In this video we'll walk through how to deploy an Azure Web App using a DevOps pipeline and a custom app registration. We'll cover the key configuration steps, from creating a new app registration and generating a client secret, to adding the necessary deployment permissions and setting up the DevOps Service Connection. We'll then build out the DevOps Pipeline and run it to test our Python app.

Jan 27, 20251,612 views