Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Cost Estimates

Yashraj Mungale edited this page Jun 24, 2020 · 2 revisions

Assumptions

The estimate below assumes:

  • 500 users in the tenant
  • Each user performs 10 add, delete, pin or unpin operations per day.

SKU recommendations

The recommended SKUs for a production environment are:

  • App Service: Standard (S2)

Estimated load

Data storage: 1 GB max

Table data operations:

  • Storage is used to store favorite contact groups, favorite contact group members and user page size choices.
  • Total number of read calls to storage = 500 users in tenant * 10 read calls per day * 31 days in a month = 1,55,000 read activities/month.
  • Total number of write calls to storage = 500 users in tenant * 5 write calls per day * 31 days in a month = 77,500 write activities/month.
  • Total storage read/write calls = 2,32,500.

Estimated cost

IMPORTANT: This is only an estimate, based on the assumptions above. Your actual costs may vary.

Prices were taken from the Azure Pricing Overview on 16 June 2020, for the West US 2 region.

Use the Azure Pricing Calculator to model different service tiers and usage patterns.

Resource Tier Load Price
Storage account (Table) Standard_LRS < 1GB data, 232500 operations $0.045 + $0.0005 = $0.05
App Service Plan S2 744 hours $148.70
App Service (Tab) - (charged to App Service Plan)
Application Insights - < 5GB data (free up to 5 GB)
Front Door - 1 rule, 744 hours $22.54
Total $171.39
Clone this wiki locally