You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_function_app
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
WEBSITE_CONTENTAZUREFILECONNECTIONSTRING and WEBSITE_CONTENTSHARE will added to App settings automatically for Linux ElasticPremium
Actual Behaviour
WEBSITE_CONTENTAZUREFILECONNECTIONSTRING and WEBSITE_CONTENTSHARE are not added automatically
Steps to Reproduce
When it's Windows ElasticPremium, those 2 settings will be created, but not for Linux ElasticPremium
terraform apply
Important Factoids
References
review the code https://github.com/terraform-providers/terraform-provider-azurerm/blob/a3d535171b1919ad0e05cbde688c9bb055b09618/internal/services/web/function_app.go#L316,
it seems elasticpremium has been checked, but it didn't take effect.
The text was updated successfully, but these errors were encountered: