Skip to content

Commit 4ca782e

Browse files
Merge pull request #1 from Vamshi-Microsoft/vk-deploy-final
Add ACR name parameter to parameter files
2 parents 79b80b4 + bdf269f commit 4ca782e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

infra/main.parameters.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
},
4141
"azureExistingAIProjectResourceId":{
4242
"value": "${AZURE_EXISTING_AI_PROJECT_RESOURCE_ID}"
43+
},
44+
"acrName": {
45+
"value": "${AZURE_ENV_ACR_NAME}"
4346
}
4447
}
4548
}

infra/main.waf.parameters.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
},
5959
"azureExistingAIProjectResourceId":{
6060
"value": "${AZURE_EXISTING_AI_PROJECT_RESOURCE_ID}"
61+
},
62+
"acrName": {
63+
"value": "${AZURE_ENV_ACR_NAME}"
6164
}
6265
}
6366
}

0 commit comments

Comments
 (0)