@@ -1277,10 +1277,6 @@ module containerApp 'br/public:avm/res/app/container-app:0.18.1' = {
12771277 name : 'AZURE_AI_SEARCH_CONNECTION_NAME'
12781278 value : aiSearchConnectionName
12791279 }
1280- {
1281- name : 'AZURE_AI_SEARCH_INDEX_NAME'
1282- value : aiSearchIndexName
1283- }
12841280 {
12851281 name : 'AZURE_AI_SEARCH_ENDPOINT'
12861282 value : searchService .outputs .endpoint
@@ -1333,10 +1329,6 @@ module containerApp 'br/public:avm/res/app/container-app:0.18.1' = {
13331329 name : 'AZURE_STORAGE_BLOB_URL'
13341330 value : avmStorageAccount .outputs .serviceEndpoints .blob
13351331 }
1336- {
1337- name : 'AZURE_STORAGE_CONTAINER_NAME'
1338- value : storageContainerName
1339- }
13401332 {
13411333 name : 'AZURE_AI_MODEL_DEPLOYMENT_NAME'
13421334 value : aiFoundryAiServicesModelDeployment .name
@@ -1785,10 +1777,8 @@ output webSiteDefaultHostname string = webSite.outputs.defaultHostname
17851777
17861778output AZURE_STORAGE_BLOB_URL string = avmStorageAccount .outputs .serviceEndpoints .blob
17871779output AZURE_STORAGE_ACCOUNT_NAME string = storageAccountName
1788- output AZURE_STORAGE_CONTAINER_NAME string = storageContainerName
17891780output AZURE_AI_SEARCH_ENDPOINT string = searchService .outputs .endpoint
17901781output AZURE_AI_SEARCH_NAME string = searchService .outputs .name
1791- output AZURE_AI_SEARCH_INDEX_NAME string = aiSearchIndexName
17921782
17931783output COSMOSDB_ENDPOINT string = 'https://${cosmosDbResourceName }.documents.azure.com:443/'
17941784output COSMOSDB_DATABASE string = cosmosDbDatabaseName
0 commit comments