Azure-Samples / acme-fitness-store

Sample - how to deploy Spring Boot apps to Azure?
https://docs.microsoft.com/en-us/azure/spring-cloud/overview
MIT License
84 stars 158 forks source link

OpenAI service creation instructions are incorrect #164

Closed selvasingh closed 1 year ago

selvasingh commented 1 year ago
image

see

image
anishp55 commented 1 year ago
az cognitiveservices account deployment create -g ${RESOURCE_GROUP} -n ${OPENAI_RESOURCE_NAME} --deployment-name text-embedding-ada-002 --model-name text-embedding-ada-002 --model-version "2" --model-format OpenAI --sku "Standard"  --capacity 120
az cognitiveservices account deployment create -g ${RESOURCE_GROUP} -n ${OPENAI_RESOURCE_NAME} --deployment-name gpt-35-turbo-16k  --model-name gpt-35-turbo-16k --model-version "0613"   --model-format OpenAI  --sku "Standard" --capacity 120
selvasingh commented 1 year ago

The first command worked. But the second one is a challenge:

image

@dingmeng-xue

LGDoor commented 1 year ago

The first command worked. But the second one is a challenge:

image

@dingmeng-xue

@selvasingh This is because the quota has only 60 left in this sub. All the AI services share the same quota in a sub.