PowerShell/demos/Azure/README.md

12 lines
634 B
Markdown
Raw Normal View History

2016-08-23 21:08:42 +02: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.
2016-08-23 21:08:42 +02:00
- 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 <Local Directory>"