Open OscarCanek opened 2 years ago
A new feature was released for Computer Vision, the Autoscale feature.
This feature allows customers to access to higher rate limits on their Cognitive Service resources.
More info: https://docs.microsoft.com/en-us/azure/cognitive-services/autoscale?tabs=portal https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/cognitive-services/autoscale.md
azurerm_cognitive_account
resource "azurerm_cognitive_account" "example" { name = "example-account" location = azurerm_resource_group.example.location resource_group_name = azurerm_resource_group.example.name kind = "ComputerVision" autoscale = true sku_name = "S0" tags = { Acceptance = "Test" } }
https://docs.microsoft.com/en-us/azure/cognitive-services/autoscale?tabs=portal https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/cognitive-services/autoscale.md
Same need for others cognitives services : document intelligence ; custom vision predicition Looks like it's already implemented in v3.33 => dynamic_throttling_enabled
Is there an existing issue for this?
Community Note
Description
A new feature was released for Computer Vision, the Autoscale feature.
This feature allows customers to access to higher rate limits on their Cognitive Service resources.
More info: https://docs.microsoft.com/en-us/azure/cognitive-services/autoscale?tabs=portal https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/cognitive-services/autoscale.md
New or Affected Resource(s)/Data Source(s)
azurerm_cognitive_account
Potential Terraform Configuration
References
https://docs.microsoft.com/en-us/azure/cognitive-services/autoscale?tabs=portal https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/cognitive-services/autoscale.md