Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Microsoft Azure Fundamentals Certification and Beyond - Second Edition

You're reading from  Microsoft Azure Fundamentals Certification and Beyond - Second Edition

Product type Book
Published in Jan 2024
Publisher Packt
ISBN-13 9781837630592
Pages 284 pages
Edition 2nd Edition
Languages
Author (1):
Steve Miles Steve Miles
Profile icon Steve Miles

Table of Contents (14) Chapters

Preface 1. Chapter 1: Introduction to Cloud Computing 2. Chapter 2: Benefits of Using Cloud Services 3. Chapter 3: Azure Core Architectural Components 4. Chapter 4: Azure Core Resources 5. Chapter 5: Azure Identity and Access 6. Chapter 6: Azure Security 7. Chapter 7: Azure Cost Management 8. Chapter 8: Azure Governance and Compliance 9. Chapter 9: Azure Resource Deployment and Management 10. Chapter 10: Azure Monitoring and Tools 11. Chapter 11: Accessing the Online Practice Resources 12. Other Books You May Enjoy Appendix: Assessing AZ-900 Exam Skills

Azure CLI

The Azure CLI is a “cross-platform CLI management tool” for interacting with Azure resources. It is written in Python. The CLI can be used instead of the GUI for creating and managing your Azure environments.

The Azure CLI provides cross-platform support, meaning you can install and use it on Windows, Linux, or macOS. It draws parallels to Bash scripting and is a popular management tool choice when the focus is on Linux systems and is designed for complex and automation tasks.

Much like the Az PowerShell module, commands can be executed using interactive commands. You can use commands directly from the shell prompt or scripts to automate repetitive or complex tasks that have many steps and require actions to be performed against many different entities.

In this case, a series of commands are assembled in the syntax format of the shell being used, and the script is then executed by issuing a single command at the shell prompt. This is done within the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}