Accelerate your .NET app modernization journey with the Azure Immersion Workshop

Choosing Azure for your app modernization is an important first step, and figuring out how to effectively leverage all that Azure has to offer is the secret to your success. We believe hands-on experience is key to helping you design a plan to mod… Continue reading Accelerate your .NET app modernization journey with the Azure Immersion Workshop

Mastering the Command Line: A Beginner’s Guide to Bash for Students

Welcome to Bash for Beginners https://aka.ms/bashforbeginners What is Bash?Bash is a command-line shell that is widely used in many operating systems, including Linux, macOS, and Windows (with the Windows Subsystem for Linux). Bash is co… Continue reading Mastering the Command Line: A Beginner’s Guide to Bash for Students

Bringing Open AI into an Outlook add-in: moving to Azure Open AI

In the previous post we have learned how to use AI to help users write better business mails. We developed an add-in for Outlook that, using the AI models and the APIs provided by Open AI, can generate a business mail starting from one or two sent… Continue reading Bringing Open AI into an Outlook add-in: moving to Azure Open AI

Lesson Learned #331: ALTER DATABASE XXX SET READ_ONLY WITH NO_WAIT

Today, we got a service request that our customer reported that they need to change to readonly a database in Azure SQL Managed Instance using the TSQL: ALTER DATABASE xxx SET READ_ONLY WITH NO_WAIT. Currently, this option is not supported and we have … Continue reading Lesson Learned #331: ALTER DATABASE XXX SET READ_ONLY WITH NO_WAIT

How to setup Event Hub Trigger for Azure Function with User-Assigned Managed Identity

Background:
Function App supports to integrate Managed Identities to connect to resources that support Azure Active Directory (Azure AD) authentication. There are two types of Managed Identities: System-assigned and User-assigned. However, customer wou… Continue reading How to setup Event Hub Trigger for Azure Function with User-Assigned Managed Identity