Hi Hello everyone,
I am here to share with you my experience configuring VBR for the Azure Local environment, a step-by-step guide to configuration.

Link:
KB4047: Veeam Support for Azure Stack HCI
Renaming Azure Stack HCI to Azure Local - Azure Local | Microsoft Learn
Azure Local solution overview - Azure Local | Microsoft Learn


Prerequisites:
- Veeam Backup & Replication v11a or later (v12 or later recommended).
- Azure Stack HCI\ Azure Local registered in Azure.
- PowerShell and Azure modules installed.
- Administrative access to Veeam Server and the HCI environment.
- Azure Arc enabled (optional but recommended).
- Ensure PowerShellGet is updated (recommended)
Install-Module -Name PowerShellGet -Force -AllowClobber

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

- Install the Az module
Install-Module -Name Az -Scope AllUsers -Repository PSGallery -Force
Update-Module -Name Az -Force

During the process of adding the Azure Local cluster dedicated to the HyperV environment, you will receive the following error.

This is the fix:
KB4456: WDAC Supplemental Policy for Veeam Backup & Replication Components on Azure Stack HCI
- Download & copy the policy XML file to a location on the CSV (Cluster Shared Volume) shared by the nodes.
- Connect in RDP on HCI\HyperV host.
- Execute command in PS.
$policy = "C:\ClusterStorage\UserStorage_1\KB4456\VBR-AZHCI-suplemental-policy-1.0.0.4.xml"
Add-ASWDACSupplementalPolicy -Path $policy

Check from the in Windows Admin Center in Cluster manager

- Now we can proceed to add the Azure Local cluster to the Veeam infrastructure.

- Slect HyperV Cluster

- Insert user Domain Administrator

- Verify port connectivity

- Review






The process has been successfully completed. You can now proceed to configure your backups on Azure Local.
Cheers!