Skip to content
New issue

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

Set additional properties of App Service Plan (Premium Functions) #235

Closed
mikhailshilkov opened this issue May 9, 2019 · 4 comments
Closed
Labels
area/providers kind/enhancement Improvements or new features

Comments

@mikhailshilkov
Copy link
Member

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.

ARM seems to support several other properties.

I suppose the main reason is that Terraform doesn't expose them either?

@lukehoban
Copy link
Contributor

I suppose the main reason is that Terraform doesn't expose them either?

Yes, this is most likely a limitation that needs to be fixed in the upstream AzureRM Terraform provider.

@mikhailshilkov
Copy link
Member Author

Created a terraform issue hashicorp/terraform-provider-azurerm#3445

@stack72 stack72 added area/providers kind/enhancement Improvements or new features labels Jun 4, 2019
@stack72
Copy link
Contributor

stack72 commented Jun 4, 2019

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

@lukehoban
Copy link
Contributor

Closing out - as this is tracked in the upstream resource provider now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/providers kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

3 participants