We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e199bf commit d7c71bbCopy full SHA for d7c71bb
.pipelines/diabetes_regression-ci-build-train.yml
@@ -182,7 +182,8 @@ stages:
182
inputs:
183
azureSubscription: 'AzureResourceConnection'
184
appName: '$(WEBAPP_DEPLOYMENT_NAME)'
185
- containers: '$(IMAGE_LOCATION)'
+ resourceGroupName: '$(RESOURCE_GROUP)'
186
+ imageName: '$(IMAGE_LOCATION)'
187
- task: AzureCLI@1
188
displayName: 'Smoke test'
189
0 commit comments