If you’re working on creating AI solutions, I think you know that one of the main building blocks you need … More
Tag: API
Dynamics 365 Business Central: compressing API responses at max.
In the last part of the session I’ve done with Duilio at BC TechDays this year on how we handle … More
Dynamics 365 Business Central 2025 Wave 1 release: the state of SOAP deprecation.
I think that many of you know that quite a long time ago Microsoft raised an alert saying that exposing … More
How Dynamics 365 Business Central handles incoming web service calls (for dummies).
In the last two days I was in Assago (Milano) at the WPC Conference, probably the most important IT conference … More
Prevent prompt injections in your Azure OpenAI and Copilots implementations.
If any of you have ever developed Windows or Web applications connected to a SQL database in C# or other … More
Azure Spring Clean: Deploying Azure OpenAI in the enterprise world.
This post is my contribution to the Azure Spring Clean 2024 event, an initiative to promote well managed Azure tenants. … More
REST APIs and the importance of Versioning.
A REST API (also known as RESTful API) is an application programming interface that conforms to the constraints of REST architecture and it’s … More
Dynamics 365 Business Central: Copilot, Azure OpenAI and real-world enterprise usage.
We are entering a new era of AI, one that is fundamentally changing how we relate to and benefit from … More
Dynamics 365 Business Central: retrieving Azure AD User informations via AL
I saw many partners in the past days asking how to retrieve informations about the current Dynamics 365 Business Central … More
Are you using proxies with Azure Functions? Start moving to Azure API Management.
When working with lots of Azure Functions apps or in microservices architectures with a moderate workload, it’s quite common to … More
Dynamics 365 Business Central: scheduling job queue tasks via API
The Dynamics 365 Business Central 2022 Wave 2 version 21.2 update silently introduces a long requested feature: the possibility to … More
Azure Functions: getting the client IP address
When using Azure Functions, sometimes is required to log the IP address of the client calling your function app. Unfortunately, … More
Testing Azure Functions or Dynamics 365 Business Central API calls performances with BenchmarkDotNet
In these days, for a big cloud-based project, I had the need to conduct an assessment of the different cloud … More
Dynamics 365 Business Central, Service-to-Service authentication (OAuth) and Task Scheduler
Just before Christmas I received a request from a partner about a feature that personally I never had the need … More
Dynamics 365 Business Central APIs Load Testing with JMeter
Yesterday I saw a Twitter thread asking for suggestions about tools for load testing APIs. There are lots of tools … More
Using Azure API Management to host your Dynamics 365 Business Central APIs
Some days ago there was a discussion on Twitter started by Waldo about how to document custom Dynamics 365 Business … More
Handling the “HTTP 429 – Too Many Requests” error when calling external services
I think that many of you that creates integrations with external services could have the pleasure to know the HTTP … More
Dynamics 365 Business Central: handling BLOB fields on APIs
I’m not a big fan of using BLOB fields on the Dynamics 365 Business Central database, but there are many … More
Webhooks with Dynamics 365 Business Central
When integrating external applications with Dynamics 365 Business Central, one of the classical way is to use APIs (standard or … More
