openvidu-deployment: Azure Elastic - Fix port priority rules.

master
cruizba 2025-07-21 21:21:04 +02:00
parent 5b888aafc0
commit 892c6efed2
2 changed files with 9 additions and 9 deletions

View File

@ -1996,7 +1996,7 @@ resource masterToMediaRtmpIngress 'Microsoft.Network/networkSecurityGroups/secur
] ]
destinationPortRange: '1935' destinationPortRange: '1935'
access: 'Allow' access: 'Allow'
priority: 150 priority: 160
direction: 'Inbound' direction: 'Inbound'
} }
} }
@ -2019,7 +2019,7 @@ resource masterToMediaTurnTlsIngress 'Microsoft.Network/networkSecurityGroups/se
] ]
destinationPortRange: '5349' destinationPortRange: '5349'
access: 'Allow' access: 'Allow'
priority: 160 priority: 170
direction: 'Inbound' direction: 'Inbound'
} }
} }
@ -2042,7 +2042,7 @@ resource masterToMediaServerIngress 'Microsoft.Network/networkSecurityGroups/sec
] ]
destinationPortRange: '7880' destinationPortRange: '7880'
access: 'Allow' access: 'Allow'
priority: 170 priority: 180
direction: 'Inbound' direction: 'Inbound'
} }
} }
@ -2065,7 +2065,7 @@ resource masterToMediaHttpWhipIngress 'Microsoft.Network/networkSecurityGroups/s
] ]
destinationPortRange: '8080' destinationPortRange: '8080'
access: 'Allow' access: 'Allow'
priority: 180 priority: 190
direction: 'Inbound' direction: 'Inbound'
} }
} }

View File

@ -5,7 +5,7 @@
"_generator": { "_generator": {
"name": "bicep", "name": "bicep",
"version": "0.36.1.42791", "version": "0.36.1.42791",
"templateHash": "4391955326311642567" "templateHash": "10200229810519152840"
} }
}, },
"parameters": { "parameters": {
@ -1337,7 +1337,7 @@
], ],
"destinationPortRange": "1935", "destinationPortRange": "1935",
"access": "Allow", "access": "Allow",
"priority": 150, "priority": 160,
"direction": "Inbound" "direction": "Inbound"
}, },
"dependsOn": [ "dependsOn": [
@ -1365,7 +1365,7 @@
], ],
"destinationPortRange": "5349", "destinationPortRange": "5349",
"access": "Allow", "access": "Allow",
"priority": 160, "priority": 170,
"direction": "Inbound" "direction": "Inbound"
}, },
"dependsOn": [ "dependsOn": [
@ -1393,7 +1393,7 @@
], ],
"destinationPortRange": "7880", "destinationPortRange": "7880",
"access": "Allow", "access": "Allow",
"priority": 170, "priority": 180,
"direction": "Inbound" "direction": "Inbound"
}, },
"dependsOn": [ "dependsOn": [
@ -1421,7 +1421,7 @@
], ],
"destinationPortRange": "8080", "destinationPortRange": "8080",
"access": "Allow", "access": "Allow",
"priority": 180, "priority": 190,
"direction": "Inbound" "direction": "Inbound"
}, },
"dependsOn": [ "dependsOn": [