Skip to content

Commit 166c654

Browse files
authored
fix hard coded subscription reference (#205)
1 parent 02f6d4e commit 166c654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ stages:
181181
name: WebAppDeploy
182182
displayName: 'Azure Web App on Container Deploy'
183183
inputs:
184-
azureSubscription: 'AzureResourceConnection'
184+
azureSubscription: '$(AZURE_RM_SVC_CONNECTION)'
185185
appName: '$(WEBAPP_DEPLOYMENT_NAME)'
186186
resourceGroupName: '$(RESOURCE_GROUP)'
187187
imageName: '$(IMAGE_LOCATION)'

0 commit comments

Comments
 (0)