Workarounds for creating Azure Hybrid Connections with Terraform

UPDATE: The bug has been fixed and released in 3.98. The workarounds are no longer needed. Due to some bugs in the current Terraform azurerm provider (v3.80.0), certain workarounds are needed to create a working hybrid connection. The issue is present for both Function Apps and Web Apps. Following the official documentation’s examples, the following code will not work and will result in a seemingly successful deployment, but the hybrid connection will not work. No connection will be able to be established, but everything looks fine in the Azure Portal. ...

November 16, 2023 · 3 min