I'm currently using Azure Resource Manager to create virtual machines with DSC to configure basic state and install IIS. I already have a build environment that dumps websites as .zip files to Azure Storage. But, I can't figure out how to make DSC reach out to Azure Storage to download the .zip and place it in wwwroot.
Ultimately, I want to run AzureRM so that it creates a new VM, runs DSC so that when it's finished my app is on the machine and running.