PrepAway - Latest Free Exam Questions & Answers

What should you recommend?

You are designing a Windows Azure application that will use a worker role.
The worker role will create temporary files.
You need to recommend an approach for creating the temporary files that minimizes storage transactions.
What should you recommend?

PrepAway - Latest Free Exam Questions & Answers

A.
Create the files on a Windows Azure Drive.

B.
Create the files in Windows Azure local storage.

C.
Create the files in Windows Azure Storage page blobs.

D.
Create the files in Windows Azure Storage block blobs.

One Comment on “What should you recommend?

  1. jagudero says:

    Implement one of the following alternatives:
    Configure a local storage resource, and access it directly instead of using TEMP or TMP. To access a local storage resource from code that is running within your application, call the RoleEnvironment.GetLocalResource method.
    Configure a local storage resource, and point the TEMP and TMP directories to point to the path of the local storage resource. This modification should be performed within the RoleEntryPoint.OnStart method.

    https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-troubleshoot-default-temp-folder-size-too-small-web-worker-role




    1



    0

Leave a Reply