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

Azure Security 101 - Whose responsibility is that? Video 13.06.2014

Ben Ridgway schools Scott about Azure Security 101. What are the best practices when designing for a cloud platform? What is Azure's responsibility and what is mine? Areas covered in this video: Application architecture helps define the security measures offered and needed The scope of security is different based on IaaS, PaaS, and SaaS Hybrid deployments adds different vectors to security Underst...

Red vs. Blue - Internal security penetration testing of Microsoft Azure Video 13.06.2014

Scott hears from John Walton all about the full time security testers that attack Azure and find (and plug!) security holes, keeping our sites safe. Areas covered in this video: Methods of improving Azure security How Azure security operates Understanding emerging threats Red team and blue team roles Model real-world attacks, identify gaps, and demonstrate impact Detect and respond, enhance awaren...

Adding Analytics to Azure Web Sites Video 06.06.2014

Scott and Chandrika add the new Analytics JavaScript to one of Scott's production sites running within Azure and then explore the resulting data within the new Azure Portal. Areas covered in this video: Analytics on the Azure Portal Add JavaScript to set up analytics View analytics from Scott's web site Drill down into specific issues exposed by analytics Monitoring verses analytics Alert rules Us...

Microsoft Endpoint Protection for Azure Video 06.06.2014

Scott learns about the new Microsoft Endpoint Protection for Azure. This video includes how to install, update, and configure it to constantly scan for viruses and malware within our Azure instances. Areas covered in this video: Capabilities provided by Endpoint Protection Endpoint Protection features available for Azure Cloud Services platform and Azure Virtual Machines Basic configuration and mo...

Inside Azure Web Hosting Plans Video 06.06.2014

Chandrika Shankarnarayan teaches Scott about how Azure Web Hosting Plans are now exposed in the new Azure portal. We'll see how they can save me money, show me exactly how much money my sites are costing me, and enable finer grain control than we ever had before. Areas covered in this video: Understanding the available web hosting plans Creating a new web hosting plan Understanding different prici...

Adding Web Tests to an Azure Web Site Video 06.06.2014

Scott and Chandrika adds a Web Test to one of Scott's existing production websites. Web Tests enable regular monitoring of your sites' uptime, and you can even pin the web tests within the new Azure Portal. Areas covered in this video: Web Tests – Explore issues, occurrences, and errors. Create tests, add success criteria, and enable alerts. Useful topics and links: Web Tests topic - Tests your we...

Installing a Linux Image on Azure with Eduard Koller Video 30.05.2014

Scott learns how to create and share a Linux Image on Windows Azure with Eduard Koller within Ubuntu using the Azure Command Line Tools

Thousands of free Linux virtual machines in VM Depot Video 30.05.2014

Scott talks to Eduard Koller about the Microsoft Open Tech "VMDepot," a collection of hundreds of open virtual machine images you can install in Azure today! Areas covered in this video: The VMDepot portal – A community-driven VM image catalog. Images contain the OS, applications, and development stack. Deployment to Azure is easy. How to modify the command line to create the VM in Azure...

Josh Twist introduces hybrid connections Video 23.05.2014

Josh shows Scott how to set up hybrid connections through the new Azure portal. Hybrid connections are an excellent alternative to an on-site VPN for talking to local resources from Azure. Areas covered in this video: Use the Azure Preview Portal to add a Hybrid Connection Hybrid Connection Listener Setup See that an MVC app's Web.config is used to connect to the database Verify data changes made...

Vishal and Scott create a new startup with the new Azure Portal Video 23.05.2014

Vishal and Scott create a new Team Project, create a Web Site with SQL, setup continuous integration from a Git repository, and then browse the deployed code in the new Azure portal. Areas covered in this video: Creating a new Team Project after choosing version control, process template, etc. Create a web site + SQL and configure it Create new database and configure it Open the repository in Visu...

Exploring Resource Manager in the new Azure Portal Video 16.05.2014

Scott talks to Gautam Thapar about Resource Manager in the new Azure Portal enables you to group and manage resources more easily.

Azure Templates in the new Azure Portal Video 16.05.2014

Scott sits down with Gautam Thapar from the Azure Application Platform team and explores Azure Templates as a way to expand on the concept of File New. Azure Templates allow you to create large groups of resources with descriptive JSON files and a single gesture. Areas covered in this video: Use Azure Templates to provision and deploy Azure resources in seconds An Azure Template is a description o...

Managing billing and saving money with the new Azure Portal Video 09.05.2014

In this Azure Friday video, Scott Hanselman is joined by Vishal Joshi from the Windows Azure team. Scott and Vishal dig into the new Azure Portal and explore how best to save money and be aware of your bill and resources. Areas covered in this video: Azure Portal Billing Hub Subscriptions Cost by resource Dashboard Useful topics and posts: The Azure Preview Portal Introducing Web Hosting Plans for...

Overview of the new Azure Portal with Vishal Joshi Video 02.05.2014

In this Azure Friday video, Scott Hanselman is joined by Vishal Joshi from the Windows Azure team. Vishal gives Scott a tour around the new Azure Portal and talks about blades, hubs, journeys, lenses and more. Areas covered in this video: Azure Portal Azure hubs, blades, lenses, journeys Customizing the Azure UI Azure console Azure templates Useful topics and posts: The Azure Preview Portal Introd...

FAQ with Mark Russinovich - How does Windows Azure use Software Networking? Video 24.04.2014

In this Azure Friday video, Scott Hanselman is joined by Mark Russinovich from the Windows Azure Group. Scott talks with Mark and asks - How does Windows Azure use Software Defined Networking? Areas covered in this video: Software Defined Networking Hardware load balancers Software Load Balancing Useful topics: Load Balancing Virtual Machines Azure Networking Related Videos: Configuring Virtual Ma...

FAQ with Mark Russinovich - Does Windows Azure run Windows? Video 18.04.2014

Scott Hanselman is joined by Mark Russinovich from the Windows Azure Group in this Azure Friday video. Scott talks to Mark Russinovich and asks him - Does Windows Azure run Windows? Areas covered in this video: Azure History and Project "Red Dog" Azure updates and how it works Azure and Interesting hardware errors Related Videos: FAQ with Mark Russinovich - How does Windows Azure heal? A...

Azure WebJobs 104 - Hosting and testing WebJobs in .NET with the WebJobs SDK with Pranav Rastogi Video 11.04.2014

Pranav shows Scott how to process Queues and Blobs with the Azure WebJob SDK. For more information about the WebJobs SDK, see Getting Started with the Azure WebJobs SDK.

Azure WebJobs 103 - Programming WebJobs in .NET with Pranav Rastogi Video 04.04.2014

Pranav takes a HelloWorld Console and turns it into an Azure WebJob with the WebJobs SDK. For more information about the WebJobs SDK, see Getting Started with the Azure WebJobs SDK.

Azure WebJobs 101 - Basic WebJobs with Jamie Espinosa Video 28.03.2014

Jamie Espinosa explains how WebJobs via into Azure Web Sites.

Azure WebJobs 102 - Scheduled WebJobs and the WebJobs Dashboard with Jamie Espinosa Video 28.03.2014

We dive into more complex WebJobs and the WebJobs diagnostics dashboard.

Azure Identity 106 - Vittorio and Scott create a Windows application that authenticates against Azure Active Directory Video 20.03.2014

Now Vittorio and Scott create a Windows WinForms application that authenticates against Azure Active Directory

Azure Identity 105 - Vittorio extends our existing application to retrieve custom profile information from Windows Azure Active Directory Video 20.03.2014

Vittorio extends our existing application to retrieve custom profile information from Windows Azure Active Directory usign the WAAD SDK.

Azure Identity 104 - Vittorio talks about the Windows Azure Active Directory endpoints and why they matter Video 13.03.2014

Vittorio talks about the Windows Azure Active Directory endpoints and why they matter. We also make an interesting mistake and learn more about the system in the process!

Azure Identity 103 - Vittorio creates an application that will authenticate against Active Directory Video 13.03.2014

We start by registering an application with WAAD in the Portal and authenticate against Azure Active Directory.

Azure Identity 102 - Vittorio creates a Windows Azure Active Directory in Azure Video 07.03.2014

We create a Windows Azure Active Directory in Azure and talk about our options for populating it and synchronization.

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.