Showing results for Anders Wahlqvist - Scripting Blog [archived]

Oct 28, 2015
0
0

PowerTip: Use PowerShell to List all Azure Subscription Websites

Doctor Scripto
Doctor Scripto

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

Scripting Guy!Windows PowerShellPowerTip
Oct 28, 2015
0
0

Use PowerShell to Scale Azure Websites

Doctor Scripto
Doctor Scripto

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 had ...

Scripting Guy!Windows PowerShellguest blogger