|
5 | 5 | "_generator": { |
6 | 6 | "name": "bicep", |
7 | 7 | "version": "0.36.1.42791", |
8 | | - "templateHash": "10112680547008888655" |
| 8 | + "templateHash": "8092463381287522556" |
9 | 9 | } |
10 | 10 | }, |
11 | 11 | "parameters": { |
|
2447 | 2447 | "AZURE_OPEN_AI_ENDPOINT": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.aiServicesTarget.value]", |
2448 | 2448 | "AZURE_OPENAI_API_VERSION": "[variables('azureOpenAIApiVersion')]", |
2449 | 2449 | "AZURE_OPENAI_RESOURCE": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.aiServicesName.value]", |
2450 | | - "AZURE_OPENAI_API_KEY": "[format('@Microsoft.KeyVault(SecretUri={0}secrets/AZURE-OPENAI-KEY/)', reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_keyvault'), '2022-09-01').outputs.keyvaultUri.value)]", |
2451 | 2450 | "AZURE_AI_AGENT_ENDPOINT": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.projectEndpoint.value]", |
2452 | 2451 | "AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME": "[parameters('gptModelName')]", |
2453 | 2452 | "USE_CHAT_HISTORY_ENABLED": "True", |
|
3180 | 3179 | "type": "string", |
3181 | 3180 | "value": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.aiServicesTarget.value]" |
3182 | 3181 | }, |
3183 | | - "AZURE_OPENAI_API_KEY": { |
3184 | | - "type": "string", |
3185 | | - "value": "" |
3186 | | - }, |
3187 | 3182 | "AZURE_OPEN_AI_MODEL_DEPLOYMENT_TYPE": { |
3188 | 3183 | "type": "string", |
3189 | 3184 | "value": "[parameters('deploymentType')]" |
|
0 commit comments