|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.42.1.51946", |
9 | | - "templateHash": "3873041626013848627" |
| 9 | + "templateHash": "12441959736083561218" |
10 | 10 | }, |
11 | 11 | "name": "Intelligent Content Generation Accelerator", |
12 | 12 | "description": "Solution Accelerator for multimodal marketing content generation using Microsoft Agent Framework.\n" |
|
399 | 399 | "avmTelemetry": { |
400 | 400 | "condition": "[parameters('enableTelemetry')]", |
401 | 401 | "type": "Microsoft.Resources/deployments", |
402 | | - "apiVersion": "2024-03-01", |
| 402 | + "apiVersion": "2025-04-01", |
403 | 403 | "name": "[format('46d3xbcp.ptn.sa-contentgeneration.{0}.{1}', replace('-..--..-', '.', '-'), substring(uniqueString(deployment().name, variables('solutionLocation')), 0, 4))]", |
404 | 404 | "properties": { |
405 | 405 | "mode": "Incremental", |
|
42363 | 42363 | "_generator": { |
42364 | 42364 | "name": "bicep", |
42365 | 42365 | "version": "0.42.1.51946", |
42366 | | - "templateHash": "2970127717844929527" |
| 42366 | + "templateHash": "18300393946144087310" |
42367 | 42367 | } |
42368 | 42368 | }, |
42369 | 42369 | "definitions": { |
|
43402 | 43402 | "_generator": { |
43403 | 43403 | "name": "bicep", |
43404 | 43404 | "version": "0.42.1.51946", |
43405 | | - "templateHash": "12846584330925464650" |
| 43405 | + "templateHash": "1934732677721164061" |
43406 | 43406 | }, |
43407 | 43407 | "name": "Site App Settings", |
43408 | 43408 | "description": "This module deploys a Site App Setting." |
|
43500 | 43500 | "condition": "[not(empty(parameters('storageAccountResourceId')))]", |
43501 | 43501 | "existing": true, |
43502 | 43502 | "type": "Microsoft.Storage/storageAccounts", |
43503 | | - "apiVersion": "2025-06-01", |
| 43503 | + "apiVersion": "2025-08-01", |
43504 | 43504 | "subscriptionId": "[split(parameters('storageAccountResourceId'), '/')[2]]", |
43505 | 43505 | "resourceGroup": "[split(parameters('storageAccountResourceId'), '/')[4]]", |
43506 | 43506 | "name": "[last(split(parameters('storageAccountResourceId'), '/'))]" |
|
43515 | 43515 | "type": "Microsoft.Web/sites/config", |
43516 | 43516 | "apiVersion": "2025-03-01", |
43517 | 43517 | "name": "[format('{0}/{1}', parameters('appName'), parameters('name'))]", |
43518 | | - "properties": "[union(parameters('properties'), parameters('currentAppSettings'), if(and(not(empty(parameters('storageAccountResourceId'))), not(parameters('storageAccountUseIdentityAuthentication'))), createObject('AzureWebJobsStorage', format('DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1};EndpointSuffix={2}', last(split(parameters('storageAccountResourceId'), '/')), listKeys('storageAccount', '2025-06-01').keys[0].value, environment().suffixes.storage)), if(and(not(empty(parameters('storageAccountResourceId'))), parameters('storageAccountUseIdentityAuthentication')), createObject('AzureWebJobsStorage__accountName', last(split(parameters('storageAccountResourceId'), '/')), 'AzureWebJobsStorage__blobServiceUri', reference('storageAccount').primaryEndpoints.blob, 'AzureWebJobsStorage__queueServiceUri', reference('storageAccount').primaryEndpoints.queue, 'AzureWebJobsStorage__tableServiceUri', reference('storageAccount').primaryEndpoints.table), createObject())), if(not(empty(parameters('applicationInsightResourceId'))), createObject('APPLICATIONINSIGHTS_CONNECTION_STRING', reference('applicationInsights').ConnectionString), createObject()), variables('loggingProperties'))]", |
| 43518 | + "properties": "[union(parameters('properties'), parameters('currentAppSettings'), if(and(not(empty(parameters('storageAccountResourceId'))), not(parameters('storageAccountUseIdentityAuthentication'))), createObject('AzureWebJobsStorage', format('DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1};EndpointSuffix={2}', last(split(parameters('storageAccountResourceId'), '/')), listKeys('storageAccount', '2025-08-01').keys[0].value, environment().suffixes.storage)), if(and(not(empty(parameters('storageAccountResourceId'))), parameters('storageAccountUseIdentityAuthentication')), createObject('AzureWebJobsStorage__accountName', last(split(parameters('storageAccountResourceId'), '/')), 'AzureWebJobsStorage__blobServiceUri', reference('storageAccount').primaryEndpoints.blob, 'AzureWebJobsStorage__queueServiceUri', reference('storageAccount').primaryEndpoints.queue, 'AzureWebJobsStorage__tableServiceUri', reference('storageAccount').primaryEndpoints.table), createObject())), if(not(empty(parameters('applicationInsightResourceId'))), createObject('APPLICATIONINSIGHTS_CONNECTION_STRING', reference('applicationInsights').ConnectionString), createObject()), variables('loggingProperties'))]", |
43519 | 43519 | "dependsOn": [ |
43520 | 43520 | "applicationInsights", |
43521 | 43521 | "storageAccount" |
|
0 commit comments