When we are using Azure Cloud Service and Azure Storage, we always keep some common files in Azure Storage and make Azure Cloud Service read those files directly from storage service.
In this example, you will learn how to mount an Azure Storage Shared File service as a remote to cloud service instance in a startup task.
You will also learn how to execute a PowerShell script in startup tasks and avoid the warning for PowerShell policy conflicts.