Cost estimate - OfficeDev/microsoft-teams-apps-openbadges GitHub Wiki
Assumptions
The estimate below assumes:
- 100 users in a team
SKU recommendations
The recommended SKU for a production environment is:
- App Service: Standard (S1)
Estimated usage
Key vault operations
- Total number of read calls for superuser username = 100 users * 10 calls = 1000/day * 30 days = 30000/month.
- Total number of read calls for superuser password = 100 users * 10 calls = 1000/day * 30 days = 30000/month
- Total 60000 key vault operations per month.
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 March 2020, for the West US 2 region.
Use the Azure Pricing Calculator to model different service tiers and usage patterns.
Resource | Tier | Load | Monthly price |
---|---|---|---|
Bot Channels Registration | F0 | N/A | Free |
App Service Plan | S1 | 744 hours | $73.00 |
App Service (Bot) | - | (charged to App Service Plan) | |
Application Insights (Bot) | up to 5 GB | (free up to 5 GB) | |
Key Vault | up to 60,000 requests | $0.18 | |
Total | $73.18 |