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

This video provides a step-by-step walk-through of configuring an Azure Entra ID application registration to enable single sign-on (SSO) for accessing a Snowflake database from a React web application. Viewers will learn how to set up the necessary connections and integrations, with techniques applicable to other applications that can leverage Entra via MSAL or REST connections.

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

Tutorial: Implementing Entra MSAL with a React Web Application

This video walks through the process of setting up an App Registration in Microsoft Entra for a React application and integrating it with MSAL (Microsoft Authentication Library) to handle authentication flows, including login, logout, token refresh, and user assignment. Viewers will learn how to configure the app registration, set authorized redirect URLs, restrict access to specific users or groups, and implement essential login functionalities from scratch in a new React project.

Feb 27, 20254,899 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

This video walks through the process of deploying an Azure Web App using a DevOps pipeline, including setting up a custom app registration and service profile secret. Viewers will learn to configure steps such as creating an app registration in Entra, generating a client secret, authorizing a service principal, establishing a DevOps Service Connection, and creating and running the deployment pipeline.

Jan 27, 20251,524 views