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
On the application gateway module, include a match status codes parameter in the probes section to allow the configuration of a different status code to be considered as a match by the probing mechanism.
ISSUE TYPE
Feature Idea
COMPONENT NAME
azure_rm_appgateway_module
ADDITIONAL INFORMATION
Sometimes it is needed to change the probe's matching condition but currently the ansible module lacks this option forcing the default 200-399 value.
Azure portal and terraform allow this configuration.
- name: Create instance of Application Gateway with complex routing and redirect rulesazure_rm_appgateway:
...
probes:
- name: "http-probe1"interval: 30path: "/abc"protocol: "https"pick_host_name_from_backend_http_settings: truetimeout: 30unhealthy_threshold: 2match_status_code: 200# ==> Proposed new parameter
...
The text was updated successfully, but these errors were encountered:
SUMMARY
On the application gateway module, include a match status codes parameter in the probes section to allow the configuration of a different status code to be considered as a match by the probing mechanism.
ISSUE TYPE
COMPONENT NAME
azure_rm_appgateway_module
ADDITIONAL INFORMATION
Sometimes it is needed to change the probe's matching condition but currently the ansible module lacks this option forcing the default 200-399 value.
Azure portal and terraform allow this configuration.
The text was updated successfully, but these errors were encountered: