1

ASP disk usage in App service environment shows 2.5 gb used disk of 1024 gb. Web app is Isolated I2 with Scale out=10 instance and 1 app.

Do I get 1 tb combined for all asp in the ASE?

the wiki says : An App Service plan in the Isolated pricing SKU has a limit of 250 GB - this is confusing.

Why do I get "not enough space on the disk.' when the job is running and downloading files? Thanks, Peter

petercli
  • 185
  • 2
  • 12
  • Azure web app does not recommend storing files in the project folder, that is, under the wwwroot folder. – Jason Pan Jun 23 '21 at 23:20
  • It is recommended that you learn and use azure storage. If you do not want to change the code, you can only increase the pricing tier. – Jason Pan Jun 23 '21 at 23:23
  • My files are in local\temp. Can you explain why the Disk used is so small, yet I get errors about 'out of disk'? – petercli Jun 24 '21 at 08:26
  • Pls check this post, https://stackoverflow.com/questions/47218362/microsoft-azure-app-service-storage – Jason Pan Jun 24 '21 at 08:28
  • Our webapp has it's own disk size, check it first. – Jason Pan Jun 24 '21 at 08:29
  • I read the link you supplied. it mentions that local/temp is temporary. but my question is how to expand local/temp . – petercli Jun 24 '21 at 16:58

0 Answers0