Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

How to Execute PowerShell from Mounted Azure Storage File Disk in Azure Cloud Service Worker Role

$
0
0

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.

Read More 


Viewing all articles
Browse latest Browse all 6937

Trending Articles