Azure / bicep-types-az

Bicep type definitions for ARM resources
MIT License
86 stars 27 forks source link

Need the ability to set HTTP 2.0 Proxy configuration for App Service resources #1966

Open ewh1995 opened 1 year ago

ewh1995 commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, there are two configurations in a Linux App Service relating to HTTP 2.0 support, one to set the HTTP Version and one to set the HTTP 2.0 proxy type. In Bicep, I can see the appropriate property to set the HTTP version (http20Enabled). However, I have not been able to find a matching property for the proxy type.

Screenshot 2023-11-17 112435

It looks like this issue has already been noted in a Terraform Github issue where it sounds like the root cause is that the property is missing in the Microsoft.Web API, but I wanted to also raise the issue here as well in case the Bicep team has better success getting the issue on the appropriate team's radar. https://github.com/hashicorp/terraform-provider-azurerm/issues/18883

Describe the solution you'd like A Bicep property on the App Service (Microsoft.Web/sites) resource named something similar to http20Proxy with allowed properties on, off, and gRPC only

microsoft-github-policy-service[bot] commented 9 months ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI. Please see https://aka.ms/biceptypesinfo for troubleshooting help.

wondertalik commented 3 months ago

any news?