Closed twschiller closed 6 years ago
Might be provisioning problem. Looks like the Isolated I1 quota should be "very high" [1]. I will follow up with Azure support
For Free, Shared and Consumption (Functions) sites, there is a 500MB limit for all these locations together (i.e. not per-folder). For Standard and Basic sites, the limit is very high (over 100GB).
Doesn't look like anything for me to do here (though I did just update the packages to take up less space once installed), so closing this. Hopefully it's resolved on their side.
Yes, this was a provisioning problem. Zero instances were being provisioned for our application (which we resolved with Azure support)
Installing pip dependencies from a requirements file on Isolated I1 instances results results in "OSError: [Errno 28] No space left on device". Have to run the installation multiple times to install all dependencies.
KUDU is reporting plenty of free space in D:\home and d:\local. Maybe hitting a quota issue on D:\local\temp?
D:\home usage: 256,000 MB total; 253,109 MB free d:\local usage: 500 MB total; 483 MB free
I'm using the Python 361x64 extension deployed via ARM template. I don't recall hitting this error on Standard S1 instances.