Add Hybrid Connection option not visible?

padmaja uk 21 Reputation points
2021-08-24T12:26:03.493+00:00

Irrespective of the App Service Plan I choose, I am not finding the Add Hybrid Connection option. Any pointers?

125994-image.png

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

Accepted answer
  1. Grmacjon-MSFT 19,151 Reputation points Moderator
    2021-08-24T16:52:24.94+00:00

    Hi anonymous user-6362

    What app services are you using? Windows, Linux, Containers for Windows, Containers for Linux? 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 pricing SKUs.

    With that said, here are two things you can try:

    1. On the Azure Portal > Navigate to your Web App > and look for “Networking” feature under the ‘Settings’ blade and try adding Hybrid Connection
    2. You can 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.

    Thanks,
    Grace


0 additional answers

Sort by: Most helpful

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.