Skip to content

Commit 348547c

Browse files
Merge pull request #172 from microsoft/tech-connect-sql
chore: Add AZURE_ENV_ONLY output and update imageTag for workshop deployment
2 parents 4018458 + 7d9b13c commit 348547c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,4 @@ output SEARCH_DATA_FOLDER string = isWorkshop ? 'data/default/documents' : ''
451451
output AZURE_AI_SEARCH_CONNECTION_NAME string = isWorkshop ? aifoundry.outputs.aiSearchConnectionName : ''
452452
output AZURE_AI_PROJECT_ENDPOINT string = aifoundry.outputs.projectEndpoint
453453
output IS_WORKSHOP bool = isWorkshop
454+
output AZURE_ENV_ONLY bool = azureEnvOnly

infra/main.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.40.2.10011",
8-
"templateHash": "5328852932549604918"
8+
"templateHash": "17800107476078640122"
99
}
1010
},
1111
"parameters": {
@@ -149,7 +149,7 @@
149149
},
150150
"imageTag": {
151151
"type": "string",
152-
"defaultValue": "[if(parameters('isWorkshop'), 'latest_waf', 'latest_v2')]"
152+
"defaultValue": "[if(parameters('isWorkshop'), 'latest_workshop', 'latest_v2')]"
153153
},
154154
"deployApp": {
155155
"type": "bool",
@@ -4354,6 +4354,10 @@
43544354
"IS_WORKSHOP": {
43554355
"type": "bool",
43564356
"value": "[parameters('isWorkshop')]"
4357+
},
4358+
"AZURE_ENV_ONLY": {
4359+
"type": "bool",
4360+
"value": "[parameters('azureEnvOnly')]"
43574361
}
43584362
}
43594363
}

0 commit comments

Comments
 (0)