29,99 €
Complete with the latest advancements in Azure services, this second edition of Learn Azure Administration is a comprehensive guide to scaling your cloud administration skills, offering an updated exploration of Azure fundamentals and delving into the intricacies of Azure Resource Manager and Azure Active Directory.
Starting with infrastructure as code (IaC) basics, this book guides you through the seamless migration to Azure Bicep and ARM templates. From Azure virtual networks planning to deployment, you’ll get to grips with the complexities of Azure Load Balancer, virtual machines, and configuring essential virtual machine extensions. You'll handle the identity and security for users with the Microsoft Entra ID and centralize access using policies and defined roles. Further chapters strengthen your grasp of Azure Storage security, supplemented by an overview of tools such as Network Watcher.
By the end of the book, you’ll have a holistic grasp of Azure administration principles to tackle contemporary challenges and expand your proficiency to administer your Azure-based cloud environment using various tools like Azure CLI, Azure PowerShell, and infrastructure as code.
Das E-Book können Sie in Legimi-Apps oder einer beliebigen App lesen, die das folgende Format unterstützen:
Veröffentlichungsjahr: 2023
Learn Azure Administration
Explore cloud administration concepts with networking, computing, storage, and identity management
Kamil Mrzygłód
BIRMINGHAM—MUMBAI
Copyright © 2023 Packt Publishing
All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.
Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book.
Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.
Group Product Manager: Pavan Ramchandani
Publishing Product Manager: Neha Sharma
Book Project Manager: Ashwini Gowda
Senior Editor: Mohd Hammad
Technical Editor: Rajat Sharma
Copy Editor: Safis Editing
Proofreader: Safis Editing
Indexer: Rekha Nair
Production Designer: Shankar Kalbhor
DevRel Marketing Coordinator: MaryLou De Mello
First published: September 2020
Second edition: December 2023
Production reference: 1061223
Published by
Packt Publishing Ltd.
Grosvenor House
11 St Paul’s Square
Birmingham
B3 1RB, UK
ISBN 978-1-83763-611-2
www.packtpub.com
To Klaudia, for being my soulmate for so many years
Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He’s a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Sasha Kranjac is a Microsoft Regional Director (RD), Microsoft MVP in two categories (the Azure and Security categories), a Microsoft Certified Trainer (MCT), an MCT Regional Lead, Certified EC-Council Instructor (CEI), a CompTIA Instructor, a frequent speaker at various international conferences, user groups, and events, and a book author on cloud security, Microsoft Azure, Microsoft 365, and Windows Server. Sasha is the CEO of Kloudatech, an IT training and consulting company, a Microsoft Partner, an AWS Partner, and a CompTIA Authorized Delivery Partner, as well as the CEO of Kranjac Consulting and Training, a consulting and engineering company, which specializes in cloud security architecture, civil engineering, and CAD design.
Mustafa Toroman is a technology professional and the Chief Technology Officer (CTO) at run.events, a company that provides a platform to organize and manage events. He has over 20 years of experience in the IT industry and has held various technical and leadership positions in companies around the world. Mustafa has a deep understanding of software development, cloud computing, and IT infrastructure management. Mustafa is a Microsoft MVP, a frequent speaker at technology conferences and events, and a community leader, organizing meetups and events. He is also a published author and has written several books on Microsoft technologies and cloud computing.
Cloud computing is one of the cornerstones of today’s IT infrastructure. With platforms such as Amazon Web Services, Microsoft Azure, and Google Cloud Platform, you’re able to build complex computer systems with ease and without any cumbersome management of hardware installation and supplies. Managing cloud platforms, though, is not the same as managing on-premises installations. It is a challenge, which this book intends to help you with.
In this book, you’ll learn about the topics and tasks required by Azure administrators in their day-to-day activities. You can also think about it as a good introduction to the skills required to obtain Azure certifications as the book provides detailed explanations of Azure services and features, knowledge of which is necessary to become a certified Azure specialist.
During the process of writing this book, Microsoft decided to rename Azure Active Directory to Microsoft Entra ID. However, this change doesn’t affect the value of the information contained within the book, so you’ll be able to leverage the concepts described in exactly the same way as you’d have been able to before the rebranding process.
This book is intended for everyone wanting to understand topics related to managing and configuring infrastructure in Microsoft Azure. As it focuses more on the operational aspects of cloud infrastructure, the main audience is people with experience in infrastructure management (IT administrators, SysOps, and infrastructure support engineers), though it’ll be beneficial to everyone responsible for infrastructure provisioning in Microsoft Azure.
Chapter 1, Azure Fundamentals, offers an introduction to basic Microsoft Azure concepts including core Azure services such as Microsoft Entra ID and Azure Resource Manager.
Chapter 2, Basics of Infrastructure as Code, discusses automated deployments of infrastructure in Azure using ARM templates, Azure Bicep, and Terraform.
Chapter 3, Understanding Azure Virtual Networks, introduces networking in Microsoft Azure, starting with general virtual network concepts, best practices, and configuration options.
Chapter 4, Exploring Azure Load Balancer, sees us implement load balancing in Microsoft Azure using Azure Load Balancer in connection with Azure Virtual Machines.
Chapter 5, Provisioning Azure Virtual Machines, discusses the fundamentals of virtual machines in Microsoft Azure, including concepts such as provisioning, automation, and storage.
Chapter 6, Configuring Virtual Machine Extensions, examines how to configure extensions for virtual machines in Azure to allow you to enhance the configuration and service provisioning process.
Chapter 7, Configuring Backups, shows you how to configure backups for virtual machines using Azure Backup.
Chapter 8, Configuring and Managing Disks, discusses working with managed disks in Microsoft Azure, including different disk types, performance options, and cost optimizations.
Chapter 9, Configuring Blob Storage, examines how to store files in Azure Storage using Blob Storage for future integrations and services.
Chapter 10, Azure Files and Azure File Sync, looks at working with file shares in Microsoft Azure as an alternative to file shares configured on-premises.
Chapter 11, Azure Storage Security and Additional Tooling, uncovers some advanced topics related to storage in Microsoft Azure including replication, security, and automation.
Chapter 12, Using Azure Policy, looks at how to set up automated governance of infrastructure in Microsoft Azure using both built-in and native policies.
Chapter 13, Azure Monitor and Alerts, introduces monitoring in Microsoft Azure with Azure Monitor, including configuring alerts.
Chapter 14, Log Analytics, examines how to aggregate logs in Microsoft Azure with Kusto queries run within a Log Analytics workspace.
Chapter 15, Exploring Network Watcher, shows how to validate and debug network flows in Microsoft Azure using Network Watcher and its capabilities.
To get started with the book, make sure you have access to a Microsoft Azure subscription, and that you are the owner of that subscription. If you don’t have such a subscription, take a look at a free account for Microsoft Azure athttps://azure.microsoft.com/en-us/free.
Software/hardware covered in the book
Operating system requirements
Azure PowerShell
Windows, macOS, or Linux
Azure CLI
Windows, macOS, or Linux
cURL
Windows, macOS, or Linux
PuTTY
Windows, macOS, or Linux
AzCopy
Windows, macOS, or Linux
If you are using the digital version of this book, we advise you to type the code yourself.
Code in Action
The Code in Action videos for this book can be viewed at https://packt.link/GTX9F.
There are a number of text conventions used throughout this book.
Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Look at one of the returned fields called primaryEndpoints:”
A block of code is set as follows:
{ "creationTime": "2023-07-29T20:44:48.299346+00:00", "keyName": "key1", "permissions": "FULL", "value": "K4gPP5UuDwl2/…+AStZ6ODSw==" },Any command-line input or output is written as follows:
az policy definition list --query "[].{Name:name, DisplayName:displayName}" -o tableBold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “To simplify things for now, we’ll use the basic configuration by clicking on the Create storage button.”
Tips or important notes
Appear like this.
Feedback from our readers is always welcome.
General feedback: If you have questions about any aspect of this book, email us at [email protected] and mention the book title in the subject of your message.
Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packtpub.com/support/errata and fill in the form.
Piracy: If you come across any illegal copies of our works in any form on the internet, we would be grateful if you would provide us with the location address or website name. Please contact us at [email protected] with a link to the material.
If you are interested in becoming an author: If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.
Once you’ve read Learn Azure Administration – Second Edition, we’d love to hear your thoughts! Please click here to go straight to the Amazon review page for this book and share your feedback.
Your review is important to us and the tech community and will help us make sure we’re delivering excellent quality content.
Thanks for purchasing this book!
Do you like to read on the go but are unable to carry your print books everywhere?
Is your eBook purchase not compatible with the device of your choice?
Don’t worry, now with every Packt book you get a DRM-free PDF version of that book at no cost.
Read anywhere, any place, on any device. Search, copy, and paste code from your favorite technical books directly into your application.
The perks don’t stop there, you can get exclusive access to discounts, newsletters, and great free content in your inbox daily.
Follow these simple steps to get the benefits:
Scan the QR code or visit the link belowhttps://packt.link/free-ebook/9781837636112
Submit your proof of purchaseThat’s it! We’ll send your free PDF and other benefits to your email directlyIn this part, you’ll learn about the fundamentals of Microsoft Azure, including topics such as basic resource structure, deployment models, identity management, and authorization. You’ll also read about automated deployments of infrastructure, using tools such as ARM templates, Azure Bicep, and Terraform.
This part has the following chapters:
Chapter 1, Azure FundamentalsChapter 2, Basics of Infrastructure as Code