You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I chose second button to deploy and when I tried it I received an error:
Error: {"code":"InvalidTemplateDeployment","details":[{"code":"InvalidResourceProperties","message":"The specified scale type 'Standard' of account deployment is not supported by the model 'text-embedding-ada-002'."}],"message":"The template deployment 'Microsoft.Template-20231120105304' is not valid according to the validation procedure. The tracking id is 'cc4d43d8-4572-41dc-b1c6-54f509b91999'. See inner errors for details."}
I tried several regions to exclude region as one possible reason for error.
Then I checked for possible values for parameter "scaleType" and tried the setting:
"code":"InvalidTemplateDeployment","details":[{"code":"InvalidCapacity","message":"The specified capacity ' ' of account deployment should be greater than 0 and no more than 3."}],"message":"The template deployment 'Microsoft.Template-20231120134601' is not valid according to the validation procedure. The tracking id is '50c6ea65-f0e3-4364-8372-bd49eaa5cc01'. See inner errors for details."}
I think that there should be smth wrong with "scaleSettings":"scaleType" parameter for model text-embedding-ada-002
in the template
Do you have any suggestion about this ?
Thank you and best regards, Marko
The text was updated successfully, but these errors were encountered:
mmvmarko
changed the title
Error code "InvalidCapacity" - The specified capacity ' ' of account deployment should be greater than 0 and no more than 3.
text-embedding-ada-002 scaleType and Invalid Capcity
Nov 20, 2023
Error: {"code":"InvalidTemplateDeployment","details":[{"code":"InvalidResourceProperties","message":"The specified scale type 'Standard' of account deployment is not supported by the model 'text-embedding-ada-002'."}],"message":"The template deployment 'Microsoft.Template-20231120105304' is not valid according to the validation procedure. The tracking id is 'cc4d43d8-4572-41dc-b1c6-54f509b91999'. See inner errors for details."}
I tried several regions to exclude region as one possible reason for error.
"scaleSettings": {
"scaleType": "Manual",
"capacity": 1
}
Then I got the following error:
"code":"InvalidTemplateDeployment","details":[{"code":"InvalidCapacity","message":"The specified capacity ' ' of account deployment should be greater than 0 and no more than 3."}],"message":"The template deployment 'Microsoft.Template-20231120134601' is not valid according to the validation procedure. The tracking id is '50c6ea65-f0e3-4364-8372-bd49eaa5cc01'. See inner errors for details."}
I think that there should be smth wrong with "scaleSettings":"scaleType" parameter for model text-embedding-ada-002
in the template
Do you have any suggestion about this ?
Thank you and best regards, Marko
The text was updated successfully, but these errors were encountered: