Skip to content

Commit

Permalink
Explicitly allow all ports
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Mar 4, 2024
1 parent fc6e92c commit 34494a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
{
"name": "AllowExternalAzureAutomationOperations",
"protocols": [
"TCP",
"UDP"
"TCP:*",
"UDP:*"
],
"targetAddresses": [
"GuestAndHybridManagement",
Expand Down

0 comments on commit 34494a3

Please sign in to comment.