Azure Container App without Load Balancer

Andrei Abramov 20 Reputation points
2024-01-13T17:00:41.9533333+00:00

Hi everyone. I have an application where only outbound connections are required. I have deployed Azure Container App with 5 microservices and it works fine for $2 per day. But I found today that I also pay for Load Balancer and Static Public IP and this is another $2 per day. These resources were created automatically in separate group and I can't delete them. This is ridiculous, my price was doubled and I don't need any balancing at all. Is it possible to create Container App without any "automatic" Load Balancers?

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
411 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
291 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 79,056 Reputation points
    2024-01-13T18:42:22.6333333+00:00

    Hi Andrei,

    When you choose to use your own virtual network several managed resources will be created automatically, and you are charged for those (as you noticed). One option is to use automatically generated virtual network instead of your own, but you will not have as much control.

    If you want to switch to different VNet configuration you will need to create from scratch since you can't change it after creation.

    Please see article below for full details:

    Networking in Azure Container Apps environment

    https://learn.microsoft.com/en-us/azure/container-apps/networking

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


0 additional answers

Sort by: Most helpful