Suddenly cannot see hybrid connections in azure web app > settings > Networking

Joe Barker 20 Reputation points
2023-10-26T08:44:08.62+00:00

In the Azure portal, when i navigate to Settings > Networking i no longer have the option to set up a hybrid connection. It just says "Not Supported". This is also the case in Web App's i have already set up. This has only happened recently.

I have checked my permissions and they are the same as before (Owner etc) and other's in my organisation still have the previous page load.

What has changed? What do i need to do to get the previous version of the page back.

Image of the current page below

User's image

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,178 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 18,806 Reputation points
    2023-10-27T22:34:39.87+00:00

    Hi @Joe Barker is this a new web app? did you make any recent changes to your web app?

    Hybrid Connection is supported in GA for Windows apps and Linux apps but not supported for Windows container apps. Also, keep in mind that App Service Hybrid Connection is only available in Basic, Standard, Premium, and Isolated and not Free pricing SKUs.

    However you can try to add Hybrid Connections programmatically using the below CLI command. The commands provided operate at both the app and the App Service plan level. The app level commands are: az webapp hybrid-connection

    Group  
        az webapp hybrid-connection : Methods that list, add and remove hybrid-connections from webapps.  
            This command group is in preview. It may be changed/removed in a future release.  
    Commands:  
        add    : Add a hybrid-connection to a webapp.  
        list   : List the hybrid-connections on a webapp.  
        remove : Remove a hybrid-connection from a webapp.
    

    Hope that helps. Please let us know if you have further questions

    -Grace


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.