From 0e600dc374745f89315f1db53080a52f9269d0a2 Mon Sep 17 00:00:00 2001 From: Bruno Capuano Date: Fri, 30 Aug 2024 11:03:45 -0400 Subject: [PATCH] Update Azure AI Document Intelligence link in README.md --- README.md | 2 +- docs/deploy_lowcost.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5827edde..5f8a052e 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ Pricing varies per region and usage, so it isn't possible to predict exact costs - [**Azure Container Apps**](https://azure.microsoft.com/pricing/details/container-apps/) - [**Azure OpenAI Service**](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) -- [**Azure AI Document Intelligence**](https://azure.microsoft.com/en-us/pricing/details/ai-document-intelligence/) +- [**Azure AI Document Intelligence**](https://azure.microsoft.com/pricing/details/ai-document-intelligence/) - [**Azure AI Search**](https://azure.microsoft.com/pricing/details/search/) - [**Azure Blob Storage**](https://azure.microsoft.com/pricing/details/storage/blobs/) - [**Azure Monitor**](https://azure.microsoft.com/pricing/details/monitor/) diff --git a/docs/deploy_lowcost.md b/docs/deploy_lowcost.md index 55c1f79f..60638a5e 100644 --- a/docs/deploy_lowcost.md +++ b/docs/deploy_lowcost.md @@ -1,4 +1,4 @@ -# Deploying with minimal costs +# Deploying with Minimal Costs This AI RAG chat application is designed to be easily deployed using the Azure Developer CLI, which provisions the infrastructure according to the Bicep files in the `infra` folder. Those files describe each of the Azure resources needed, and configures their SKU (pricing tier) and other parameters. Many Azure services offer a free tier, but the infrastructure files in this project do *not* default to the free tier as there are often limitations in that tier.