We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fb331 commit e5c00beCopy full SHA for e5c00be
infra/main.json
@@ -2659,7 +2659,7 @@
2659
}
2660
},
2661
"variables": {
2662
- "WebAppImageName": "DOCKER|macaetestcr.azurecr.io/cawebapp:testca"
+ "WebAppImageName": "[format('DOCKER|bycwacontainerreg.azurecr.io/byc-wa-app:{0}', parameters('imageTag'))]"
2663
2664
"resources": [
2665
{
@@ -2855,10 +2855,6 @@
2855
"name": "SQLDB_USER_MID",
2856
"value": "[parameters('userassignedIdentityClientId')]"
2857
2858
- {
2859
- "name": "OPENAI_API_VERSION",
2860
- "value": "[parameters('AzureOpenAIApiVersion')]"
2861
- },
2862
2863
"name": "AZURE_AI_SEARCH_ENDPOINT",
2864
"value": "[parameters('azureSearchServiceEndpoint')]"
0 commit comments