Hi all,
I try to create a Firewall (vWAN Secured Hub) using an ARM Template (actually as part of a blueprint).
The initial deployment works like a charm. But when I try to update the blueprint assignment and thus triggering a new deployment I get the following error:
{
"status": "Failed",
"error": {
"code": "FirewallPolicyUpdateFailed",
"message": "Put on Firewall Policy [Firewall-Policy-Name] Failed with 1 faulted referenced firewalls"
}
}
No changes are made to the template after the initial deployment