-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Feature Request: Azure App Gateway #18
Comments
Hey @tgtshanika Just updating this to reference PR's in the new repository - the Auto-scaling settings are in PR #135; and the App Gateways are in PR #120. Issue #50 is open about Auto-Scaling Settings - and rather than having multiple issues open for the same request, such I'm going to rename this one to focus on App Gateways, I hope that's ok? Thanks! |
Hey @tgtshanika Support for Application Gateways has been added to the AzureRM Provider in #413 which shipped in v0.3.2 of the AzureRM Provider. As there's a separate issue tracking the request to add Auto Scale Settings - I'm going to close this issue for the moment Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
This issue was originally opened by @tgtshanika as hashicorp/terraform#8670. It was migrated here as part of the provider split. The original body of the issue is below.
Hi there,
I have been trying to automate an Azure scale set deployment with App gateway. I could not find terraform configuration to automate App Gateway. IMO, it would be great if you can add App gateway automation support so that we can easity develop a solution to automate a complete deployment.
I referred [1] in automating scale sets, but I couldn't find any parameter to configure app gateway backend address pool ids for a given scale set. Further, there is no config to automate scale set settings (autoscaling rules etc) against a given scale set.
Due to above limitations, we have to use template + terraform based automation, which is not clean.
[1] -https://www.terraform.io/docs/providers/azurerm/r/virtual_machine_scale_sets.html
The text was updated successfully, but these errors were encountered: