This message was deleted.
# azure
s
This message was deleted.
b
left you a comment on the issue you opened
w
Thanks a lot for you help. Unfortunately, I am still getting the same error message. Must be missing something.
Ok found the problem, the location of the frontdoor must explicitly be
global
Copy code
location: "global",
    resourceGroupName: args.resourceGroupName,
I did not know that this was even an option, not to mention that it is not part of `azure.Locations``
b
nice, glad you were able to figure it out! sorry about the incorrect example!