Skip to content

Commit

Permalink
Merge pull request #136 from microsoft/asbanger/4777-azure-estimation
Browse files Browse the repository at this point in the history
Azure cost estimation - Creation of costestimator.MD
  • Loading branch information
dayland authored Jul 19, 2023
2 parents e92b271 + 948c44c commit e46a152
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/costestimator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# IA Accelerator, version 0.2 beta - Estimation

The Azure pricing calculator helps estimate costs by considering the amount of data to be processed and stored, as well as the expected performance level. It allows users to customize and combine different Azure services for IA Accelerator, version 0.2 beta, and provides cost estimates based on the chosen configurations.


| Solution | Environment | Azure Pricing Calculator Link |
| :------------------:|:-----------------------------:|:------------------------------------------------:|
| IA Accelerator, version 0.2 beta | Sandbox | [Sample Azure Estimation](https://azure.com/e/2a79f53411a740398783f0000865ea25) |

---
### Azure Services

The following list of Azure Services will be deployed for IA Accelerator, version 0.2 beta:

- App Service
- App Service plan
- Application Insights
- Azure Cosmos DB
- Azure Form Recognizer
- Azure OpenAI
- Azure Cognitive services multi-service account
- Cognitive Search
- Azure AD Application Registration
- Azure Active Directory
- Log Analytics workspace
- Storage account

---
**NOTE:**

- The proposed the cost estimation prepared based on Sandbox environment, estimation may vary customer to customer.
- For detailed Azure OpenAI Service [pricing](https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/#pricing)
- To calculate total count of tokens [OpenAI Tokenizer](https://platform.openai.com/tokenizer)

---

At this point this step is complete, please return to the [Deployment](../#deployment) step and continue.

0 comments on commit e46a152

Please sign in to comment.