Hello. We were running 3 types of container in an ...
# dotnet
b
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
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
Thanks