https://pulumi.com logo
Title
b

bored-bear-61303

08/18/2022, 2:21 PM
Hello. We were running 3 types of container in an Azure Container App. We want to scale only one of these and understand that's not possible so have moved the one we want to scale into it own app and deploying 2 apps together. Now communication is broken between the containers. Is there an example we can see where more than one container app is deployed and VNet is added to the Azure Container Environment please?
b

bored-oyster-3147

08/19/2022, 1:11 PM
This is probably more of a general Azure question than a Pulumi question. It sounds like you just want to create your VNet first and than place your container applications into the existing VNet so that they can see eachother.
b

bored-bear-61303

08/19/2022, 3:03 PM
Thanks