azure friday

Azure SQL

Azure SQL Database: Non-blocking transactions

Managing concurrent access to a resource, be it a row, a table, or a single value, is easy if no one is trying to modify the underlying data. But what happens if someone changes data while someone else is reading it? Even better, what could happen if two or more users try to change the […]

Read More
Azure Data

New ways to get started with Azure Database for PostgreSQL | Azure Friday

Claire Giordano joins Scott Hanselman to show how the new Free account for Flexible Server & the new Basic tier for Hyperscale (Citus) in Azure Database for PostgreSQL makes it easier and cheaper to get started with Postgres on Azure. Related links: Flexible Server (Preview) documentation Tutorial: Deploy Django app with App Service and Azure […]

Read More
Azure

Get Unified Network Monitoring with Network Insights

Using Networks Insights to view health, metrics, alerts, and signals from all network monitoring tools in one place, Dalan Mendonca shows Scott Hanselman that there’s no need to scramble across tools to troubleshoot your network issues in Azure. Related Links: Azure Monitor Network Insights What is Azure Network Watcher? Network Connectivity Monitoring with Connection Monitor […]

Read More
Containers

Cloud to Code with VS Code and Docker

After a quick demo of working with Docker images in Visual Studio, Paul Yuknewicz shows Scott Hanselman how the Docker for Visual Studio Code extension makes it easy for you to build, debug, and diagnose containerized apps. Paul will also show how the extension helps you deploy a container to Azure Container Instances. Related links: […]

Read More
Azure Containers

Using Azure Container Registry for Building and Deploying .NET Core Apps

You probably know that Azure Container Registry enables you to store and manage container images securely, but did you know it can also be used as a part of your DevOps pipelines? Jeremy Likness shows Scott Hanselman how ACR can manage your images and even build them for you in the cloud. Time index: 0:00 […]

Read More