Azure / terraform-azurerm-avm-res-network-applicationgateway

Azure Application Gateway serves as a web traffic load balancer, allowing you to efficiently handle traffic for your web applications. This Terraform module is designed for the rapid creation of an Application Gateway that includes various customizable features.
MIT License
2 stars 0 forks source link

[AVM Module Issue]: Add ability to specify custom `port` in `backend_http_settings` #55

Open vitalii-dubovoi opened 1 week ago

vitalii-dubovoi commented 1 week ago

Check for previous/existing GitHub issues

Issue Type?

Feature Request

(Optional) Module Version

0.1.1

(Optional) Correlation Id

No response

Description

I am using your module to configure backend_http_settings for Azure Application Gateway, but I have encountered a restriction where the port can only be set to 80 or 443, based on the value of enable_https.

This is limiting because, in the Azure Portal UI for Application Gateway, it is possible to specify any custom port. However, the module seems to enforce this restriction, which prevents me from setting up non-standard ports like 8080 for my backend services.

Is this restriction intentional, and if so, is there a way to configure the module to support custom ports as allowed in the UI? image image

microsoft-github-policy-service[bot] commented 3 days ago

[!WARNING] Tagging the AVM Core Team (@Azure/avm-core-team-technical-terraform) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly.

[!TIP]

  • To prevent further actions to take effect, the "Status: Response Overdue 🚩" label must be removed, once this issue has been responded to.
  • To avoid this rule being (re)triggered, the ""Needs: Triage :mag:" label must be removed as part of the triage process (when the issue is first responded to)!
matt-FFFFFF commented 3 days ago

@mofaizal can you comment here?