Azure / business-process-automation

Business process automation solution accelerator using Azure services
MIT License
175 stars 708 forks source link

text-embedding-ada-002 scaleType and Invalid Capcity #259

Open mmvmarko opened 1 year ago

mmvmarko commented 1 year ago
  1. 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.

  1. Then I checked for possible values for parameter "scaleType" and tried the setting:

"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

manuchadha1979 commented 2 months ago

I am also getting this error. Was a fix provided?