Skip to content

Commit b12e366

Browse files
authored
Merge pull request #1 from Ajsalemo/Ajsalemo-patch-1
Updating ingress-how-to.md for including steps on adding additional T…
2 parents 3a442e1 + 661020b commit b12e366

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/container-apps/ingress-how-to.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,12 @@ type: Microsoft.App/containerApps
203203
204204
::: zone pivot="azure-portal"
205205
206-
This feature isn't supported in the Azure portal.
206+
:::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.
211+
4. When finished, click **Save**.
207212
208213
::: zone-end
209214

0 commit comments

Comments
 (0)