Cloud providers like Azure continually deliver new features and capabilities each day, like pieces to an ever expanding puzzle. I've found an edge to the puzzle in Azure PowerShell, and I'll share that edge with you in this beginner level session.
Using the latest PowerShell 7 release, we'll begin from first login, discovering command syntax, common command features and shortcuts, and how command line increases your understanding and ability to build confidently in the cloud.
About the Speaker: David Cobb, Principal Consultant of Cobb Information Technologies
David loves to learn and solve problems with technology, and teach others to do the same. He is principal consultant for Cobb Information Technologies since 1996, providing technology training and consulting for his clients. He is a MCT since 2002, certified in Azure DevOps, Admin & Data Platform and AWS Sysops & Architect.
All code available on GitHub, and designed for you to fork or clone and step through (and customize and extend) on your own.
- Brief background on PS & Azure and the migration to PSCore/PS7
- Into the code with PowerShell basics
- Deeper into the code with PowerShell AZ Module
- Learning syntax, command features, shortcuts
- Increase understanding and confidence in Azure using PowerShell
- PowerShell for Windows 2-5.1
- Ran on Windows XP-Win10, Windows Server 2003 and forward
- PowerShell on Wikipedia
- Microsoft made open source .Net Core to enable .Net Devs & Admins to be productive in Linux & macOS
- PowerShell Core is built on .Net Core, and serves I.T. Admins, DevOps folks, AND Devs the same way.
- PowerShell for Windows is not going away, PowerShell Core / PowerShell 7 is a new creation
- Check this Don Jones post on PowerShell
- Win10 (could be any, because all cross platform)
- VSCode with extensions (PowerShell Preview, Azure Account)
- PS 7, AZ Module Installed
- How to run PowerShell 7
- PowerShell Basics
- Out with AzureRM, in with AZ
- Installing
- Logging in
- Exploring
- Accounts
- Resources
- Storage
- KeyVault
- Compute(VMs)
- Websites(WebApps)
- Monitor
- ARM Templates
- Terraform