How to configure OAuth2 on Business Central OnPrem (Docker)
Have you ever wanted to test a real OAuth flow against Business Central without spinning up a sandbox? I had that itch for a long time. Every time I built …
A blog about Business Central, .NET, Azure OpenAI, and IoT
Have you ever wanted to test a real OAuth flow against Business Central without spinning up a sandbox? I had that itch for a long time. Every time I built …
In our day-to-day with Microsoft Dynamics 365 Business Central, the need to know which applications are currently installed in our On-Premises environment may arise. Unlike Business Central On Cloud, where …
Business Central allows us to perform Isolated Storage, which is extremely useful if, for example, we want to store Passwords, Tokes, and Secrets without having to resort to Tables. A …
Hello, in view OAuth2 authentication method is currently popular because as of October 1, 2022, it is mandatory to connect to Business Central web services, I wanted to make a …
In the next post, I want to mention a way to expose data using Queries. Queries are a compelling object type within Business Central, as they allow us to retrieve …
In this post, I am going to explain how to connect and read a file on an SFTP server and create a record in Business Central automatically through Azure Functions …
The objective of this Post is to create a small system, based on the Arduino platform capable of real-time telemetry, using MQTT through Azure IOT to send messages and Azure …
In the next post, I will show how to use the OpenAPI Specification (OAS) standard to document and Try Out the Standard APIs exposed by Microsoft in Business Central and …
Hello, today I want to share with you a simple way to connect Business Central with One Drive and Business Central. As you may have already noticed, I’m a bit …
In this post, we will configure the new API authentication method (Oauth2) required by Microsoft, since the Web Service Access Keys have been deprecated. Portal Azure The first thing we …