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 an app with deployed model - just grab existing config values, otherwise read "Short workflow to create all needed resources in Azure"

translate5 system config IDexplanationWhere to find the value in Azure cloud
runtimeOptions.plugins.OpenAI.Azure.subscriptionIdId of the subscription used for the GPT "application" in AzureHome > Subscriptions
runtimeOptions.plugins.OpenAI.Azure.resourceGroupNameName of the resource group used for the GPT  "application" in AzureSearch > Resource groups > Create
runtimeOptions.plugins.OpenAI.Azure.accountName

Account name which is also used as a part of custom domain name in Azure


Leon Kiz Please complete this cell

runtimeOptions.plugins.OpenAI.Azure.tenantId

Directory (tenant) id Search > Microsoft Entra ID > Manage > App registrations > %YOUR APP% > Overview
runtimeOptions.plugins.OpenAI.Azure.clientIdApplication (client) idSearch > Microsoft Entra ID > Manage > App registrations > %YOUR APP% > Overview
runtimeOptions.plugins.OpenAI.Azure.clientSecretClient secret for accessing resource managementSearch > Microsoft Entra ID > Manage > App registrations > %YOUR APP% > Manage > Certificates and secrets
runtimeOptions.plugins.OpenAI.Azure.deploymentTypedeployment 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

...