You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This solution accelerator is an internal chatbot that interprets and understands
17
17
Solution overview
18
18
</h2>
19
19
20
-
This solution leverages Azure OpenAI Service (GPT and DALL-E 3), Azure Cosmos DB, and Azure Blob Storage to interpret creative briefs, retrieve product information, generate marketing content, and validate brand compliance.
20
+
This solution leverages Microsoft Foundry, Azure AI Search, Azure Cosmos DB, and Azure Blob Storage to interpret creative briefs, retrieve product information, generate marketing content, and validate brand compliance.
21
21
22
22
The sample data includes synthetic product catalogs and brand guidelines. The data is intended for use as sample data only.
23
23
@@ -102,7 +102,6 @@ _Note: This is not meant to outline all costs as selected SKUs, scaled use, cust
102
102
|---|---|---|
103
103
|[Azure AI Foundry](https://learn.microsoft.com/en-us/azure/ai-foundry/)| Free tier. Build generative AI applications on an enterprise-grade platform. |[Pricing](https://azure.microsoft.com/pricing/details/ai-studio/)|
104
104
|[Azure Storage Account](https://learn.microsoft.com/en-us/azure/storage/blobs/)| Standard tier, LRS. Pricing is based on storage and operations. Blob storage for product images and generated content. |[Pricing](https://azure.microsoft.com/pricing/details/storage/blobs/)|
105
-
|[Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/)| Standard tier. Pricing is based on the number of operations. Maintain keys that access and encrypt your cloud resources, apps, and solutions. |[Pricing](https://azure.microsoft.com/pricing/details/key-vault/)|
106
105
|[Azure AI Services](https://learn.microsoft.com/en-us/azure/ai-services/)| S0 tier, defaults to gpt-5.1 (GPT) and gpt-image-1 (DALL-E 3) models. Pricing is based on token count. |[Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/)|
107
106
|[Azure Container Instance](https://learn.microsoft.com/en-us/azure/container-instances/)| Backend API hosting with private VNet integration. Pricing is based on resource allocation. |[Pricing](https://azure.microsoft.com/pricing/details/container-instances/)|
0 commit comments