|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.41.2.15936", |
9 | | - "templateHash": "7762801937040004596" |
| 9 | + "templateHash": "14392918201193616164" |
10 | 10 | }, |
11 | 11 | "name": "Intelligent Content Generation Accelerator", |
12 | 12 | "description": "Solution Accelerator for multimodal marketing content generation using Microsoft Agent Framework.\n" |
|
3570 | 3570 | "flowType": { |
3571 | 3571 | "value": "Bluefield" |
3572 | 3572 | }, |
3573 | | - "workspaceResourceId": "[if(variables('useExistingLogAnalytics'), createObject('value', parameters('existingLogAnalyticsWorkspaceId')), if(parameters('enableMonitoring'), createObject('value', reference('logAnalyticsWorkspace').outputs.resourceId.value), createObject('value', '')))]", |
3574 | | - "diagnosticSettings": { |
3575 | | - "value": [ |
3576 | | - { |
3577 | | - "workspaceResourceId": "[if(variables('useExistingLogAnalytics'), parameters('existingLogAnalyticsWorkspaceId'), if(parameters('enableMonitoring'), reference('logAnalyticsWorkspace').outputs.resourceId.value, ''))]" |
3578 | | - } |
3579 | | - ] |
3580 | | - } |
| 3573 | + "workspaceResourceId": "[if(variables('useExistingLogAnalytics'), createObject('value', parameters('existingLogAnalyticsWorkspaceId')), if(parameters('enableMonitoring'), createObject('value', reference('logAnalyticsWorkspace').outputs.resourceId.value), createObject('value', '')))]" |
3581 | 3574 | }, |
3582 | 3575 | "template": { |
3583 | 3576 | "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", |
|
33165 | 33158 | { |
33166 | 33159 | "name": "AZURE_AI_IMAGE_MODEL_DEPLOYMENT", |
33167 | 33160 | "value": "[variables('imageModelConfig')[parameters('imageModelChoice')].name]" |
| 33161 | + }, |
| 33162 | + { |
| 33163 | + "name": "AZURE_BASIC_LOGGING_LEVEL", |
| 33164 | + "value": "INFO" |
| 33165 | + }, |
| 33166 | + { |
| 33167 | + "name": "AZURE_PACKAGE_LOGGING_LEVEL", |
| 33168 | + "value": "WARNING" |
| 33169 | + }, |
| 33170 | + { |
| 33171 | + "name": "AZURE_LOGGING_PACKAGES", |
| 33172 | + "value": "" |
| 33173 | + }, |
| 33174 | + { |
| 33175 | + "name": "APPLICATIONINSIGHTS_CONNECTION_STRING", |
| 33176 | + "value": "[if(parameters('enableMonitoring'), reference('applicationInsights').outputs.connectionString.value, '')]" |
33168 | 33177 | } |
33169 | 33178 | ] |
33170 | 33179 | } |
|
33356 | 33365 | }, |
33357 | 33366 | "dependsOn": [ |
33358 | 33367 | "aiFoundryAiServicesProject", |
| 33368 | + "applicationInsights", |
33359 | 33369 | "userAssignedIdentity", |
33360 | 33370 | "virtualNetwork" |
33361 | 33371 | ] |
|
0 commit comments