The little script I demoed at IT Camp @Houston. Just Install AzCopy Copy the script as it is Validate source path, destination path and associated Azure storage account access keys. Run it Here is the entire PowerShell script. The source and the destination storage accounts can be different subscriptions. Namely it can do cross-subscription copying….
Month: September 2015
Try It Yourself, Application Deployment as a Service with Microsoft Azure PowerShell
In the last few months, I have taken a few opportunities to talk about deploying an application as a service. This is a subject with many aspects in connecting the concepts of cloud computing, application deployment process and IT operations. I find it also encompasses great frequently run routines for automation with Azure PowerShell. Here…