Scott Hanselman

Azure Friday

Join Scott Hanselman every Friday as he engages one-on-one with the engineers who build the services that power Microsoft Azure as they demo capabilities, answer Scott's questions, and share their insights. Follow us at: friday.azure.com.

Author

Scott Hanselman

Category

Uncategorized

Podcast website

learn.microsoft.com

Latest episode

Jun 3, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

Staged WordPress Deployments on Azure with Sunitha Muthukrishna Video 15.10.2015

Sunitha Muthukrishna comes by Azure Friday to show Scott how to do sophisticated staged WordPress Deployments on the Azure Cloud.

Azure API Apps 101 with Guang Yang Video 08.10.2015

Guang Yang visits Azure Friday to talk to Scott about Azure API Apps. How can you host your Web API in the Azure Cloud? Once you do have an API App, what kinds of features does it get over a Web Application?

Microsoft Hyperlapse in Azure Media Services with Adarsh Solanki Video 08.10.2015

Adarsh Solanki joins the whole to how you can use Azure Media Services and Azure Media Services Explorer to create a Microsoft Hyperlapse video. Hyperlapse takes time-lapse videos and amazingly smoothes them out to create a powerful visual experience!

Azure Service Fabric and the Actor Model with Mark Fussell Video 01.10.2015

Scott talks to Mark Fussell about Azure Service Fabric and the Actor Programming Model. Mark demystifies the Actor Model and explains how it relates to Service Fabric. Service Fabric offers both low level and high level APIs so you can choose how you want to attack a problem. We also chat about open source projects like Akka. NET

Azure Key Vault with Amit Bapat Video 01.10.2015

Today Amit Bapat introduces Scott to Azure Key Vault. With Azure Key Vault, you can encrypt keys and small secrets like passwords using keys stored in hardware security modules (HSMs). It's cloud-based, hardware-based secret management for Microsoft Azure!

Azure Service Fabric 103 - Lifecycle Management Video 01.10.2015

Scott talks to Chacko Daniel about the lifecycle of an Azure Service Fabric Application. The Service Fabric is the system that is underlying Windows Azure itself, and it's now being made available as a programming model for developers to create "Born in the Cloud" applications. When you update those applications on a live, running site, what happens? Chacko brings an amazing demo and upd...

Azure Service Fabric 102 - Reliable Services Video 24.09.2015

Scott speaks with Matthew Snider about Azure Service Fabric. The Service Fabric is the system that is underlying Windows Azure itself, and it's now being made available as a programming model for developers to create "Born in the Cloud" applications. Where do Transactions fit in? How can Services scale AND be reliable?

Azure Service Fabric 101 - Introduction Video 24.09.2015

Scott speaks with Matthew Snider about Azure Service Fabric. The Service Fabric is the system that is underlying Windows Azure itself, and it's now being made available as a programming model for developers to create "Born in the Cloud" applications. How do apps live, work, and scale beyond just "VMs in the cloud" and "Web Apps in the cloud." In this conceptual talk,...

Performance Testing Web Applications with Manas Maheshwari Video 17.09.2015

Scott talks to Manas Maheshwari from the Azure team about a great new feature that lets you performance test your Azure Web Application directly from the Azure Portal! From the Tools menu of an Azure Web Application, we're able to launch a performance test and ensure that our Staging Site can keep up with a production load. Later we can swap our staging and production and test again! Be sure to ch...

Performance Testing Web Applications from Visual Studio Enterprise with Manas Maheshwari Video 17.09.2015

Scott talks to Manas Maheshwari from the Azure team about a Performance Testing your Azure Web Apps. Is this video we use Visual Studio Enterprise and spin up a sophisticated load test that includes multiple kinds of users (light browsers vs. a serious power user). We use the power of Azure and Visual Studio Online to push massive load than you could from your local machine and we manage it all fr...

Building the Viral Site "Twins or Not" with Mat Velloso Video 11.09.2015

After the team's success of how-old.net, Mat Velloso decided to create twinsornot.net just to see how easy it would be! In this episode he shares the code with Scott, and with you on GitHub! You'll see how you can call APIs like the Face API and many others in the Azure Marketplace. We'll also see how the site scales and how easy it was to add analytics as well.

Building Intelligence into your Apps with Azure Machine Learning with Corom Thompson Video 10.09.2015

Scott talks to Corom Thompson from Azure Machine Learning. In just minutes Corom adds Machine Learning intelligence to a chat app, adding emoji based on a sentiment analysis of the text!

July 2015 - Country filtering, compression and core analytics with the Azure CDN. Video 27.08.2015

Scott talks about the Microsoft Azure CDN Updates for July 2015 with Anton Kucer. Country filtering support, great reporting features, and more this month!

Inside AutoRest with David Justice Video 27.08.2015

This week Scott talks to David Justice about the open source tool AutoRest. AutoRest generates client side SDKs in a number of languages using a Web API's (or an Azure API App's) swagger endpoint. Consume from any language and produce from (almost) any language with this powerful open source tool.

Azure API Management Policy Expressions 102 - JSON Web Tokens Video 20.08.2015

Scott talks to Vladimir Vinogradsky in this three-part series on Azure API Management Policy Expressions. This second episode talks about how JSON Web Tokens work and shows some of the online tools you'll use to express policies and then apply them with a Policy Definition.

Azure API Management Policy Expressions 103 - Caching and Output Conversion Video 20.08.2015

Scott talks to Vladimir Vinogradsky in this three-part series on Azure API Management Policy Expressions. This third episode covers how you can change your API's output based on your subscriber level. For example, free product users could get cached data while premium users would get realtime data. You can make these kinds of Policy Expressions and change your API without changing a line of your A...

Azure API Management Policy Expressions 101 Video 13.08.2015

Scott talks to Vladimir Vinogradsky in this three-part series on Azure API Management Policy Expressions. This first episode covers the basics and explains the architecture of API Management and where policy expressions fit in. You'll see how you can use familiar Razor syntax and how API Management compiles your expressions with the Roslyn compiler.

How the viral internet site "How-Old.NET" was created and scaled with Corom Thompson Video 13.08.2015

Principal Engineer Corom Thompson shares the story behind viral Internet site http://www.how-old.net! How was it made, how does it work, and more importantly, how did it scale when the whole internet showed up at its door?

Securing your Azure Virtual Network using Network Security Groups with Narayan Annamalai Video 06.08.2015

Senior Program Manager Narayan Annamalai teaches Scott how to use Network Security Groups within an Azure Virtual Network. You can create control access to objects within Azure by subnet and network! You'll learn how to control access and create groups within Azure using PowerShell!

Monitoring Linux Compute workloads within an Azure Infrastructure Video 06.08.2015

Scott talks to Khalid Mouss about how you can monitor your Linux machines within an Azure infrastructure. Large numbers of Linux machines run on Azure with great success, so how can you best monitor the CPU and Disk access of your Linux workloads? Khalid also shows how to add support for Datadog by adding their custom agent to a Linux VM.

Realtime scoring with Azure Stream Analytics Video 23.07.2015

Scott talks to Santosh Balasubramanian about how to stream data through Azure and perform real-time analysis and scoring using Azure Stream Analytics. We'll also create and share realtime dashboard showing streaming data in Power BI!

Handling IoT data with Azure Stream Analytics Video 23.07.2015

Scott loves IoT devices, and today Santosh Balasubramanian hooks up a Raspberry PI to Azure Stream Analytics. Use a SQL-like language to ask questions of your IoT devices and create dashboards in Power BI.

Rendering 3D Modelled Scenes with Azure Batch with Karan Batta Video 16.07.2015

Scott talks to Karan Batta about how to use Azure Batch for large scale Rendering Workflows. Karan uses a plugin for Autodesk Maya 2015 that lets you utilize the raw power and scale of Azure to speed up your scene renders using Azure Batch.

Announcing Apache Spark on Azure HDInsight Video 09.07.2015

Scott talks to Asad Khan about the addition of Apache Spark on Azure HDInsight. Apache Spark is a unified, open source, parallel data processing framework for Big Data Analytics. Spark brings together batch processing, real-time processing, stream analytics, machine learning, and interactive SQL and Azure makes Spark "Software as a Service." It's a great time for you to jump into the wor...

Azure Media Indexer automatically creates transcripts for your media - with Adarsh Solanki Video 09.07.2015

Scott talks to Adarsh Solanki about an amazing Azure Media Services feature - Azure Media Indexer! Azure Media Indexer will automatically create standard-format transcript from your audio or video files! You can upload hours of video and have captioning created, then seek, search, and automatically jump to where someone said a word or term! Where did someone say Hololens in a BUILD keynote? Media...

Listen to the Azure Friday podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.