File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,12 @@ param principalId string = ''
1717
1818@minLength (1 )
1919@description ('Location for the OpenAI resource' )
20+ // Look for gpt-35-turbo 0125 on the availability table:
2021// https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#standard-deployment-model-availability
2122@allowed ([
22- 'australiaeast'
23- 'brazilsouth'
2423 'canadaeast'
25- 'eastus'
26- 'eastus2'
27- 'francecentral'
28- 'japaneast'
2924 'northcentralus'
30- 'norwayeast'
31- 'southafricanorth'
3225 'southcentralus'
33- 'southindia'
34- 'swedencentral'
35- 'switzerlandnorth'
36- 'uksouth'
37- 'westeurope'
38- 'westus'
3926])
4027@metadata ({
4128 azd : {
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
3- python3 -m gunicorn fastapi_app:create_app ()
3+ python3 -m gunicorn " fastapi_app:create_app()"
You can’t perform that action at this time.
0 commit comments