Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All config values can be found in https://portal.azure.com/. If you already have a deployed modelan app with deployed model - just grab existing config values, otherwise read "Short workflow to create all needed resources in Azure"

runtimeOptions.plugins.OpenAI.Azure.subscriptionId - is an id of the subscription used for the application - Home > Subscriptions

...

runtimeOptions.plugins.OpenAI.Azure.clientSecret - Client secret for accessing resource management -  Search > Microsoft Entra ID > Manage > App registrations > %YOUR APP% > Manage > Certificates and secrets

runtimeOptions.plugins.OpenAI.Azure.deploymentType - deployment type (sku) - https://learn.microsoft.com/en-us/azure/ai-foundry/model-inference/concepts/deployment-types, normally equals to "standard"

Short workflow to create all needed resources in Azure

...