Michael Hansen joins Scott Hanselman to explain what FHIR is and how to get started with FHIR on Azure. Fast Healthcare Interoperability Resources (or, FHIR) is a new standard for representing and exchanging healthcare data. Developed by the HL7 community to address problems with interoperability, pieces of healthcare data are represented as resources in FHIR (i.e, a patient is a resource, observation is a resource, etc.). Resources are healthcare data objects with properties (e.g., a patient ha...
Jul 26, 2019
Sarah Young joins Scott Hanselman to discuss Azure Sentinel, which is a scalable, cloud-native, security information event management (SIEM) and security orchestration automated response (SOAR) solution. Azure Sentinel delivers intelligent security analytics and threat intelligence across the enterprise, providing a single solution for alert detection, threat visibility, proactive hunting, and threat response.Jump To: [03:35] Demo Start Azure Sentinel overviewQuickstart: Onboard Azure SentinelQu...
Jul 19, 2019
Justin Luk joins Scott Hanselman to discuss AKS preview features and enabling new functionality like Virtual Machine Scale Set node pools and Availability Zones. Availability Zones (AZ) is a high availability offering from Azure that protects applications and data from datacenter failures. By using AZ with Azure Kubernetes Service (AKS), you will get higher reliability and resiliency for your applications running on Kubernetes.Jump To: [02:19] Demo Start Preview - Create an Azure Kubernetes Serv...
Jul 19, 2019
Did you know that by default, all pods in a Kubernetes cluster will accept traffic from any source? Now, with network policies available out-of-the-box in Azure Kubernetes Service you can isolate pods, control egress & ingress traffic, and secure your workloads. Saurya Das is here to show us how it works.Jump To:[02:03] Demo StartSecure traffic between pods using network policies in Azure Kubernetes Service (AKS) docsAzure Kubernetes Service (AKS) docsAzure Kubernetes Service (AKS) overviewL...
Jul 12, 2019
Azure Data Share is available in public preview today, and offers a simple pane of glass over your data sharing relationships. In this episode, you will learn how to easily provision a new data share, add datasets to it, specify your terms of use and invite recipients. Joanna walks through how you can stay in control of your data through monitoring and governance features which ensure you are always in control of your data.Jump To:[02:50] Demo Start Azure Data Share overviewAzure Data Share Prev...
Jul 10, 2019
Windows Container support is available in preview in Azure App Service. By deploying applications via Windows Containers in Azure App Service you can install your dependencies inside the container, call APIs currently blocked by the Azure App Service sandbox and use the power of containers to migrate applications for which you no longer have the source code. All of this and you still get to use the awesome feature set enabled by Azure App Service such as auto-scale, deployment slots and increase...
Jun 28, 2019
Learn Michael Crump's latest Azure tips and tricks that will help you be more productive working with Azure in Visual Studio 2019.Jump To:[00:40] Demo Start Azure Tips and Tricks projectAzure Tips and Tricks videosTip 130: Visual Studio app settingsTip 43: Logic apps in Visual StudioTip 44: Deploy through Visual StudioCreate a free account (Azure)
Jun 21, 2019
Learn some of Michael Crump's favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Watch this video to shave time off your coding tasks.Jump To:[00:35] Demo Start Azure Tips and Tricks projectTip 1: Quickly Changing ThemesTip 23: Testing in ProductionTip 33: LocksTip 31: Email AlertsCreate a free account (Azure)
Jun 21, 2019
Learn Michael Crump's latest Azure tips and tricks that will help you be more productive working with Azure in Visual Studio 2019.Jump To:[04:01] Demo Start Azure Tips and Tricks siteAzure Tips and Tricks videosAzure Tips and Tricks GitHub repoCreate a free account (Azure)
Jun 21, 2019
Jenny Hunter joins Donovan to showcase a new integration inside Azure Policy that enables you to see recent changes to the properties for non-compliant Azure resources. Public preview of the Resource Change History API is also now available.Jump To:[00:40] Demo Start Determine causes of non-compliance: Change history (Preview)Public Preview: Resource Change History APIResource Graph: Get resource changesAzure Policy overviewCreate a free account (Azure)
Jun 14, 2019
Jeremy Likness joins Donovan Brown to show how Blazor enables C# and .NET SPA (single page application) apps to run in all modern browsers, even mobile browsers without plugins. Learn how you can host it using inexpensive Azure Storage, static websites, and an optional CDN.Jump To: [02:10] Demo Start Introduction to BlazorFrom Angular to Blazor: The Health AppHosting a Blazor App in Azure Storage Static WebsitesStatic website hosting in Azure Storage (docs)Create a free account (Azure)
Jun 07, 2019
Matias Quaranta joins Scott Hanselman to share some best practices for creating serverless geo-distributed applications with Azure Cosmos DB. With the native integration between Azure Cosmos DB and Azure Functions, you can create database triggers, input bindings, and output bindings directly from your Azure Cosmos DB account. Using Azure Functions and Azure Cosmos DB, you can create and deploy event-driven serverless apps with low-latency access to rich data for a global user base.Jump To: [00:...
May 31, 2019
Mainframes are heavy and moving their workloads to the cloud takes time. Using the Logic Apps connector for IBM 3270 'green screens' you can now easily record mainframe applications and drive them from Logic Apps. This capability, sometimes termed, RPA (robotic process automation), enables you to extend your valuable mainframe assets with the vast array of amazing services in Azure to modernize your apps. All via Logic Apps, without writing a line of code.Jump To: [01:42] Demo Start Integrate 32...
May 24, 2019
See just how easy it is to deploy a service mesh to your AKS cluster. William Morgan, maintainer of the open source service mesh Linkerd, joins Scott Hanselman to demonstrate just how easy it is to deploy Linkerd. Together they explore how to debug a live microservices application using the service mesh, without changing any code.Jump To: [01:38] Demo Start LinkerdAzure Kubernetes Service (AKS)Azure Kubernetes Service docsCreate a free account (Azure)
May 17, 2019
Enable Git source control (Azure DevOps Git or GitHub) in your data factories to do collaboration, source control, change tracking, change difference, continuous integration, and deployment.Jump To: [00:55] Demo Start Visual authoring in Azure Data Factory - Advantages of Git integrationAzure Data Factory overviewAzure Data Factory docsCreate a free account (Azure)
May 10, 2019
Azure provides the best services to implement governance controls right at the core of the platform, and Azure policy is a big part of that by enabling you to set guardrails on all your resources.Jump To:[00:52] Demo Start Azure governanceUnderstand Azure Policy's Guest ConfigurationDetermine causes of non-complianceActionable governance journeysCreate a free account (Azure)
May 10, 2019
Recorded live at Build 2019, Ralph Squillace joins Scott Hanselman to talk about Helm 3, the most commonly used distributed application package manager for Kubernetes. Helm enables you to package, store, and deploy Kubernetes-based applications of any type by treating all components as one logical group. If you're already familiar with Helm and Kubernetes, you'll have been waiting for the security upgrades found in Helm 3. If you're investigating the new Windows support in Kubernetes, you'll wan...
May 10, 2019
Recorded live at Build 2019, Asavari Tayal joins Scott Hanselman to take a closer look at Python support in Azure Functions, which provides accelerated development and serverless hosting of event-driven applications. Python is a great fit for data manipulation, machine learning, scripting, and automation scenarios. Building these solutions using serverless Azure Functions can take away the burden of managing the underlying infrastructure, so you can move fast and focus on the differentiating bus...
May 10, 2019
Recorded live at Build 2019, Byron Tardif joins Scott Hanselman to show the new full-screen create experience for Azure App Service, which provides a consistent, fast, and easy way to get started in the Azure portal.Jump To: [02:40] Demo Start Azure App Service overviewAzure App Service docsCreate a free account (Azure)
May 10, 2019
David Sanchez joins Scott Hanselman to provide an overview of a fictitious retail store, Tailwind Traders, and how they modernized their applications using Azure. Learn from these open source reference apps, which are all powered by Azure, built with best-in-class tools, and made smarter through data and AI.Jump To: [02:24] Demo Start Tailwind Traders Reference AppsAs seen in Scott Guthrie keynote from Connect 2018();As seen in Scott Hanselman keynote from Connect 2018();Create a free account (A...
May 03, 2019
Eamon O'Reilly joins Scott Hanselman to show how PowerShell in Azure Functions makes it possible for you to automate operational tasks and take advantage of the native Azure integration to deliver and maintain services.Jump To: [01:15] Demo Start Azure Functions overviewCreate your first PowerShell function in Azure (preview)Azure Functions PowerShell repo (GitHub)Azure Functions docsCreate a free account (Azure)
Apr 26, 2019
Gaurav Malhotra joins Scott Hanselman to show how to build a modern data warehouse solution from ingress of structured, unstructured, semi-structured data to code-free data transformation at scale and finally to extracting business insights into your Azure SQL Data Warehouse.Jump To: [01:21] Demo Start Azure Data Factory overviewAzure SQL Data Warehouse overviewAzure Data Factory docsAzure SQL Data Warehouse docsCreate a free accont (Azure)
Apr 26, 2019
Azure App Configuration is a service that enables you to centralize your application configuration. Built on the simple concept of key-value pairs, this service provides manageability, availability, and ease-of-use. You can use Azure App Configuration to store and retrieve settings for applications, microservices, platforms, and CI/CD pipelines.Jump to:[00:24] - Episode start[02:46] - Demo (Azure portal)[09:12] - Demo, cont'd (Visual Studio)[13:38] - Episode wrap-upResources:Azure App Configurat...
Apr 19, 2019
Azure Monitor action groups enable you to define a list of actions to execute when an alert is triggered. In this episode, we demonstrate how to configure a Service Health alert to use an action group.Jump To: [00:50] Demo Start Create and manage action groups in the Azure portalService HealthAzure Monitor overviewAzure Monitor docsCreate a free account (Azure)
Apr 12, 2019
Learn how to deploy WordPress backed by Azure Database for MariaDB. It is the latest addition to the open source database services available on the Azure platform and further strengthens Azure's commitment to open source and its communities. The service offers built-in high availability, automatic backups, and scaling of resources to meet your workload's needs.Jump To: [02:53] Demo Start Azure Database for MariaDB overviewAzure Database for MariaDB docsAzure Database for MariaDB pricingAnnouncin...
Apr 05, 2019
Gopi joins Donavan to discuss how to deploy to Azure using GitHub Actions, which helps you to configure CI/CD from the GitHub UI.Jump To: [01:10] Demo Start GitHub Actions for Azure servicesGitHub Actions overviewGitHub Actions docsCreate a free account (Azure)
Mar 29, 2019
Mini Demo: Lock container registry repos and tags from being changed, deleted or even pulled with ACR tag locking.Azure Container Registry (ACR)Lock a container image in an Azure container registryContainer Lifecycle with ACR TasksContainer Deployment with ACR Helm ReposCreate a free account (Azure)
Mar 26, 2019
Global Azure Bootcamp is a free, one-day, local event that takes place globally. It's an annual event run by the Azure community.This year, Global Azure Bootcamp is on Saturday, April 27, 2019. Starting with events in New Zealand and ending in Hawaii, chances are you can find a location near you.If not, you can also organize a location and receive sponsorship and even free lunch. However, new locations must register new events by Friday, March 29, 2019.Any education location can join and will ge...
Mar 22, 2019
Mini Demo: Need a private registry not exposed to the internet, but still want PaaS? Try ACR VNet & firewall rules to lock down your AKS cluster, CI/CD pipeline, or other resources like your development team.Azure Container Registry (ACR)Restrict access to an Azure container registry using an Azure virtual network or firewall rulesContent trust in Azure Container RegistryAutomate OS and framework patching with ACR TasksAzure Container Registry RoadmapAzure Container Registry virtual network ...
Mar 18, 2019
Donovan Brown and Gopi Chigakkagari discuss how to integrate Azure Pipelines with various 3rd party tools to achieve full DevOps cycle with Multi-cloud support. You can continue to use you existing tools and get Azure Pipelines benefits: application release orchestration, deployment, approvals, and full traceability all the way to the code or issue.Jump To: [03:05] Demo Start Azure Pipelines (overview)Azure Pipelines (docs)Get started with Azure PipelinesStart free with PipelinesCreate a free ac...
Mar 15, 2019