File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1102,6 +1102,10 @@ module keyvault 'br/public:avm/res/key-vault/vault:0.12.1' = {
11021102 {name : 'AZURE-OPENAI-PREVIEW-API-VERSION' , value : azureOpenaiAPIVersion }
11031103 {name : 'AZURE-OPEN-AI-DEPLOYMENT-MODEL' , value : gptModelName }
11041104 {name : 'TENANT-ID' , value : subscription ().tenantId }
1105+ {
1106+ name : 'AZURE-AI-AGENT-ENDPOINT'
1107+ value : aiFoundryAiProjectEndpoint
1108+ }
11051109 ]
11061110 }
11071111 dependsOn :[
@@ -1160,7 +1164,8 @@ module webSite 'modules/web-sites.bicep' = {
11601164 {
11611165 name : 'appsettings'
11621166 properties : {
1163- SCM_DO_BUILD_DURING_DEPLOYMENT : 'false'
1167+ SCM_DO_BUILD_DURING_DEPLOYMENT : 'True'
1168+ ENABLE_ORYX_BUILD : 'True'
11641169 AUTH_ENABLED : 'false'
11651170 AZURE_SEARCH_SERVICE : aiSearch .outputs .name
11661171 AZURE_SEARCH_INDEX : azureSearchIndex
You can’t perform that action at this time.
0 commit comments