locked
Upload limit - Web App For containers RRS feed

  • Question

  • Hey guys! Does anybody have some information on Docker in Azure, with regards to upload limits? I have set up a custom PyPi-server to host big python packages. It work perfect locally, but when uploading 1gb+ files to azure, i get error: <urlopen error [Errno 32] Broken pipe>. I'm running the image in an Azure Web App for Containers.
    Tuesday, February 13, 2018 11:23 AM

Answers

  • Hi, we do have an nginx proxy before your container and currently upload sizes are limited to 512MB at that layer. That would explain the failures you are seeing.
    Thursday, February 15, 2018 7:59 PM
  • As Nazim highlighted, currently the upload sizes are limited to 512MB and no way to increase.

    We appreciate the feedback. You may leave your feedback here and upvote - All of the feedback you share in these forums will be monitored and reviewed (#votes+criticality) by the Microsoft engineering teams responsible for building Azure.

    ---------------------------------------------------------------------------------------------------

    Do click on "Mark as Answer" on the post that helps you, this can be beneficial to other community members.

    Wednesday, February 21, 2018 8:10 PM
    Owner

All replies

  • Hi, we do have an nginx proxy before your container and currently upload sizes are limited to 512MB at that layer. That would explain the failures you are seeing.
    Thursday, February 15, 2018 7:59 PM
  • Hey, thanks for answering. 

    So there is currently no way to increase the limit?

    Do you know if there is any plans to add this feature in the near future?

    Tuesday, February 20, 2018 11:59 AM
  • As Nazim highlighted, currently the upload sizes are limited to 512MB and no way to increase.

    We appreciate the feedback. You may leave your feedback here and upvote - All of the feedback you share in these forums will be monitored and reviewed (#votes+criticality) by the Microsoft engineering teams responsible for building Azure.

    ---------------------------------------------------------------------------------------------------

    Do click on "Mark as Answer" on the post that helps you, this can be beneficial to other community members.

    Wednesday, February 21, 2018 8:10 PM
    Owner