Lesson Learned #197: Getting the error “Could not discover a user realm” using AAD

We used to have cases when our customers are getting the following error”Could not discover a user realm.” when they tried to connect using Azure Active Directory in Integrated using a .NET Framework. 
 
This issue is related that Azure Activ… Continue reading Lesson Learned #197: Getting the error “Could not discover a user realm” using AAD

Creating the next generation of smart refrigerators using Azure Percept

 
Smart refrigerators have been around for a while now. We’ve been able to see inside our refrigerator and control its performance from anywhere. But what’s next? Why will everyone want a smart refrigerator in the future? And how could it impact … Continue reading Creating the next generation of smart refrigerators using Azure Percept

Enable HTTPS setting on Azure App service using Azure policy

Use Case:
By default, clients can connect to Azure App Service endpoints by using both HTTP or HTTPS. However it is always recommended to redirect HTTP to HTTPs because HTTPS uses the SSL/TLS protocol to provide a secure connection, which is both encry… Continue reading Enable HTTPS setting on Azure App service using Azure policy

Approvals in Teams now available in Microsoft 365 F1 SKU for Frontline Workers

Approvals in Microsoft Teams enables everyone, from frontline workers to corporate headquarters employees, to easily create, manage, and share approvals directly from your hub for teamwork. Approvals is now available in the Microsoft 365 F1 SKU that is… Continue reading Approvals in Teams now available in Microsoft 365 F1 SKU for Frontline Workers

Move Azure VM to a new Virtual Network Subnet using Terraform

Introduction
Sometimes you create a server in Azure and only find out afterwards you need to change the Virtual Network is resides in. From the official Microsoft Documentation, we learn that this is normally a difficult task and, in some cases, unsupp… Continue reading Move Azure VM to a new Virtual Network Subnet using Terraform

Add a Default Error Page in web.xml for Java app in Windows App Service

App Service Windows includes multiple versions of Tomcat. Sometimes, you may want to add custom configurations via web.xml file.
 
Before talking about how to change web.xml file in App Service windows, let’s discuss “what is web.xml”?
 
Java… Continue reading Add a Default Error Page in web.xml for Java app in Windows App Service

SQL data classification now offers Microsoft Informaton Protection labels in SSMS

We are happy to announce that SQL Server now provides you with MIP (Microsoft Information Protection) integrated data classification solution. MIP sensitivity labels provide a simple way for your users to classify sensitive data across the org with uni… Continue reading SQL data classification now offers Microsoft Informaton Protection labels in SSMS