|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.42.1.51946", |
9 | | - "templateHash": "9315041614692254935" |
| 9 | + "templateHash": "8605178057902281640" |
10 | 10 | }, |
11 | 11 | "name": "Intelligent Content Generation Accelerator", |
12 | 12 | "description": "Solution Accelerator for multimodal marketing content generation using Microsoft Agent Framework.\n" |
|
132 | 132 | "description": "Optional. API version for Azure OpenAI service." |
133 | 133 | } |
134 | 134 | }, |
135 | | - "azureAiAgentApiVersion": { |
136 | | - "type": "string", |
137 | | - "defaultValue": "2025-05-01", |
138 | | - "metadata": { |
139 | | - "description": "Optional. API version for Azure AI Agent service." |
140 | | - } |
141 | | - }, |
142 | 135 | "gptModelCapacity": { |
143 | 136 | "type": "int", |
144 | 137 | "defaultValue": 150, |
|
302 | 295 | "replicaLocation": "[coalesce(tryGet(variables('replicaRegionPairs'), resourceGroup().location), parameters('secondaryLocation'))]", |
303 | 296 | "azureSearchIndex": "products", |
304 | 297 | "aiSearchName": "[format('srch-{0}', variables('solutionSuffix'))]", |
305 | | - "aiSearchConnectionName": "[format('foundry-search-connection-{0}', variables('solutionSuffix'))]", |
306 | 298 | "useExistingLogAnalytics": "[not(empty(parameters('existingLogAnalyticsWorkspaceId')))]", |
307 | 299 | "useExistingAiFoundryAiProject": "[not(empty(parameters('azureExistingAIProjectResourceId')))]", |
308 | 300 | "aiFoundryAiServicesResourceGroupName": "[if(variables('useExistingAiFoundryAiProject'), split(parameters('azureExistingAIProjectResourceId'), '/')[4], format('rg-{0}', variables('solutionSuffix')))]", |
|
376 | 368 | "storageAccountName": "[format('st{0}', variables('solutionSuffix'))]", |
377 | 369 | "productImagesContainer": "product-images", |
378 | 370 | "generatedImagesContainer": "generated-images", |
379 | | - "dataContainer": "data", |
380 | 371 | "cosmosDBResourceName": "[format('cosmos-{0}', variables('solutionSuffix'))]", |
381 | 372 | "cosmosDBDatabaseName": "content_generation_db", |
382 | 373 | "cosmosDBConversationsContainer": "conversations", |
|
424 | 415 | "existingResourceGroup" |
425 | 416 | ] |
426 | 417 | }, |
427 | | - "aiSearchFoundryConnection": { |
428 | | - "condition": "[not(variables('useExistingAiFoundryAiProject'))]", |
429 | | - "type": "Microsoft.CognitiveServices/accounts/projects/connections", |
430 | | - "apiVersion": "2025-12-01", |
431 | | - "name": "[format('{0}/{1}/{2}', variables('aiFoundryAiServicesResourceName'), variables('aiFoundryAiProjectResourceName'), variables('aiSearchConnectionName'))]", |
432 | | - "properties": { |
433 | | - "category": "CognitiveSearch", |
434 | | - "target": "[format('https://{0}.search.windows.net', variables('aiSearchName'))]", |
435 | | - "authType": "AAD", |
436 | | - "isSharedToAll": true, |
437 | | - "metadata": { |
438 | | - "ApiVersion": "2024-05-01-preview", |
439 | | - "ResourceId": "[reference('aiSearch').outputs.resourceId.value]" |
440 | | - } |
441 | | - }, |
442 | | - "dependsOn": [ |
443 | | - "aiFoundryAiServicesProject", |
444 | | - "aiSearch" |
445 | | - ] |
446 | | - }, |
447 | 418 | "logAnalyticsWorkspace": { |
448 | 419 | "condition": "[and(parameters('enableMonitoring'), not(variables('useExistingLogAnalytics')))]", |
449 | 420 | "type": "Microsoft.Resources/deployments", |
|
27427 | 27398 | { |
27428 | 27399 | "name": "[variables('generatedImagesContainer')]", |
27429 | 27400 | "publicAccess": "None" |
27430 | | - }, |
27431 | | - { |
27432 | | - "name": "[variables('dataContainer')]", |
27433 | | - "publicAccess": "None" |
27434 | 27401 | } |
27435 | 27402 | ] |
27436 | 27403 | } |
|
44711 | 44678 | }, |
44712 | 44679 | "value": "[resourceGroup().name]" |
44713 | 44680 | }, |
44714 | | - "AI_FOUNDRY_NAME": { |
44715 | | - "type": "string", |
44716 | | - "metadata": { |
44717 | | - "description": "Contains AI Foundry Name" |
44718 | | - }, |
44719 | | - "value": "[variables('aiFoundryAiProjectResourceName')]" |
44720 | | - }, |
44721 | | - "AI_FOUNDRY_RG_NAME": { |
44722 | | - "type": "string", |
44723 | | - "metadata": { |
44724 | | - "description": "Contains AI Foundry RG Name" |
44725 | | - }, |
44726 | | - "value": "[variables('aiFoundryAiServicesResourceGroupName')]" |
44727 | | - }, |
44728 | 44681 | "AI_FOUNDRY_RESOURCE_ID": { |
44729 | 44682 | "type": "string", |
44730 | 44683 | "metadata": { |
|
44809 | 44762 | }, |
44810 | 44763 | "value": "[variables('aiFoundryAiServicesResourceName')]" |
44811 | 44764 | }, |
44812 | | - "AZURE_AI_AGENT_ENDPOINT": { |
44813 | | - "type": "string", |
44814 | | - "metadata": { |
44815 | | - "description": "Contains AI Agent Endpoint" |
44816 | | - }, |
44817 | | - "value": "[if(variables('useExistingAiFoundryAiProject'), format('https://{0}.services.ai.azure.com/api/projects/{1}', variables('aiFoundryAiServicesResourceName'), variables('aiFoundryAiProjectResourceName')), reference('aiFoundryAiServicesProject').outputs.apiEndpoint.value)]" |
44818 | | - }, |
44819 | | - "AZURE_AI_AGENT_API_VERSION": { |
44820 | | - "type": "string", |
44821 | | - "metadata": { |
44822 | | - "description": "Contains AI Agent API Version" |
44823 | | - }, |
44824 | | - "value": "[parameters('azureAiAgentApiVersion')]" |
44825 | | - }, |
44826 | 44765 | "AZURE_APPLICATION_INSIGHTS_CONNECTION_STRING": { |
44827 | 44766 | "type": "string", |
44828 | 44767 | "metadata": { |
|
44844 | 44783 | }, |
44845 | 44784 | "value": "[reference('containerInstance').outputs.name.value]" |
44846 | 44785 | }, |
44847 | | - "CONTAINER_INSTANCE_IP": { |
44848 | | - "type": "string", |
44849 | | - "metadata": { |
44850 | | - "description": "Contains Container Instance IP Address" |
44851 | | - }, |
44852 | | - "value": "[reference('containerInstance').outputs.ipAddress.value]" |
44853 | | - }, |
44854 | 44786 | "CONTAINER_INSTANCE_FQDN": { |
44855 | 44787 | "type": "string", |
44856 | 44788 | "metadata": { |
|
0 commit comments