Skip to content

Commit

Permalink
Merge pull request #167 from microsoft/asbanger/5932-update-known-iss…
Browse files Browse the repository at this point in the history
…ues-with-region-avaialability

Update known issues : Azure OpenAI service region availability.
  • Loading branch information
dayland authored Aug 22, 2023
2 parents 0666a3f + a0f6a08 commit 0166dec
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/knownissues.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,24 @@ param pollingBackoff string
@description('The maximum number of times we will retry to read a full processed document from FR. Failures in read may be due to network issues downloading the large response')
param maxReadAttempts string
```
```
---
## Error : Error due to service unavailability
```
InvalidTemplateDeployment - The template deployment 'infoasst-myworkspace' is not valid according to the validation procedure. The tracking id is 'XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX'. See inner errors for details.
InsufficientQuota - The specified capacity '1' of account deployment is bigger than available capacity '0' for UsageName 'Tokens Per Minute (thousands) - GPT-35-Turbo'.
```
###Solution
This means that you have exceeded the quota assigned to your deployment for the GPT-35-Turbo model.The quota is the maximum number of tokens per minute (thousands) that you can use with this model. You can check your current quota and usage in the Azure portal. To increase the quota [learn more](https://learn.microsoft.com/en-us/azure/ai-services/openai/quotas-limits)
---
## Error:'OpenAI' is either invalid or unavailable in given region
```
InvalidTemplateDeployment - The template deployment 'infoasst-asbanger-vnext1' is not valid according to the validation procedure. The tracking id is '4c3fd9d0-59fb-47f3-aa5a-ddb13c9313e8'. See inner errors for details.
InvalidApiSetId - The account type 'OpenAI' is either invalid or unavailable in given region.
```
### Solution:
Deploy Azure OpenAI Service only in the supported regions. Review the local.env file and update the location as per supported models and [region availability](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability)

0 comments on commit 0166dec

Please sign in to comment.