Skip to content

Commit d7c71bb

Browse files
authored
Use correct parameter names in web app deploy (#202)
1 parent 9e199bf commit d7c71bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pipelines/diabetes_regression-ci-build-train.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ stages:
182182
inputs:
183183
azureSubscription: 'AzureResourceConnection'
184184
appName: '$(WEBAPP_DEPLOYMENT_NAME)'
185-
containers: '$(IMAGE_LOCATION)'
185+
resourceGroupName: '$(RESOURCE_GROUP)'
186+
imageName: '$(IMAGE_LOCATION)'
186187
- task: AzureCLI@1
187188
displayName: 'Smoke test'
188189
inputs:

0 commit comments

Comments
 (0)