Can Temporary Storage be used for pagefile in cloud services?

Nigel Stratton 21 Reputation points
2021-04-19T01:10:20.623+00:00

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
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
635 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pranathi Panyam_MSFT 1,006 Reputation points Microsoft Employee
    2021-04-19T14:13:20.4+00:00

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful