


Explanation

References:
https://docs.microsoft.com/en-us/azure/automation/automation-intro
https://docs.microsoft.com/en-us/azure/virtual-machines/scripts/virtual-machines-windows-powershell-samplecr
https://docs.microsoft.com/en-us/azure/automation/automation-dsc-compile




Explanation

For blob storage, there is a retry policy implemented by default, so if you do nothing, it will do what's called exponential retries. It will fail, then wait a bit of time and try again; if it fails again, it will wait a little longer and try again, until it hits the maximum retry count.
References:
https://www.simple-talk.com/cloud/platform-as-a-service/azure-blob-storage-part-3-using-the-storage-client-libr





Explanation

* Scenario: The customer-facing website must have access to all ad copy and media.



Explanation

Target 1: executionContext ="elevated" taskType="simple"
executionContext - Specifies the privilege level for the startup task. The privilege level can be limited or elevated:
Elevated: The startup task runs with administrator privileges. This allows startup tasks to install programs, make IIS configuration changes, perform registry changes, and other administrator level tasks, without increasing the privilege level of the role itself.
























