PowerShell/demos/Azure
Steve Lee c1c5344a88 Update copyright and license headers (#6134)
Based on standard practices, we need to have a copyright and license notice at the top of each source file. Removed existing copyrights and updated/added copyright notices for .h, .cpp, .cs, .ps1, and .psm1 files.

Updated module manifests for consistency to have Author = "PowerShell" and Company = "Microsoft Corporation". Removed multiple line breaks.

Separate PR coming to update contribution document for new source files: #6140

Manually reviewed each change.

Fix #6073
2018-02-13 09:23:53 -08:00
..
Azure-Demo.ps1 Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
Compute-Linux.json Adding Azure Demo (#1922) 2016-08-23 12:08:42 -07:00
README.md Update docs for alpha.17 release (#3298) 2017-03-10 11:32:19 -08:00

Demo: Managing Azure using PowerShell

This demo (Azure-Demo.ps1) shows management of Azure Compute resource using Azure Resource Management (ARM) cmdlets.

Prerequisites

  • Install the latest PowerShell Core.
  • Install AzureRM.NetCore.Preview, AzureRM.Profile.NetCore.Preview and AzureRM.Resources.NetCore.Preview modules to a local directory.
    • The instructions for downloading these modules are in Azure-Demo.ps1 file.
    • You have to use the command "Install-Package -Name AzureRM.NetCore.Preview -Source https://www.powershellgallery.com/api/v2 -ProviderName NuGet -ExcludeVersion -Destination "