Adam
Adam

Reputation: 2122

How is pricing calculated for Azure Container Instance with restart policy Always

I have a Linux nodejs express webapp container deployed to Azure Container Instances with the restart policy set to Always.

How will the pricing be calculated for this?

Is it per http request or for 24/7 using the memory/cpu duration described at Azure Container Instances Pricing?

This is a low volume webapp for internal usage only during work hours and locked down with Azure AD openid connect.

Upvotes: 3

Views: 3573

Answers (1)

micahmckittrick
micahmckittrick

Reputation: 1534

You can use the Azure Pricing Calculator to figure out the cost

https://azure.microsoft.com/en-us/pricing/calculator/

image

Upvotes: 0

Related Questions