I saw many partners in the past days asking how to retrieve informations about the current Dynamics 365 Business Central … More
Tag: API
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