Tag: Azure

An Introduction to DevOps with Azure DevOps
An Introduction to DevOps with Azure DevOps
Blog Posts

Want to transform your company into an Agile powerhouse? To do that you’ll need to start with a solid foundation built on the ideas and concepts of a DevOps culture. Once you have that foundation established you can look to technical solutions to convert your company’s culture and technology. This article introduces DevOps concepts and… READ MORE

Start Building Serverless Applications on Azure
Start Building Serverless Applications on Azure
Webinars

Do you want to focus on creating business value and worry about servers less? In this webinar, Marc Duiker shows you how to start building serverless applications on Azure! Marc covers the benefits of serverless applications, and various integration options using bindings, and he demonstrates how to create a HTTP-triggered function written in .NET 6… READ MORE

Azure Synapse Analytics Cookbook
Azure Synapse Analytics Cookbook
Ebooks

Download Chapter 4: Engineering Real-time Analytics with Azure Synapse Link Using Cosmos DB, describes how you can architect and perform real-time analytics with Synapse, integrate Synapse Link for Cosmos DB and enable the Internet of Things (IoT). Purchase the eBook here Already a member? Log in here Not a member? Join the Resource Center to unlock… READ MORE

Sagas with Azure Service Bus
Sagas with Azure Service Bus
Blog Posts

Introduction Handling messages out of order is always tricky. The asynchronous nature of messaging makes it challenging. On top of that, systems in the real world are messy and unpredictable. That’s why handling workflows always brings more complexity than just handling messages. To illustrate the challenge, I’ll use a scenario where my workflow depends on… READ MORE

Quick Guide to Flux v2 on AKS
Quick Guide to Flux v2 on AKS
Blog Posts

Now that the Flux v2 extension for Azure Kubernetes Service and Azure Arc is generally available, let’s do a quick guide on the topic. A Quick Guide, at least on this site , is a look at the topic from a command-line perspective for easy reproduction and evaluation. This Quick Guide is also on GitHub. Requirements You need… READ MORE

MVC vs Blazor WASM: A Different Look At Performance
MVC vs Blazor WASM: A Different Look At Performance
Blog Posts

When it comes to measuring the performance of one platform against another, you can often start a religious war. Some of this is caused by the fact that performance means different things to different people or depending on the tooling, you can get results that promote falsehoods. There are many definitions of web application performance.… READ MORE

Share Bicep modules with private registry
Share Bicep modules with private registry
Blog Posts

A common problem for many organizations is to share and consume infrastructure templates. Many ended up with a storage account in Azure, but that had some limitations around versioning and sharing of secrets. Directly consuming templates from a Git repository is another option. However, that’s not exactly problem-free either. For example, what happens if a… READ MORE