You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating ingress-how-to.md for including steps on adding additional TCP ports via Azure Portal
The current 'ingress how-to' still mentions that adding additional TCP ports through the portal is not allowed. This is no longer the case.
This PR adds a screenshot and a few steps on the "azure-portal" tab on how to add additional ports
:::image type="content" source="media/ingress/additional-tcp-ingress-ports-portal.png" alt-text="Sceenshot of adding additional TCP ports for Container Apps ingress through the portal.":::
207
+
208
+
1. Expand the **Additional TCP ports** section within the Ingress blade.
209
+
2. Add in additional TCP ports that your application will be accepting traffic on in the _Target port_ field. If _Exposed port_ is left empty, this will take from the same value set in _Target port_.
210
+
3. Change the _Ingress traffic_ field as needed. This will configure where ingress traffic will be limited to for each port.
0 commit comments