Azure-Samples / Azure-Samples/openai

【Azure openai deploy】 The specified scale type 'Standard' of account deployment is not supported by the model 'gpt-4'.

Open
#93 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
1.3k
Forks
455
Avg merge
16h 17m
Merged PRs (30d)
1

Description

### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
```

### Minimal steps to reproduce
> I am following the example below for deployment https://github.com/Azure-Samples/openai/tree/main/End_to_end_Solutions/AOAISearchDemo When I run the command Run【azd up】 I get the following error

### Any log messages given by the failure
> I am following the example below for deployment https://github.com/Azure-Samples/openai/tree/main/End_to_end_Solutions/AOAISearchDemo When I run the command Run【azd up】 I get the following error

### Expected/desired behavior
> I am following the example below for deployment https://github.com/Azure-Samples/openai/tree/main/End_to_end_Solutions/AOAISearchDemo When I run the command Run【azd up】 I get the following error

### OS and Version?
> Windows 11

### Versions
> Windows 11

### Mention any other details that might be useful
![1](https://github.com/Azure-Samples/openai/assets/36796264/97c7073e-9d92-4ff0-a31d-6cfd4850ee43)
### I opened the link to see the details of the error, here is a screenshot,Is there anyone who can help me with this?

![2](https://github.com/Azure-Samples/openai/assets/36796264/2c97eabf-f5ac-4f8b-bceb-c764ee417b33)

![3](https://github.com/Azure-Samples/openai/assets/36796264/2fd50c39-c50f-46f8-aa24-90718d65a9e5)

![4](https://github.com/Azure-Samples/openai/assets/36796264/7c235143-6c49-4a37-b55c-ac78f69965a1)

status message
{
"status": "Failed",
"error": {
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'openai' is not valid according to the validation procedure. The tracking id is 'c858cf6f-91ce-47cb-86a3-3e39d171e2c3'. See inner errors for details.",
"details": [
{
"code": "InvalidResourceProperties",
"message": "The specified scale type 'Standard' of account deployment is not supported by the model 'gpt-4'."
}
]
}
}

Contributor guide

Open the contributing guide

Research direction

Start with the End_to_end_Solutions/AOAISearchDemo sample referenced in the issue and reproduce the failure using azd up. Inspect the deployment configuration and Azure validation error to determine whether the model and scale type are supported; done means the sample has a documented or verified deployment path without this validation failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
ai, cloud
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.