I have a webapp in one resource group, and a hybrid connection in another resource group. How can I connect this webapp that is in one RG to the Hybrid connection that is in another?
The command to connect to HC looks like this:
az webapp hybrid-connection add -g MyResourceGroup -n MyWebapp --namespace [HybridConnectionNamespace] --hybrid-connection [HybridConnectionName] -s [slot]
How can I solve this?