Search code examples
azureazure-container-apps

Azure container app, how remove load balancer


I have an azure container app that I want to use as an API server, basically like I would with Azure Functions. I see a lot of reference to the fact that there shouldn't be a need for a Load Balancer, which is "expensive" if no needed.

Sadly, after creating the container app in the portal it also created a couple resources in another resource group without me realizing. I now have 2 public ip address, a network security group and a load balancer name kubernetes.

Can I remove these? Specially the load balancer, since this state I shouldn't need it: https://learn.microsoft.com/en-us/azure/container-apps/ingress?tabs=bash

I tried removing it, but it says it's being used.

Thanks,


Solution

  • Like Tomas said, creating the app with a VNET was the cause