This commit is contained in:
Pieter Vanhove
2023-10-25 10:30:07 +02:00
parent 1b5c2f1ca8
commit 1804ca7f7a
@@ -145,8 +145,10 @@ resource sourceControl 'Microsoft.Web/sites/sourcecontrols@2022-09-01' = {
parent: WebApp_Resource parent: WebApp_Resource
name: 'web' name: 'web'
properties: { properties: {
repoUrl: 'https://github.com/microsoft/sql-server-samples.git' //repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
branch: 'master' repoUrl : 'https://github.com/Pietervanhove/sql-server-samples.git'
//branch: 'master'
branch: 'AlwaysEncryptedDemos'
isManualIntegration: true isManualIntegration: true
} }
dependsOn: [ dependsOn: [