Update azuredeploy.bicep

This commit is contained in:
Pieter
2023-01-18 17:43:17 +01:00
parent e0916d067c
commit cf69f7daa2
@@ -150,10 +150,8 @@ resource WebApp_Resource 'Microsoft.Web/sites@2022-03-01' = {
resource sourceControl 'Microsoft.Web/sites/sourcecontrols@2022-03-01' = {
name: '${projectName}app/web'
properties: {
//repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
//branch: 'master'
repoUrl: 'https://github.com/Pietervanhove/sql-server-samples.git'
branch: 'AEVBSDemo'
repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
branch: 'master'
isManualIntegration: true
}
dependsOn: [