Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure cost estimation - Creation of costestimator.MD #136

Merged
merged 2 commits into from
Jul 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.