Most widely used SharePoint Framework ISVs from the Store – December 2023

 
We are excited to see the continuous growth on the submissions of the SharePoint Framework (SPFx) solutions to the app source and on the usage of the SharePoint store for extending experiences for SharePoint and Microsoft Viva. Here are the top… Continue reading Most widely used SharePoint Framework ISVs from the Store – December 2023

Lesson Learned #470: Resolving ‘EXECUTE Permission Denied’ Error on sp_send_dbmail in Azure SQL MI

We worked on a service request that our customer encountering an error message “Executed as user: user1. The EXECUTE permission was denied on the object ‘sp_send_dbmail’, database ‘msdb’, schema ‘dbo’. [SQLSTATE 42000] (Error 229). The step failed.”, I… Continue reading Lesson Learned #470: Resolving ‘EXECUTE Permission Denied’ Error on sp_send_dbmail in Azure SQL MI

Domain and certificate bindings for IDN hostnames in Azure App Service

Overview
When it comes to website security, one important step is to add a custom domain and connect it with a TLS/SSL certificate. This not only enhances the trust and safety of your website but also ensures that your visitors’ information is encrypt… Continue reading Domain and certificate bindings for IDN hostnames in Azure App Service

Lesson Learned #469:Implementing a Linked Server Alternative with Azure SQL Database and C#

In scenarios where direct Linked Server connections are not feasible, such as between Azure SQL Database and an on-premise SQL Server, developers often seek alternative solutions. This blog post introduces a C# implementation that simulates the functio… Continue reading Lesson Learned #469:Implementing a Linked Server Alternative with Azure SQL Database and C#