Skip to content

Set up an Azure OpenAI service in your Tenant

This article describes how to get started with Azure OpenAI Service and provides step-by-step instructions to create a resource and deploy a model. You can create resources in Azure in several different ways.

Prequisites

Deployment via ARM Template

Deploy to Azure

Deployment via Portal

You can follow this microsoft documentation to create an azure openai service

Get Credentials

After you have created a deployment, you can fetch the credentials in the Azure AI Foundry portal. On the Overview page get the properties from the fields Azure OpenAI Service endpoint and API key 1 or API key 2. The endpoint should look like this https://{your-ressource-name}.openai.azure.com/. Now go to the Deployments section, located in the menu on the lefthand side and get the property of the Name column to later fill in the Document Dispatch - Copilot Configuration in Business Central.

Note

As of the 17/3/2025, we test with the Gpt-4o model. This Modell is tested with ou copilot capabillities, if you use any other model we cannot ensure you that the model will work as expected.

See Also