Editar

Share via


Get set up with Azure OpenAI Service

This article explains the tasks that must be completed so that you can start integrating Azure OpenAI Service in your extensions to create copilot experiences in Business Central.

  1. Get an Azure subscription. You can sign up for paid plan or start for free.

    Learn more

  2. Request access to Azure OpenAI Service for your subscription.

    Currently, access to this service is granted only by applying for access. To apply for access to Azure OpenAI Service, complete the form at aka.ms/OAIapply.

  3. Get permissions on your account to create Azure OpenAI resources and deploy models.

    Learn more

  4. Create Azure OpenAI Service resource and deploy a model.

    This task is done using Azure portal and Azure AI Studio. Learn more.

    After you complete this step, you can start to develop your copilot experience, which requires the following information about the resource and deployed model:

    What Where to find it
    Azure OpenAI API key and endpoint (URL) Keys and Endpoint page for the resource in the Azure portal.
    Deployment name for the model Deployments page in Azure AI Studio.

Next steps