Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Learn Azure Administration

You're reading from   Learn Azure Administration Explore cloud administration concepts with networking, computing, storage, and identity management

Arrow left icon
Product type Paperback
Published in Dec 2023
Publisher Packt
ISBN-13 9781837636112
Length 346 pages
Edition 2nd Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Kamil Mrzygłód Kamil Mrzygłód
Author Profile Icon Kamil Mrzygłód
Kamil Mrzygłód
Arrow right icon
View More author details
Toc

Table of Contents (23) Chapters Close

Preface 1. Part 1:Introduction to Azure for Azure Administrators
2. Chapter 1: Azure Fundamentals FREE CHAPTER 3. Chapter 2: Basics of Infrastructure as Code 4. Part 2: Networking for Azure Administrator
5. Chapter 3: Understanding Azure Virtual Networks 6. Chapter 4: Exploring Azure Load Balancer 7. Part 3: Administration of Azure Virtual Machines
8. Chapter 5: Provisioning Azure Virtual Machines 9. Chapter 6: Configuring Virtual Machine Extensions 10. Chapter 7: Configuring Backups 11. Chapter 8: Configuring and Managing Disks 12. Part 4: Azure Storage for Administrators
13. Chapter 9: Configuring Blob Storage 14. Chapter 10: Azure Files and Azure File Sync 15. Chapter 11: Azure Storage Security and Additional Tooling 16. Part 5: Governance and Monitoring
17. Chapter 12: Using Azure Policy 18. Chapter 13: Azure Monitor and Alerts 19. Chapter 14: Azure Log Analytics 20. Chapter 15: Exploring Network Watcher 21. Index 22. Other Books You May Enjoy

Using Azure Backup Server

Until now, we discussed backup capabilities in Azure using managed resources. This path allows us to secure workloads that work natively in Azure (that is, Azure VMs; Azure SQL runs as SQL Server on Azure VM; Azure Files storage), but in scenarios where we have non-native resources, we need to seek another solution. This is where Microsoft Azure Backup Server (MABS) comes into play.

Using Azure Backup Server is a more advanced operation as it involves installing additional software and managing it by ourselves (as opposed to using Azure Recovery Services vaults integrated with managed workloads). In general, this approach can be used for the following services:

  • VMs managed by Hyper-V
  • VMs managed by VMware
  • Azure Stack HCI
  • Microsoft SQL Server
  • SharePoint Server
  • Microsoft Exchange

As you can see, those workloads are mostly connected to services running on-premises in many common setups available in lots of projects. For some of those, you could consider performing a migration to Azure so that they can be integrated with managed backups, but that’s not always the case. If you cannot migrate (or just don’t want to) but still want to leverage Azure capabilities, you need to understand how Azure Backup Server may satisfy your requirements.

Installation platforms

Azure Backup Server can be used to secure two generic workloads:

  • Machines running on-premises
  • Azure VMs

You may wonder why you’d use it for securing Azure VMs when there are Recovery Services vaults available for that. It all depends on the characteristics of your infrastructure and the type of workloads that are the majority of available machines. If most of your workloads are services not supported by standard vaults, you may want to go for Azure Backup Server for a consistent user and configuration experience. What’s more, Azure Backup Server works with the Classic deployment mode of resources in Azure (which is a legacy mode), which makes it suitable for older workloads.

No matter which installation platform is chosen, you need to remember that a machine running Azure Backup Server and machines you’d like to back up need to be in the same domain. There’s also a requirement that this machine should have at least 2 cores and 8 GB of RAM available. Let’s see how to approach the process of installing Azure Backup Server and configuring it on a machine.

Installation of Azure Backup Server

To install and configure Azure Backup Server, we’ll need a dedicated vault for the selected workloads. To create it, we’ll use the Azure portal, as a download link for the server won’t be available when creating the vault using the Azure CLI or Azure PowerShell:

  1. Let’s start by going to the Azure portal, finding your Recovery Services vault instance, and clicking on the + Backup button:
Figure 7.2 – Creating a backup vault

Figure 7.2 – Creating a backup vault

  1. From the next screen, select On-Premises as our environment and desired workloads to back up:
Figure 7.3 – Selecting workloads for backup

Figure 7.3 – Selecting workloads for backup

  1. On the next screen, click on the Download link, which will redirect you to the Download Center, from where you can download all the files needed:
Figure 7.4 – Instruction for MABS containing the Download link

Figure 7.4 – Instruction for MABS containing the Download link

  1. The last step is to click on the Download button and wait for the files to be downloaded:
Figure 7.5 – Downloading files from the download website

Figure 7.5 – Downloading files from the download website

Important note

To perform those steps much quicker, download the files from the machine supposed to run Azure Backup Server.

  1. While files are being downloaded, obtain vault credentials from the Azure portal by checking the checkbox shown in Figure 7.6 and clicking on the Download button:
Figure 7.6 – Downloading credentials

Figure 7.6 – Downloading credentials

  1. After you download all the files and copy them onto the machine that is supposed to be the backup server, run the executable file to open the installation wizard. Follow the instructions of the installer. Once it completes, you’ll need to start one more installation, which will add Azure Backup Server to the machine. To do that, go to the directory where the installation files were extracted (by default, it’s C:\Microsoft Azure Backup Server V4) and double-click the Setup.exe file. You should see the following installation screen:

Figure 7.7 – Installation screen of Azure Backup Server

Figure 7.7 – Installation screen of Azure Backup Server

Click on the Microsoft Azure Backup Server option and once again follow the instructions of the installation wizard.

Important note

Installation steps may be different depending on the selected workloads for backup. This implies that for some of them, additional dependencies may be required. Follow the information reported by the installation wizard to set up Backup Server correctly. If you find it difficult to follow the process, see this documentation for reference: https://learn.microsoft.com/en-us/azure/backup/backup-azure-microsoft-azure-backup.

Once Azure Backup Server is installed, you can start using it for performing backups for your workloads. As there are many different configuration options and solutions, it’s best to check the documentation for detailed instructions on how to configure the workload you selected:

Let’s now switch our focus to the next component of backup and recovery in Azure – Azure Site Recovery.

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 $19.99/month. Cancel anytime
Banner background image