Questions tagged [azure-ilb]

4 questions
2
votes
1 answer

Deploy an App into Azure App Service inside of Azure's Internal App Service Environment (ASE ILB)

I have created a ILB in a VNET inside of Azure. And I created an App Service Plan of that ASE (ILB) like below: And I have hosted an App inside of the ILB. like below To access the domain, I have created a Virtual machine inside of the VNET and…
0
votes
0 answers

Azure APIM Calls are failing while connecting to load balancer

We have hosted all our APIs in APIM and we have around 150 services hosted on to this APIM. All of sudden, from past few days we are seeing a lot of failures with a glitch of 2 minutes across with various API calls with error "A connection attempt…
565
  • 615
  • 2
  • 10
  • 19
0
votes
1 answer

Exception on deploying Azure bot in Azure ILB ASE

To ensure all the to-fro traffic to the bot is monitored , we have a requirement to deploy the Azure bot into ILB ASE. But , we are facing ResourceDeploymentFailure exception, when we try to deploy the Azure bot basic bot ( OOBTB Azure web chatbot )…
0
votes
1 answer

Azure load balancer with NAT rule hiding port for RDP

I have internet facing Azure load balancer with public static IP (call it PIP) and I added a NAT rule - forward TCP port 12345 to local (subnet's IP) 10.2.2.2:3389 (VM that doesn't have public IP). And I'm trying to set NSG for subnet and VM's…