Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond
  • Table Of Contents Toc
  • Feedback & Rating feedback
Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond

Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond

By : Donovan Kelly
4.3 (4)
close
close
Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond

Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond

4.3 (4)
By: Donovan Kelly

Overview of this book

Take the first step toward excellence in Azure management and achieving Microsoft certification with this practical guide! This third edition of Exam Ref AZ-104 Microsoft Azure Administrator Certification and Beyond offers comprehensive insights and clear, step-by-step instructions that follow the latest AZ-104 exam objectives. You’ll work your way from foundational topics such as Azure identity management and governance to essential skills such as deploying and managing storage solutions, configuring virtual networks, and effectively monitoring Azure resources. Each chapter is equipped with practice questions to reinforce your understanding and enhance your practical skills. The book also provides you with access to online mock exams, interactive flashcards, and expert exam tips, guaranteeing that you pass with flying colors. By the end of this book, you'll not only be equipped to pass the AZ-104 exam but also possess the expertise needed to expertly manage Azure environments.
Table of Contents (25 chapters)
close
close

Creating a Recovery Services Vault

In this exercise, you will learn how to create a Recovery Services vault using PowerShell. Complete the steps that follow to deploy your Recovery Services vault:

  1. Run the code in the following GitHub repo to deploy your resource group and your Recovery Services vault: https://packt.link/G0e8j.
  2. Next, you are going to set the redundancy level on your vault to georedundant storage with the following command (this is included in the preceding script):
    $vault1 = Get-AzRecoveryServicesVault -Name $VaultName
    Set-AzRecoveryServicesBackupProperty -Vault $vault1 `
    -BackupStorageRedundancy GeoRedundant
  3. The next step is to confirm that the new vault has been created. Navigate to your AZ104-BCDR resource group in the Azure portal.
    Figure 22.1: Newly created Recovery Services vault

Figure 22.1: Newly created Recovery Services vault

With that, you have successfully created a new Recovery Services vault within Azure via PowerShell. In the next section, you are going to take this a step...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY