question

NigelStratton-2251 avatar image
0 Votes"
NigelStratton-2251 asked PranathiPanyam-MSFT answered

Can Temporary Storage be used for pagefile in cloud services?

An A1v2 PaaS Instance in Cloud Services has 1 core, 1.75Gb RAM and 10Gb of Temporary storage. I think 1.75Gb will be enough RAM for most of our operations. What happens if all that memory is used? Can temp storage be used for paging, to allow larger requests or concurrent requests to run? Speed of execution is not an issue.

azure-cloud-services
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PranathiPanyam-MSFT avatar image
0 Votes"
PranathiPanyam-MSFT answered

NigelStratton-2251 Welcome to Microsoft Platform. Thankyou for posting your Query here.


In Azure, every VM – regardless if Linux or Windows – gets a temporary disk assigned automatically. This temporary disk is located on the physical server (the hypervisor) where the Azure VM is hosted and is non-persistent. Disks used by the operating system or additionally added data disks are persistent disks and stored in Azure Storage.

Assuming this is a classic IaaS VM, page file is by default set on the temporary storage for all the Azure Iaas VM's
For PaaS instances user will not have control over the OS configurations.

Please refer : https://azure.microsoft.com/en-in/blog/virtual-machines-best-practices-single-vms-temporary-storage-and-uploaded-disks/

Hope this helps!

Kindly let us know if the above helps or you need further assistance on this issue.


Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.