66 "_generator": {
77 "name": "bicep",
88 "version": "0.39.26.7824",
9- "templateHash": "8571608347823667459 "
9+ "templateHash": "9035268371577303624 "
1010 },
1111 "name": "Intelligent Content Generation Accelerator",
1212 "description": "Solution Accelerator for multimodal marketing content generation using Microsoft Agent Framework.\n"
194194 },
195195 "acrName": {
196196 "type": "string",
197- "defaultValue": "contentgenacrmaint ",
197+ "defaultValue": "contentgencontainerreg ",
198198 "metadata": {
199199 "description": "Required. The existing Container Registry name (without .azurecr.io). Must contain pre-built images: content-gen-app and content-gen-api."
200200 }
@@ -33461,21 +33461,21 @@
3346133461 },
3346233462 "value": "[format('https://{0}.azurewebsites.net', reference('webSite').outputs.name.value)]"
3346333463 },
33464- "STORAGE_ACCOUNT_NAME ": {
33464+ "AZURE_BLOB_ACCOUNT_NAME ": {
3346533465 "type": "string",
3346633466 "metadata": {
3346733467 "description": "Contains Storage Account Name"
3346833468 },
3346933469 "value": "[reference('storageAccount').outputs.name.value]"
3347033470 },
33471- "STORAGE_PRODUCT_IMAGES_CONTAINER ": {
33471+ "AZURE_BLOB_PRODUCT_IMAGES_CONTAINER ": {
3347233472 "type": "string",
3347333473 "metadata": {
3347433474 "description": "Contains Product Images Container"
3347533475 },
3347633476 "value": "[variables('productImagesContainer')]"
3347733477 },
33478- "STORAGE_GENERATED_IMAGES_CONTAINER ": {
33478+ "AZURE_BLOB_GENERATED_IMAGES_CONTAINER ": {
3347933479 "type": "string",
3348033480 "metadata": {
3348133481 "description": "Contains Generated Images Container"
@@ -33489,21 +33489,28 @@
3348933489 },
3349033490 "value": "[reference('cosmosDB').outputs.name.value]"
3349133491 },
33492- "COSMOSDB_DATABASE_NAME": {
33492+ "AZURE_COSMOS_ENDPOINT": {
33493+ "type": "string",
33494+ "metadata": {
33495+ "description": "Contains CosmosDB Endpoint URL"
33496+ },
33497+ "value": "[format('https://cosmos-{0}.documents.azure.com:443/', variables('solutionSuffix'))]"
33498+ },
33499+ "AZURE_COSMOS_DATABASE_NAME": {
3349333500 "type": "string",
3349433501 "metadata": {
3349533502 "description": "Contains CosmosDB Database Name"
3349633503 },
3349733504 "value": "[variables('cosmosDBDatabaseName')]"
3349833505 },
33499- "COSMOSDB_PRODUCTS_CONTAINER ": {
33506+ "AZURE_COSMOS_PRODUCTS_CONTAINER ": {
3350033507 "type": "string",
3350133508 "metadata": {
3350233509 "description": "Contains CosmosDB Products Container"
3350333510 },
3350433511 "value": "[variables('cosmosDBProductsContainer')]"
3350533512 },
33506- "COSMOSDB_CONVERSATIONS_CONTAINER ": {
33513+ "AZURE_COSMOS_CONVERSATIONS_CONTAINER ": {
3350733514 "type": "string",
3350833515 "metadata": {
3350933516 "description": "Contains CosmosDB Conversations Container"
@@ -33538,21 +33545,49 @@
3353833545 },
3353933546 "value": "[if(variables('useExistingAiFoundryAiProject'), '', reference('aiFoundryAiServices').outputs.resourceId.value)]"
3354033547 },
33548+ "AZURE_EXISTING_AI_PROJECT_RESOURCE_ID": {
33549+ "type": "string",
33550+ "metadata": {
33551+ "description": "Contains existing AI project resource ID."
33552+ },
33553+ "value": "[parameters('azureExistingAIProjectResourceId')]"
33554+ },
33555+ "AZURE_AI_SEARCH_ENDPOINT": {
33556+ "type": "string",
33557+ "metadata": {
33558+ "description": "Contains AI Search Service Endpoint URL"
33559+ },
33560+ "value": "[format('https://{0}.search.windows.net/', reference('aiSearch').outputs.name.value)]"
33561+ },
3354133562 "AI_SEARCH_SERVICE_NAME": {
3354233563 "type": "string",
3354333564 "metadata": {
3354433565 "description": "Contains AI Search Service Name"
3354533566 },
3354633567 "value": "[reference('aiSearch').outputs.name.value]"
3354733568 },
33548- "AI_SEARCH_INDEX ": {
33569+ "AZURE_AI_SEARCH_PRODUCTS_INDEX ": {
3354933570 "type": "string",
3355033571 "metadata": {
33551- "description": "Contains AI Search Index"
33572+ "description": "Contains AI Search Product Index"
3355233573 },
3355333574 "value": "[variables('azureSearchIndex')]"
3355433575 },
33555- "AZURE_OPENAI_MODEL": {
33576+ "AZURE_AI_SEARCH_IMAGE_INDEX": {
33577+ "type": "string",
33578+ "metadata": {
33579+ "description": "Contains AI Search Image Index"
33580+ },
33581+ "value": "product-images"
33582+ },
33583+ "AZURE_OPENAI_ENDPOINT": {
33584+ "type": "string",
33585+ "metadata": {
33586+ "description": "Contains Azure OpenAI endpoint URL"
33587+ },
33588+ "value": "[format('https://{0}.openai.azure.com/', variables('aiFoundryAiServicesResourceName'))]"
33589+ },
33590+ "AZURE_OPENAI_GPT_MODEL": {
3355633591 "type": "string",
3355733592 "metadata": {
3355833593 "description": "Contains GPT Model"
3356633601 },
3356733602 "value": "[variables('imageModelConfig')[parameters('imageModelChoice')].name]"
3356833603 },
33604+ "AZURE_OPENAI_GPT_IMAGE_ENDPOINT": {
33605+ "type": "string",
33606+ "metadata": {
33607+ "description": "Contains Azure OpenAI GPT/Image endpoint URL (empty if no image model selected)"
33608+ },
33609+ "value": "[if(not(equals(parameters('imageModelChoice'), 'none')), format('https://{0}.openai.azure.com/', variables('aiFoundryAiServicesResourceName')), '')]"
33610+ },
33611+ "AZURE_OPENAI_API_VERSION": {
33612+ "type": "string",
33613+ "metadata": {
33614+ "description": "Contains Azure OpenAI API Version"
33615+ },
33616+ "value": "[parameters('azureOpenaiAPIVersion')]"
33617+ },
3356933618 "AZURE_OPENAI_RESOURCE": {
3357033619 "type": "string",
3357133620 "metadata": {
0 commit comments