Tag: Azure Week

Building a Chatbot with Azure AI and C#/.NET
Building a Chatbot with Azure AI and C#/.NET
Blog Posts

Introduction Chatbots have become increasingly popular in various applications, from customer support to virtual assistants. Azure AI provides powerful tools for creating intelligent chatbots that can understand and respond to user queries. In this article, we’ll explore how to build a chatbot using Azure AI services and C#/.NET, step by step, with practical examples and… READ MORE

How to get started with Microsoft Sentinel – best practices from the field
How to get started with Microsoft Sentinel – best practices from the field
Webinars

How to get started with Microsoft Sentinel – best practices from the field Join Dominik and learn how to get started with Microsoft Sentinel, a cutting-edge security information event management (SIEM) and security orchestration automated response (SOAR) solution. This webinar is designed to equip security professionals, IT administrators, and decision-makers with a comprehensive understanding of… READ MORE

Harnessing the Power of Digital Transformation with Azure Cosmos DB
Harnessing the Power of Digital Transformation with Azure Cosmos DB
Webinars

Harnessing the Power of Digital Transformation with Azure Cosmos DB Join Olena for this insightful webinar ‘Harnessing the Power of Digital Transformation with Azure Cosmos DB’ as she delves into the transformative world of modern database approaches and the power of Azure Cosmos DB. In this digital age, traditional database structures are being left behind… READ MORE

Azure Container Apps - Deployment with a customized Container Image and a Comparison to Azure Container Instances
Azure Container Apps – Deployment with a customized Container Image and a Comparison to Azure Container Instances
Blog Posts

The intention of this post is to create Azure Container Apps deployment and to explain how it differentiates to Azure Container Instances for this specific context 1. Introduction In this post, I’d like to show, how to create a deployment of an Azure Container App – using a customized Container Image, which is managed by an Azure Container Registry. To figure… READ MORE

ARM Templates: Deploying Azure Monitor Alerts
ARM Templates: Deploying Azure Monitor Alerts
Blog Posts

In my series of blog posts about working with ARM templates I have gone through a lot of different use cases. In the last post I covered how to deploy a nested template to keep the main template a lot cleaner. One thing all posts have in common is that I´m using Azure Monitor as… READ MORE

Terraform With Azure DevOps
Terraform With Azure DevOps
Blog Posts

Introduction Over the past few weeks I have been helping a couple of my customers take their first steps into the world of DevOps and Infrastructure-as-Code with Terraform. It’s safe to say there is an array of fantastic content out there already in the community and from the vendors themselves, which have certainly been useful… READ MORE

Migrate SQL Server Database to an Azure SQL Database
Migrate SQL Server Database to an Azure SQL Database
Blog Posts

You can use Azure Database Migration Service to migrate the databases from an on-premises SQL Server instance to Azure SQL Database. In this example, we will move the SQL Server 2008 database on on-premises Windows Server 2008 R2 to Azure SQL. As seen in the image below, there is a database called “DCOInsurance” on SQL… READ MORE