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 a3f01f1 commit 674a48eCopy full SHA for 674a48e
1 file changed
infra/main.parameters.json
@@ -2,17 +2,17 @@
2
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
3
"contentVersion": "1.0.0.0",
4
"parameters": {
5
- "solutionName32": {
6
- "value": "${AZURE_ENV_NAMEsfsd}"
+ "solutionName": {
+ "value": "${AZURE_ENV_NAME}"
7
},
8
"location": {
9
- "value": "${AZURE_LOCATION45}"
+ "value": "${AZURE_LOCATION12}"
10
11
- "azureAiServiceLocation54": {
12
- "value": "${AZURE_ENV_AI_SERVICE_LOCATION}"
+ "azureAiServiceLocation": {
+ "value": "${AZURE_ENV_AI_SERVICE_LOCATION34}"
13
14
- "deploymentType34": {
15
- "value": "${AZURE_ENV_MODEL_DEPLOYMENT_TYPE2232}"
+ "deploymentType": {
+ "value": "${AZURE_ENV_MODEL_DEPLOYMENT_TYPE233}"
16
17
"gptModelName": {
18
"value": "${AZURE_ENV_GPT_MODEL_NAME}"
0 commit comments