Tags: PowerShell

Configure PowerShell for running Azure Cmdlets

PowerShell Benjamin Perkins

I am really a GUI fan, but sometimes I have to help people run Azure PowerShell cmdlets.  I wrote a few other Azure PowerShell articles like these here: How to tell which Azure PowerShell version you are running Moving an Azure App Service Deploy an App Service using Azure PowerShell to a Deployment Slot In […]

Read More →

Lab 8: PowerShell WebAdministration Module

IIS Benjamin Perkins

Prerequisites Some understanding of PowerShell Read about the Web Administration module http://technet.microsoft.com/en-us/library/ee909471(v=WS.10).aspx http://technet.microsoft.com/en-us/library/ee790599.aspx There are some new PowerShell IIS cmdlets for IIS 10, see them here. What’s new in IIS 10? Setup Install and Configure CSharpGuitarBugs on an IIS server as described in Lab 1 Lab Review the features available in the PowerShell WebAdmnistration module […]

Read More →

Using KUDU with Microsoft Azure Web Apps

Azure App Service Benjamin Perkins

There is a nice set of troubleshooting and analysis tools for use with Microsoft Azure Web Apps (formerlly Web Sites) called KUDU. Information about that tool set can be found here. It is useful for capturing a memory dump, as explained here, looking at deployment logs, viewing configuration parameters and much more. To access your […]

Read More →