Struggling with Azure Backup and Monitoring for My School Project

0
8
Asked By TechLover92 On

Hey everyone! I'm really feeling stuck with a project for school that I thought would be easier. I'm trying to use Azure's Recovery Services Vault to create backups and restores for virtual machines (VMs). What I'm really aiming for is to monitor these backups in real time, or at least in short intervals, to get updates on their durations, sizes, and how much data has been backed up.

I also want to display this information on a website, showing a list of all active backups or restores along with their statuses—like when a VM's backup is complete and how big it is. I've been working on this with ChatGPT for a few days now, but I feel completely lost and frustrated. My deadline is approaching fast, and I'm in desperate need of help! If anyone could lend a hand, I would be super grateful!

2 Answers

Answered By DevNinja55 On

Hey there! It's totally doable! Just take a deep breath and break things down. Start with creating your VMs, then set up the Recovery Services Vault for backups, and finally monitor the vault. It can feel complex, but remember, it’s not rocket science! Just focus on each small task, and you’ll get through this.

TechLover92 -

Thanks for the encouragement! I'm trying to stay calm, but it helps to hear that!

Answered By AzureGuru21 On

Make sure you're talking about the Recovery Services Vault (RSV) instead of the Recovery File Service. Also, remember, Azure Backup job logs can take a few minutes to show up in Log Analytics, so don’t stress if they’re not instant. Follow these steps:
1. Set up the backup in the Recovery Services Vault.
2. Enable logs in Diagnostic settings with Log Analytics.
3. Use Azure Monitor and KQL queries to monitor the status.
4. You can visualize the data using Workbooks or create a custom website with the Log Analytics API.
5. (Optional) Set up alerts using Azure Monitor Alerts. You got this!

TechLover92 -

Ah, I see! Thanks for clarifying. I did misspell it; I'm focused now! That list you gave looks perfect for what I need to do.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.