Page tree

Versions Compared

Key

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

...

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


Go to ai.azure.com and select desired app (if more than one) and in browser address line after accounts/ you'll have an account name

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"
runtimeOptions.plugins.OpenAI.serverAPI endpoint where chat completion requests are sent tohttps://ai.azure.com/ > Home > Azure OpenAI endpoint (please note URL must contain "/apenai" at the end)
runtimeOptions.plugins.OpenAI.apiTokenAPI access tokenhttps://ai.azure.com/ > Home > API key (1/2)


Short workflow to create all needed resources in Azure

...