I need a PowerShell script that accepts an Azure Resource Group name as input and performs immediate backup actions for all resources inside that resource group that support backup, without using Recovery Services Vault.
Objective
Create a PowerShell script that:
Takes a Resource Group Name as input
Scans all resources inside that resource group
Identifies resources that support direct or immediate backup
Triggers the backup immediately where possible
Skips unsupported resources
Produces a report of what was backed up, skipped, or failed
Important Constraint
Do not use Recovery Services Vault
The script should only use direct backup methods supported by the resource itself
If a resource requires Recovery Services Vault, mark it as Not Supported under current requirement
| تاريخ التسجيل | |
| معدل التوظيف | |
| المشاريع المفتوحة | 0 |
| مشاريع قيد التنفيذ | 1 |
| التواصلات الجارية | 2 |
السلام عليكم أستاذ سالم، أنا نفس المستقل اللي نفذ لك مشروع النسخ الاحتياطي السابق (Backup-AzResourceGroup) تقييم 5 نجوم. المشروع واضح سكربت PowerShell يفحص الـ ...
Hello, I can implement exactly what youre looking for. Before starting, I want to clarify an important point based on Azure capabilities: Not all Azure resource...
salam alaykum, i hope youre doing well You can contact me to discuss the details understand what you want,and i firmly believe tht i have the adequate skills fi...
أهلا بك مهندس Salim ، قرأت تفاصيل مشروعك بدقة، وأدرك تماما التحدي التقني المطلوب. تنفيذ نسخ احتياطي فوري (Immediate Backup) لمجموعة موارد (Azure Resource Group)...