Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 739 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 739 Bytes

Power of PowerShell & Amazing Azure

Code repository for the session https://aka.ms/mark/psna
Please leave feedback https://aka.ms/mark/psna/voice

Resources

Install the Azure PowerShell module from the PowerShell Gallery

Install-Module -Name Az -AllowClobber -Scope CurrentUser

Introduction

LEGACY: Install the Azure Resource Manager modules from the PowerShell Gallery

Install-Module AzureRM

LEGACY: Install Azure Resource Manager on Linux / Mac