I am attempting to setup azaure front door with a ...
# azure
b
I am attempting to setup azaure front door with a waf policy. When I set
WebApplicationFirewallPolicy
Location to
global
I get an error that
global
is not a valid option. I remove it and it builds the resource in
useast
and I store off the
WebApplicationFirewallPolicy
in a variable. Now I am attempting to create an
AzureNative.Network.FrontDoor
I setup everything up and add the reference to my polcy.Id to the
WebApplicationFirewallPolicyLink
links. When run I get an error that the FrontDoor must be
global
and
Invalid Resource Id provided for WebApplicationFirewallPolicy link.
I switch the location to
global
and the location error no longer occurs, however I still get the
Invalid Resource Id provided for WebApplicationFirewallPolicy link.
error. I have even changed to building the id and copying it from the portal. When looking at the docs it has the location property set to
uswest
.
FrontDoorWAFPolicy.cs