Dynamics 365 Business Central and Azure OpenAI Service
Dynamics 365 Business Central has embedded generative AI features powered by Azure OpenAI Service out of the box. These AI features use a Microsoft-owned Azure OpenAI Service instance by default.
When new standard generative AI features (or so-called copilot capabilities) are released in Dynamics 365 Business Central during minor updates, these capabilities are optional until the next major update. To turn these features on or off (like, for example, bank reconciliation and marketing text suggestions) you need to go to the Feature Management page, and from there, set the Enabled for column to All users (feature active) or None (feature disabled):
Figure 18.3: Setting the Enabled for status for copilot capabilities
When you create an AI solution for Dynamics 365 Business Central, you need to declare your copilot as a “capability” in your AL code and then register it. We’ll learn more about...