seanluce / ANFHealthCheck

A PowerShell Runbook that will provide useful information about your Azure NetApp Files (ANF) resources. Schedule this to run every day for the most up-to-date info delivered straight to your inbox.
GNU General Public License v3.0
9 stars 3 forks source link

Update - ANF Backups Vault #8

Open aby161283 opened 1 year ago

aby161283 commented 1 year ago

ANF Backup structure was updated by Azure. They now use Azure Backup VAULT. Some of the volumes now report a 0 count and no entry in the last backups.

This started after August 21st.

The recommended API call now is

az rest --method GET --uri '/subscriptions/*****/resourceGroups/resourcegroupname/providers/Microsoft.NetApp/netAppAccounts/netappaccountname/backupVaults/testVault/backups?api-version=2022-11-01-preview'

Requirement - Need to enable the vault and add all the volumes before this works.

Can you check if the fix that was applied on 23rd August could have impacted this backup reporting issue? and I see this issue only in South Central US as of today and not in other regions.

This issue can be reproduced as well – see below even the commands are not working –

anf-hc-issue-image-1

Same command I run for volumes ctc019 and ctc018, for volume ctc018 I can see backups but for ctc019 only Null value [ ] even though this volume has backups that are visible in GUI.

anf-hc-issue-image-2

pricej3 commented 11 months ago

Is there an ETA on when a fix will be added to the ANF health check code so we can see backups be reported again?