I have an App Service Plan (B2) that supposed to support up to 5 hybrid connections. I added 5 connections to the app service plan, which works fine. Now I have two separate API Applications that need to work with these connections. I added the first four to both of those applications and everything seems to be fine. Then I added the last one to one of my applications, but when I tried to add the last connection to the second API app, it shows the following message:
According to the documentation, the quota is for the app service plan. How can I resolve this issue?