Closed cffranco94 closed 3 months ago
Hello @zioproto,
I commented on #87 before opening a new one because I notice that the #87 was closed. I didn't saw that the problem was just the region. Changed to swedencentral and it worked.
Thank you
@cffranco94
I get a different error:
Deployment Name: "gpt-4o"): performing CreateOrUpdate: unexpected status 400 (400 Bad Request) with error: InvalidResourceProperties: The specified SKU 'Standard' for model 'gpt-4o 2024-05-13' is not supported in this region 'switzerlandnorth'.
If you want to use Switzerland North you need to set the scale type to GlobalStandard
Please without -
, the correct string is GlobalStandard
.
@zioproto , thank you , it worked!
Is there an existing issue for this?
Greenfield/Brownfield provisioning
greenfield
Terraform Version
1.8.0
Module Version
v0.1.3
AzureRM Provider Version
3.113.0
Affected Resource(s)/Data Source(s)
azurerm_cognitive_deployment
Terraform Configuration Files
tfvars variables values
Debug Output/Panic Output
Expected Behaviour
OpenAI resource should be created with gpt4o model deployed
Actual Behaviour
OpenAI resource is created, but only with gpt3-turbo and embeddings
Steps to Reproduce
No response
Important Factoids
No response
References
No response