connection reset by azure every 80k bytes received

martin 20 Reputation points
2023-12-12T17:37:13.27+00:00

hi everyone, there's something wrong with my azure cloud, i tried wget "http://20.163.57.161/v2/note/audio/get?id=ed35c33c38874a2a9337026fa50d53d9" -O 1234 and i got connection reset every 80k bytes received, and then i tried wget "http://10.0.0.4/v2/note/audio/get?id=ed35c33c38874a2a9337026fa50d53d9" -O 1234and it works fine. which means my server was configured ok, the problem maybe comes from NAT or something else.

and here's my network diagram, it's very simple, and i tried many times to delete and rebuild network interface, public ips, and its all doesn't works, can someone help? thanks a lot.

azure

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,271 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,199 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
410 questions
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 36,861 Reputation points Microsoft Employee
    2023-12-13T08:12:04.2633333+00:00

    @martin

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I tried to reproduce this using a IIS Server and a .mp3 file of 5 MB.

    I wasn't able to face any such issues.

    User's image

    As next steps,

    • You can try using the same file in a dummy IIS server in Azure and see if the issue prevails or not.
      • If this works, the problem is with the application in your VM
    • OR you can try using a different file in the same Application server
      • If this works, this means the issue is with the file you are trying to download.

    You informed this was server related ,

    it's nginx's fault, nginx has no read/write permission to /proxy_temp/ directory, i solved it after change the owner of it.

    Thanks for your continued contribution on Q&A and appreciate much for taking the time to share your feedback.

    Thanks,

    Kapil


    Please Accept an answer if correct.

    Original posters help the community find answers faster by identifying the correct answer.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful