Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.24 KB

File metadata and controls

13 lines (10 loc) · 1.24 KB

Cost estimation

Pricing varies per region and usage, so it isn't possible to predict exact costs for your usage. However, you can use the Azure pricing calculator for the resources below to get an estimate.

  • Azure Functions: Consumption plan, Free for the first 1M executions. Pricing per execution and memory used. Pricing
  • Azure Static Web Apps: Free tier, 100GB bandwidth. Pricing per GB served. Pricing
  • Azure OpenAI: Standard tier, GPT and Ada models. Pricing per 1K tokens used, and at least 1K tokens are used per question. Pricing
  • Azure AI Search: Basic tier, 1 replica. Pricing per hour. Pricing
  • Azure Blob Storage: Standard tier with LRS. Pricing per GB stored and data transfer. Pricing

⚠️ To avoid unnecessary costs, remember to take down your app if it's no longer in use, either by deleting the resource group in the Portal or running azd down --purge.