This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
choco install visualstudiocode | |
choco install linqpad | |
choco install fiddler4 | |
choco install resharper | |
choco install appfabric.caching | |
choco install github | |
choco install 7zip | |
choco install skype |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NOTES: -Source storage should be "Public Container" | |
# -Doesn't matter which subscription selected | |
### This assumes you have already imported the azure publishsettings file and the subscriptions are known on your machine. | |
Select-AzureSubscription -SubscriptionId "2fcd3fbe-9046-4dd3-8916-329df55b6d64" | |
### Defines the location of the VHD we want to copy | |
$sourceVhdUri = "https://storage1.blob.core.windows.net/vhds/x1.vhd" | |
### Defines the source Storage Account |
NewerOlder