How to set the Ingress traffic to "Limited to VNet" in Azure CLI or Bicep #1033
Unanswered
moattarwork
asked this question in
Q&A
Replies: 2 comments 2 replies
-
It's not very well documented, but it is controlled by the So, something like this in Bicep:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I managed to make it works with the command: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a set of containers running inside the ManagedEnvironment with internal traffic through a VNET. I'm struggling to find a way to select "Limited To VNet" option and on every update, the ingress will change to "Limited To Container Apps Environment".
This can be done easily via UI and I was wondering if there is any way to use cli and bicep to create the same behaviour.
Beta Was this translation helpful? Give feedback.
All reactions