AzureOpenAI – Create

Azure OpenAI is a Microsoft Azure service providing access to OpenAI models and tooling for building intelligent applications (NLP, computer vision, deep learning). QualiWare AI uses this service for its conversational and retrieval features.

Required Azure Role

Either one of these built-in roles (or a custom role with equivalent permissions):

  • Owner — full access including role assignments
  • Contributor — manage resources (no role assignments)

If role assignment is needed with Contributor, also grant User Access Administrator.

Azure Administration Tools / Interface

This guide uses the Azure Portal and a manual creation process.

Create and Manage Steps (Azure Portal)

  1. Go to Azure OpenAI and click Create.
  1. Go to the Networking section. Ensure settings comply with the customer’s Azure policy and allow access from QualiWare and the Azure App Service hosting the QualiWare bot application.
  1. Tags are optional. Proceed to Review + create and then Create to provision the service.

Deployment Model

QualiWare AI Agent and QualiChat require the following models to be deployed:

  • gpt-4o
  • text-embedding-ada-002

Deploy Models (Azure AI Foundry)

  1. Open the Azure AI Foundry portal and go to Deployments. (You can find the portal link from the Azure OpenAI service home page.)
  1. Click Deploy model and choose to deploy a Base model. Search for the models listed above and confirm deployment.