Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Use PowerShell to List all Azure Subscription Websites

Summary: Use Windows PowerShell to list all of your Azure subscription websites. (image)  How can I use Windows PowerShell to list all the websites in my Azure subscription that are using the new preview module? (image)  After you have authenticated (Add-AzureRmAccount), run: Get-AzureRmResource -ResourceType Microsoft.Web/sites (...

Use PowerShell to Scale Azure Websites

Summary: Anders Wahlqvist talks about using Windows PowerShell to scale Azure websites. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest post from Anders Wahlqvist. Anders is really active on Twitter—as a matter of fact, that is where we met. I saw references to his blog, read it, and found that he was a good writer and...