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.
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
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.
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.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