From 83aad06574fba4e99992bd13be3d6f297a330662 Mon Sep 17 00:00:00 2001 From: cruizba Date: Tue, 22 Jul 2025 13:52:54 +0200 Subject: [PATCH] openvidu-deployment: Azure HA - Fix port priority rules. --- .../pro/ha/azure/cf-openvidu-ha.bicep | 12 ++++++------ .../pro/ha/azure/cf-openvidu-ha.json | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.bicep b/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.bicep index 32b46f66..8bdd1881 100644 --- a/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.bicep +++ b/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.bicep @@ -2886,7 +2886,7 @@ resource loadBalancerToMediaRtmpIngress 'Microsoft.Network/networkSecurityGroups ] destinationPortRange: '1945' access: 'Allow' - priority: 150 + priority: 160 direction: 'Inbound' } } @@ -2905,7 +2905,7 @@ resource loadBalancerToMediaHealthcheckIngress 'Microsoft.Network/networkSecurit ] destinationPortRange: '9092' access: 'Allow' - priority: 160 + priority: 170 direction: 'Inbound' } } @@ -2924,7 +2924,7 @@ resource loadBalancerToMediaTurnTlsIngress 'Microsoft.Network/networkSecurityGro ] destinationPortRange: '5349' access: 'Allow' - priority: 170 + priority: 180 direction: 'Inbound' } } @@ -2943,7 +2943,7 @@ resource loadBalancerToMediaTurnTlsHealthCheckIngress 'Microsoft.Network/network ] destinationPortRange: '7880' access: 'Allow' - priority: 180 + priority: 190 direction: 'Inbound' } } @@ -2966,7 +2966,7 @@ resource masterToMediaServerIngress 'Microsoft.Network/networkSecurityGroups/sec ] destinationPortRange: '7880' access: 'Allow' - priority: 190 + priority: 200 direction: 'Inbound' } } @@ -2989,7 +2989,7 @@ resource masterToMediaClientIngress 'Microsoft.Network/networkSecurityGroups/sec ] destinationPortRange: '8080' access: 'Allow' - priority: 200 + priority: 210 direction: 'Inbound' } } diff --git a/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.json b/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.json index 17dd7a79..da581c88 100644 --- a/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.json +++ b/openvidu-deployment/pro/ha/azure/cf-openvidu-ha.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.36.1.42791", - "templateHash": "5237566819187308269" + "templateHash": "6903609709428763780" } }, "parameters": { @@ -2234,7 +2234,7 @@ ], "destinationPortRange": "1945", "access": "Allow", - "priority": 150, + "priority": 160, "direction": "Inbound" }, "dependsOn": [ @@ -2257,7 +2257,7 @@ ], "destinationPortRange": "9092", "access": "Allow", - "priority": 160, + "priority": 170, "direction": "Inbound" }, "dependsOn": [ @@ -2281,7 +2281,7 @@ ], "destinationPortRange": "5349", "access": "Allow", - "priority": 170, + "priority": 180, "direction": "Inbound" }, "dependsOn": [ @@ -2305,7 +2305,7 @@ ], "destinationPortRange": "7880", "access": "Allow", - "priority": 180, + "priority": 190, "direction": "Inbound" }, "dependsOn": [ @@ -2332,7 +2332,7 @@ ], "destinationPortRange": "7880", "access": "Allow", - "priority": 190, + "priority": 200, "direction": "Inbound" }, "dependsOn": [ @@ -2360,7 +2360,7 @@ ], "destinationPortRange": "8080", "access": "Allow", - "priority": 200, + "priority": 210, "direction": "Inbound" }, "dependsOn": [