North Europe Developer tier Networking extremely slow.

Johan Barnard 20 Reputation points
2023-10-05T05:46:29.8+00:00

Hi, network communication to North Europe on the Developer tier seems to be extremely slow to the point of being useless. Are there issues with developer tier networks?

HTTPS traffic via Front Door > API Management > Backends within North Europe.

We are getting timeouts and intermittent connections and need the developer environment to work in order to build.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,960 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,090 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,311 questions
{count} votes

Accepted answer
  1. JananiRamesh-MSFT 24,111 Reputation points
    2023-10-10T17:00:34.68+00:00

    @Johan Barnard Thanks for sharing the details. I've looked at the logs about this issue and it looks like there is an increase in the number of requests throwing at APIM that might be causing this timeout as the requests are being queued. User's image

    User's image

    When requests arrive from the client to the APIM, they may get queued before they are picked up for processing. The graph above shows the timechart of the maximum size of this queue. we see Persistent incoming request queueing and high CPU utilization this is usually an indication that it is a capacity issue, and it is necessary to scale the service to a larger SKU or to add units.

    Reference:

    https://blog.leansentry.com/all-about-iis-asp-net-request-queues/

    https://learn.microsoft.com/en-us/azure/api-management/api-management-capacity

    Hope this clarifies. let me know incase of further questions.

    0 comments No comments

0 additional answers

Sort by: Most helpful