Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Microsoft Azure Administrator ??? Exam Guide AZ-103
Microsoft Azure Administrator ??? Exam Guide AZ-103

Microsoft Azure Administrator ??? Exam Guide AZ-103: Your in-depth certification guide in becoming Microsoft Certified Azure Administrator Associate

eBook
€8.99 €26.99
Paperback
€32.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Microsoft Azure Administrator ??? Exam Guide AZ-103

Managing Azure Subscriptions and Resource Groups

This book will cover all the exam objectives for the AZ-103 exam. When relevant, we will provide you with extra information and further reading guidance about the different topics in this book.

The first chapter of this book will introduce the first objective, which is how to manage Azure subscriptions and resources. In this chapter, we are going to focus on assigning permissions for administrators so that they can manage your Azure subscriptions and resource groups. You will learn how to configure policies for your Azure subscriptions and resources in order to stay compliant with your organizational standards and SLAs. We are also going to set tagging on resource groups, and you'll learn how to configure cost center quotas and resource locks. To finish this chapter, we will cover how to move resources across different resource...

Azure subscriptions and resource groups

Before we start with the objectives that are required for the exam, which involves how to manage the Azure subscriptions and resource groups, we will cover some high-level information about Azure subscriptions and resource groups.

Azure subscriptions

Azure subscriptions are basically the billing accounts in Azure. Aside from billing, access to the Azure portal and the creation of the different Azure services in the portal are done through the use of Azure subscriptions.

If you look at the Azure account hierarchy, you will see where Azure subscriptions actually fit in. In the following diagram, the account hierarchy is shown:

Account hierarchy in Azure

It is divided into Enterprise...

Assigning administrator permissions

There are two ways to assign administrator permissions to your users. The first is done inside Azure Active Directory and is used to assign global administrator permissions. The second is done by using role-based access control (RBAC) and can be set from the subscription level.

In the following sections, we'll look at both possibilities.

Assigning global administrator permissions

With global administrator permissions, you can manage all subscriptions and management groups. A management group provides a level of scope above permissions and can be used to manage multiple subscriptions together.

When a user is assigned to the global administrator role, it is able to see all Azure subscriptions...

Configuring Azure subscription policies

With Azure Policy, you can create, assign, and manage policies. These policies can be used so that you stay compliant with your corporate standards and SLAs by enforcing different rules and effects over your Azure resources. Your resources are evaluated by the assigned policies for non-compliance. For instance, you can create a policy that only allows virtual machines from a certain SKU size in your environment. When this policy is assigned, all new and existing resources are evaluated for compliance with this policy.

To configure subscription policies, perform the following steps:

  1. Navigate to the Azure portal by opening https://portal.azure.com.
  2. In the left-hand menu, select Subscriptions (this is if you added it to your favorites; otherwise, take the steps that we described in the previous demonstration).
  3. In the Subscriptions overview...

Implementing and setting tagging on resource groups

You can apply tags to all of your Azure resources. This way, you add extra metadata to the resource group, which can be used to logically organize them into a taxonomy. Each tag consists of a name and a value pair. For instance, you can set the name to Environment and the value to Demo, or you can set the name to Maintenance Window and the value to Saturday 9 AM. After applying these tags, you can easily retrieve all the resources with the same tag name and value. This can be a useful feature for billing or management purposes.

For billing based on your tags, you can use the assigned tags to group the billing for certain resources; for example, if you run VMs and databases for different environments (test, pre-production, and production), you can use tags to categorize the costs. These tags will then show up in the different...

Configuring cost center quotas

Quotas in Azure are basically the limits of creating an amount of resources in Azure. For example, there is a limit of 2,000 availability sets that can be created inside an Azure subscription. However, you can contact Microsoft support if you wish to increase this quota. We need to perform the following steps:

  1. Navigate to the Azure portal by opening https://portal.azure.com.
  2. In the left-hand menu, select Subscriptions.
  3. Select the right subscription. In the Subscriptions overview blade, under Settings, select Usage + quotas. There, you can select a provider:
Usage and quotas overview
  1. Select Microsoft.Compute.
  2. You will see the amount of available availability sets for this subscription. If you want to increase this, select the Request Increase button on the right-hand side of the screen:
Increasing quotas
  1. A new blade will open, where you can...

Configuring resource locks

Administrators can set locks on your Azure resources to prevent other users from deleting the resource or making any changes to it. You can set two different lock levels on your subscriptions, resource groups, or resources:

  • CanNotDelete: This level prevents authorized users from deleting the resource. They can still read and modify the resource.
  • ReadOnly: Within this level, authorized users can read a resource, but they cannot delete or update it. This level is similar to assigning all authorized users to the reader role using RBAC.

To apply a lock on your resource group, you have to perform the following steps:

  1. Navigate to the Azure portal by opening https://portal.azure.com.
  2. In the left-hand menu, select Resource groups. Select the resource group that we created in the previous demonstration.
  1. In the Resource Group overview blade, under Settings...

Moving resources across resource groups

You can easily move your resources across different resource groups and subscriptions by using the Azure portal, PowerShell, the CLI, and the REST API. During the move operation, both the source group and the target group are locked. This blocks all write and delete operations on the resource group until the movement is complete. This means that you cannot update, add, or delete resources in the resource group, but the resources aren't frozen. There will be no downtime for these resources. However, the location of the resources will remain the same, even when the new resource group is created in a different location.

There are limitations for moving resources across different resource groups and subscriptions. For instance, a VM with managed disks that is deployed inside an availability zone cannot be moved. For more information about...

Removing resource groups

Resource groups can be removed using the Azure portal, PowerShell, the CLI, and the REST API. You can remove the resource group and all the resources inside of it at once.

In the following demonstration, we are going to remove PacktResourceGroup1, which we used for the previous demonstration:

  1. Navigate to the Azure portal by opening https://portal.azure.com.
  2. In the left-hand menu, select Resource groups. Select PacktResourceGroup1. In the top menu, select Delete resource group:
Deleting a resource group
  1. To confirm that you want to delete the resource group, you have to specify the name. Enter the name of the resource group and select Delete:
Confirm deletion

The resource group will now be deleted.

Summary

In this chapter, we introduced the various aspects of Azure subscriptions and resource groups. We assigned administrator permissions and described how to create policies to stay compliant. We also covered cost center quotas and resource locks. At the end of this chapter, we moved and removed resource groups completely.

In the next chapter, we'll cover the second part of this exam objective by describing how to analyze resource utilization and consumption.

Questions

Answer the following questions to test your knowledge of the information in this chapter. You can find the answers in the Assessments section at the end of this book:

  1. Suppose that you have a VM using managed disks that is deployed inside an availability set, and you want to move resources to another resource group. Is this possible?
    • Yes
    • No
  2. Suppose that you want to create a resource group using PowerShell. Is this possible?
    • Yes
    • No
  3. Suppose that you want to delete a resource group using the CLI. Is this possible?
    • Yes
    • No

Further reading

You can check out the following links for more information about the topics that were covered in this chapter:

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Learn features and concepts related to Azure's administration services
  • Gain an understanding of different Azure services related to infrastructure, applications, and environments
  • Test your knowledge by taking mock tests with up-to-date exam questions

Description

Microsoft Azure Administrator – Exam Guide AZ-103 will cover all the exam objectives that will help you achieve Microsoft Azure Administrator certification. Whether you want to pass the AZ-103 exam or simply want hands-on experience in administering Azure, this study guide will help you achieve your goal. It covers the latest features and capabilities related to configuring, managing, and securing Azure resources. Following Microsoft's AZ-103 exam syllabus, this guide is divided into five modules. The first module helps you understand how to manage Azure subscriptions and resources. You will be able to configure Azure subscription policies at Azure subscription level and even learn how to use Azure policies for resource groups. Later, the book covers techniques related to implementing and managing storage in Azure. You will be able to create and configure backup policies and perform restore operations. The next module will guide you through creating, configuring, and deploying virtual machines for Windows and Linux. In the last two modules, you will learn about configuring and monitoring virtual networks and managing identities. The book concludes with effective mock tests, along with answers to them to help you confidently pass the exam. By the end of this book, you will have developed the skills you need to pass Exam AZ-103 and gain the corresponding certification.

Who is this book for?

This book is for Azure administrators, systems administrators or anyone preparing for AZ 103 exam and wants to master Azure's various administration features. Readers should have proficiency in working with PowerShell, CLI and other day-to-day Azure administration tasks.

What you will learn

  • Configure Azure subscription policies and manage resource groups
  • Monitor activity logs by using Log Analytics
  • Modify and deploy Azure Resource Manager (ARM) templates
  • Protect your data with Azure Site Recovery
  • Learn how to manage identities in Azure
  • Monitor and troubleshoot virtual network connectivity
  • Manage Azure Active Directory Connect, password sync, and password writeback

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : May 31, 2019
Length: 452 pages
Edition : 1st
Language : English
ISBN-13 : 9781838825553
Vendor :
Microsoft
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : May 31, 2019
Length: 452 pages
Edition : 1st
Language : English
ISBN-13 : 9781838825553
Vendor :
Microsoft
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 104.97
Azure DevOps Server 2019 Cookbook
€41.99
Azure Networking Cookbook
€29.99
Microsoft Azure Administrator ??? Exam Guide AZ-103
€32.99
Total 104.97 Stars icon
Banner background image

Table of Contents

25 Chapters
Section 1: Managing Azure Subscriptions and Resources Chevron down icon Chevron up icon
Managing Azure Subscriptions and Resource Groups Chevron down icon Chevron up icon
Analyzing Resource Utilization and Consumption Chevron down icon Chevron up icon
Managing Role-Based Access Control Chevron down icon Chevron up icon
Section 2: Implementing and Managing Storage Chevron down icon Chevron up icon
Creating and Configuring Storage Accounts Chevron down icon Chevron up icon
Importing and Exporting Data to Azure Chevron down icon Chevron up icon
Configuring Azure Files and Implementing Azure Backup Chevron down icon Chevron up icon
Section 3: Deploying and Managing Virtual Machines Chevron down icon Chevron up icon
Creating and Configuring VMs for Windows and Linux Chevron down icon Chevron up icon
Managing Azure VMs and VM Backups Chevron down icon Chevron up icon
Section 4: Deploying and Managing Virtual Networks Chevron down icon Chevron up icon
Implementing and Managing Virtual Networking Chevron down icon Chevron up icon
Integrating On-Premise Networks with Azure Virtual Networks Chevron down icon Chevron up icon
Monitoring and Troubleshooting Virtual Networking Chevron down icon Chevron up icon
Azure Security Groups and Azure DNS Chevron down icon Chevron up icon
Implementing Azure Load Balancer Chevron down icon Chevron up icon
Section 5: Managing Identities Chevron down icon Chevron up icon
Managing Azure Active Directory Chevron down icon Chevron up icon
Implementing and Managing Hybrid Identities Chevron down icon Chevron up icon
Implementing Multi-Factor Authentication Chevron down icon Chevron up icon
Mockup Test Questions Chevron down icon Chevron up icon
Mockup Test Answers Chevron down icon Chevron up icon
Assessments Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.5
(15 Ratings)
5 star 53.3%
4 star 6.7%
3 star 6.7%
2 star 6.7%
1 star 26.7%
Filter icon Filter
Top Reviews

Filter reviews by




Eldert Grootenboer Aug 01, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Review SjoukjeExcellent exam guide, lining out the information needed to prepare for the AZ-103 exam. All topics of the exam come by, and a good understanding is built for the various services and products. More information can be found through the linked references, helping to built up more knowledge on those topics where it's needed.Overall the book is very well written, allowing for easy reading. Moreover, the extensive use of samples and screeshots ensure all information is transferred. Would recommend this guide if you want to have a thorough preperation on this exam.I was one of the first readers of the content as a technical reviewer, and I found that this exam guide is well written and contains the information to prepare for the AZ-103 exam, including the links to further readings. Note that in a hard copy version of the book, the links are a challenge - there are quite a few of them.Sjoukje describes all the exam topics in various chapters in a pleasant way and provides an excellent introduction of each. The text includes how to enable certain services and configuration. The mock questions at the end are an excellent primer for preparing for the exam.
Amazon Verified review Amazon
Amazon Customer Aug 05, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
As a technical reviewer for this book, I found this book to be a great resource for those preparing for the AZ-103 exam. Sjoukje did a great job on covering all exam topics in a pleasant and organized way that makes it easy for the reader to navigate through the book.I really appreciate the moc questions included in this book as it provides a quick way to evaluate and test what you've learned.
Amazon Verified review Amazon
AL Oct 11, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Considering that Azure is continuously changing and updating, this book is giving you a good structured way to start learning Azure. Unlike few years ago, these tech books are more of a starting point for then to google around and/or going to youTube for more in depth info on specific topics. At the same time, it will be very useful if you need to seat for the ever changing exams.
Amazon Verified review Amazon
Andreas Helland Aug 22, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Microsoft has been working hard the past year revamping the Azure certification tracks, and unless you happen to know eveything about the topic already you are likely to need some assistance landing it all.All the bullet points you need are technically speaking listed on Microsoft's pages, but most likely these will not actually help you much towards your goal. Sjoukje's book is certainly of more help.The areas and individual topics are covered in a logical order. For instance it starts off with the basics of subscriptions, RBAC, etc. before getting into the nitty gritty of creating resources. Along the way examples are given as to how you can perform a series of sample tasks. Sometimes in Powershell, sometimes with screenshots from the Azure Portal. Having your computer nearby would probably be recommended, although some of the samples are understandable as a pure mental exercise.At the end of each chapter are a bunch of links to the official docs - sure I could have found these through a search engine or browsing docs.microsoft.com myself, but it does take less time when someone has done the work already. In the old days you would have these huge books that covered everything (Internet in the Windows NT days was a different experience), and I would love to see books like that again. Unfortunately we're realistically not going to see that again, and as such I'm not seeing other ways the author could have solved this without "sending you off" to other locations along the way even if it breaks the linearity. I must admit I haven't actually read all the links myself, but that's a "risk" on my part when preparing for exams. This does mean you cannot rely on this book alone, but along with the links you should be able to get there. (Microsoft Press would usually distinguish between "exam guides/references" and "training guides" which went into more details. Since it required way more effort to write these they would usually be published way after the exam became available.)I realize there is a limit to how much detail the author can go into with regards to the specifics of the exam questions, and I realize Microsoft can ask questions in a lot of different ways to throw you off, but it can sometimes be challenging memorizing long lists of Powershell parameters. And what is the "right" way to solve things - would I use Powershell or the Azure CLI? Ideally all samples could have been available with screenshots and both scripting flavors. But this is just me going into nitpicking mode - the important thing is still covering things on a higher level, and I do feel that is being done here :)
Amazon Verified review Amazon
Atul Jun 22, 2020
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Nice book, simple language
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.