microsoft / microsoft/azurechat

Government Locations

Open
#381 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1.4k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
1

Description

I added the following locations for usgovvirginia and got the following error

"The model 'Format: OpenAI, Name: dall-e-3, Version: ' of account deployment is not supported."

see the changes below

"dalleLocation": {
"type": "string",
"allowedValues": [
"usgovvirginia"
],
"metadata": {
"description": "Location for the OpenAI DALL-E 3 instance resource group"
}

"gptvisionLocation": {
"type": "string",
"allowedValues": [
"usgovvirginia"
],
"metadata": {
"description": "Location for the GPT vision instance resource"
}
}

{
"code": "InvalidTemplateDeployment",
"details": [
{
"code": "DeploymentModelNotSupported",
"message": "The model 'Format: OpenAI, Name: dall-e-3, Version: ' of account deployment is not supported."
}
],
"message": "The template deployment 'Microsoft.Template-20240512113003' is not valid according to the validation procedure. The tracking id is 'e78593d3-0694-xxxxxxxxxxxxxxxxxxxx'. See inner errors for details."
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the deployment template entries for dalleLocation and gptvisionLocation and compare how usgovvirginia is handled. Reproduce the InvalidTemplateDeployment error, then verify that deployments using these locations complete without the DeploymentModelNotSupported message.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, typescript
Domain
ai, cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.