From 473f2ffa3a4f5a573a9e64b7bc6b9820ae9112e7 Mon Sep 17 00:00:00 2001 From: Ashvith <49021230+asbanger@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:32:32 +0100 Subject: [PATCH 1/2] azure estimation for info assistant --- docs/costestimator.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/costestimator.md diff --git a/docs/costestimator.md b/docs/costestimator.md new file mode 100644 index 000000000..df4bf46b8 --- /dev/null +++ b/docs/costestimator.md @@ -0,0 +1,33 @@ +# Info Assistant, version 0.2 beta - Estimation + +In general, use the Azure pricing calculator to estimate costs. The ideal individual pricing tier and the total overall cost of each service included in the architecture is dependent on the amount of data to be processed and stored and the acceptable performance level expected. + +The Azure pricing calculator allows you to mix and match different combinations of Azure services deployed for Info Assistant, version 0.2 beta to see an estimate of the costs. + + +| Solution | Env | Azure Pricing Calculator Link | +| :------------------:|:-----------------------------:|:------------------------------------------------:| +| Info Assistant, version 0.2 beta | Sandbox | [Azure Calculator](https://azure.com/e/cc64fb55d2e14bd0ae8d6d3018f252e4) | + +*The proposed the cost estimation prepared based on Sandbox environment, estimation may vary customer to customer.* +--- + +## Azure Services + +The following list of Azure Services will be deployed for Info Assistant, 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 + + +At this point this step is complete, please return to the [Deployment](../#deployment) step and continue. \ No newline at end of file From 948c44cca645ec9062e44f217981da4bd5aed37a Mon Sep 17 00:00:00 2001 From: Ashvith <49021230+asbanger@users.noreply.github.com> Date: Mon, 17 Jul 2023 21:18:10 +0100 Subject: [PATCH 2/2] azure estimation for info assistant --- docs/costestimator.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/docs/costestimator.md b/docs/costestimator.md index df4bf46b8..82acd9cae 100644 --- a/docs/costestimator.md +++ b/docs/costestimator.md @@ -1,20 +1,16 @@ -# Info Assistant, version 0.2 beta - Estimation +# IA Accelerator, version 0.2 beta - Estimation -In general, use the Azure pricing calculator to estimate costs. The ideal individual pricing tier and the total overall cost of each service included in the architecture is dependent on the amount of data to be processed and stored and the acceptable performance level expected. +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. -The Azure pricing calculator allows you to mix and match different combinations of Azure services deployed for Info Assistant, version 0.2 beta to see an estimate of the costs. - -| Solution | Env | Azure Pricing Calculator Link | +| Solution | Environment | Azure Pricing Calculator Link | | :------------------:|:-----------------------------:|:------------------------------------------------:| -| Info Assistant, version 0.2 beta | Sandbox | [Azure Calculator](https://azure.com/e/cc64fb55d2e14bd0ae8d6d3018f252e4) | +| IA Accelerator, version 0.2 beta | Sandbox | [Sample Azure Estimation](https://azure.com/e/2a79f53411a740398783f0000865ea25) | -*The proposed the cost estimation prepared based on Sandbox environment, estimation may vary customer to customer.* --- +### Azure Services -## Azure Services - -The following list of Azure Services will be deployed for Info Assistant, version 0.2 beta: +The following list of Azure Services will be deployed for IA Accelerator, version 0.2 beta: - App Service - App Service plan @@ -29,5 +25,13 @@ The following list of Azure Services will be deployed for Info Assistant, versio - 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. \ No newline at end of file