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
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