Table of Contents

Microsoft Azure OpenAI

To configure a connection to Azure OpenAI you need:

This guide is based on the Microsoft guide to setting up an AI service.

Create a new resource

  1. Create a resource CreateResource
  2. Choose Azure OpenAI CreateResource
  3. Set up the Basics CreateResource
  4. Set up the network - use All networks CreateResource
  5. Skip the Tags-section
  6. Confirm the configuration CreateResource
  7. Await deployment CreateResource

Deploy an AI model

  1. Once the model has been completed click Go to resource GoToResource
  2. Deploy an AI-model to the service - click Go to Azure AI Foundry Portal GoToResource
  3. On the Chat playground interface select Create new deployment GoToResource
  4. Select a model - e.g. gpt-40-mini GoToResource
  5. Deploy the model GoToResource

After the model has been deployed you should see this screen: GoToResource

Copy API keys

Open the Azure AI portal to fetch the API keys: GoToResource

  1. Select the 'Develop'-tab
  2. Copy either one of KEY 1 or KEY 2 and use it
To top