diff --git a/devops/azure/chart/templates/auth.yaml b/devops/azure/chart/templates/auth.yaml
index 81b9c11de6829209be551126f0361db503eec31a..e09366c401831c556c2da130a0b967192a6c16d6 100644
--- a/devops/azure/chart/templates/auth.yaml
+++ b/devops/azure/chart/templates/auth.yaml
@@ -30,4 +30,4 @@ spec:
       to:
         - operation:
             notPaths: ["/","*/swagger-resources","*/swagger",
-                       "/api/notification/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health"]
\ No newline at end of file
+                       "/api/notification/v1/swagger-resources/*","*/swagger-ui.html","*/swagger-ui/index.html","*/actuator/health"]
diff --git a/devops/azure/chart/templates/authSB.yaml b/devops/azure/chart/templates/authSB.yaml
index 50e54fb1281dc4c6759c1d4327b16325ffbcb258..012db0dc6014f5b9ff1e074b602fcec83565b807 100644
--- a/devops/azure/chart/templates/authSB.yaml
+++ b/devops/azure/chart/templates/authSB.yaml
@@ -30,4 +30,4 @@ spec:
       to:
         - operation:
             notPaths: ["/","*/swagger-resources","*/swagger",
-                       "/api/notification/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health"]
\ No newline at end of file
+                       "/api/notification/v1/swagger-resources/*","*/swagger-ui.html","*/swagger-ui/index.html","*/actuator/health"]
diff --git a/devops/azure/chart/templates/deployment.yaml b/devops/azure/chart/templates/deployment.yaml
index a6f9651b77df6cc74a70074ced49168103aaca52..c3cb168ae3a700618f455e26579d77a1bfb3ff12 100644
--- a/devops/azure/chart/templates/deployment.yaml
+++ b/devops/azure/chart/templates/deployment.yaml
@@ -47,7 +47,7 @@ spec:
             - containerPort: 80
           readinessProbe:
             httpGet:
-              path: /api/notification/v1/swagger-ui.html
+              path: /api/notification/v1/swagger-ui/index.html
               port: 80
           volumeMounts:
             - name: azure-keyvault
@@ -106,4 +106,4 @@ spec:
             - name: event_grid_to_service_bus_enabled
               value: "false"
             - name: event_grid_enabled
-              value: "true"
\ No newline at end of file
+              value: "true"
diff --git a/devops/azure/chart/templates/deploymentSB.yaml b/devops/azure/chart/templates/deploymentSB.yaml
index e254ef27454ef8ef09ddec45304a26da3ba0e46f..49b24272e615b18abd5645b8d3af79a5587f0633 100644
--- a/devops/azure/chart/templates/deploymentSB.yaml
+++ b/devops/azure/chart/templates/deploymentSB.yaml
@@ -43,7 +43,7 @@ spec:
             - containerPort: 81
           readinessProbe:
             httpGet:
-              path: /api/notification/v1/swagger-ui.html
+              path: /api/notification/v1/swagger-ui/index.html
               port: 81
           volumeMounts:
             - name: azure-keyvault
@@ -102,4 +102,4 @@ spec:
             - name: event_grid_to_service_bus_enabled
               value: "false"
             - name: event_grid_enabled
-              value: "false"
\ No newline at end of file
+              value: "false"