Category: Azure

Run Azure PowerShell in a Docker Container

You can run the latest image version of using the following command: You can also run a specific version of Azure PowerShell using the following command: If you want to just download and pull the images from the official Microsoft Container Registry (MCR) you can just run the docker pull commands. Pull a specific version …

Continue reading

Fixing “The ‘CctSharedPackage’ package did not load correctly”

I started Visual Studio 2013 this morning and opened the About dialog to make sure that I was running Update 1 on this particular machine.  Before the About dialog was displayed, I got the following error dialog: ————————— Microsoft Visual Studio ————————— The ‘CctSharedPackage’ package did not load correctly. The problem may have been caused …

Continue reading

If Windows Azure Cmdlets v1.3 Won’t Install

I downloaded the latest Windows Azure Cmdlets to manage my cloud storage at http://code.msdn.microsoft.com/azurecmdlets.  However, it could find my installed Azure SDK v1.3. If running the “C:\WASMCmdlets\startHere.cmd” fails to find the “Windows Azure Software Development Kit 1.3” on the “Detecting Required Software” screen, it is because it is looking for version 1.3.11122.0038 of the SDK. …

Continue reading