We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I'm not missing something obvious, only 3 properties of an app service plan can be set now.
For Azure Functions Premium, I need to set maximumElasticWorkerCount property, otherwise, it defaults to 1 which is kind of useless.
maximumElasticWorkerCount
1
ARM seems to support several other properties.
I suppose the main reason is that Terraform doesn't expose them either?
The text was updated successfully, but these errors were encountered:
Yes, this is most likely a limitation that needs to be fixed in the upstream AzureRM Terraform provider.
Sorry, something went wrong.
Created a terraform issue hashicorp/terraform-provider-azurerm#3445
Ok, there is a PR open to add this work hashicorp/terraform-provider-azurerm#3547
Fingers crossed this gets added to the next release of the terraform-provider
Closing out - as this is tracked in the upstream resource provider now.
No branches or pull requests
If I'm not missing something obvious, only 3 properties of an app service plan can be set now.
For Azure Functions Premium, I need to set
maximumElasticWorkerCount
property, otherwise, it defaults to1
which is kind of useless.ARM seems to support several other properties.
I suppose the main reason is that Terraform doesn't expose them either?
The text was updated successfully, but these errors were encountered: