diff --git a/samples/features/security/always-encrypted-with-secure-enclaves/azure-sql-database-vbs/setup/azuredeploy.bicep b/samples/features/security/always-encrypted-with-secure-enclaves/azure-sql-database-vbs/setup/azuredeploy.bicep index 62441271..e1e5f411 100644 --- a/samples/features/security/always-encrypted-with-secure-enclaves/azure-sql-database-vbs/setup/azuredeploy.bicep +++ b/samples/features/security/always-encrypted-with-secure-enclaves/azure-sql-database-vbs/setup/azuredeploy.bicep @@ -145,8 +145,10 @@ resource sourceControl 'Microsoft.Web/sites/sourcecontrols@2022-09-01' = { parent: WebApp_Resource name: 'web' properties: { - repoUrl: 'https://github.com/microsoft/sql-server-samples.git' - branch: 'master' + //repoUrl: 'https://github.com/microsoft/sql-server-samples.git' + repoUrl : 'https://github.com/Pietervanhove/sql-server-samples.git' + //branch: 'master' + branch: 'AlwaysEncryptedDemos' isManualIntegration: true } dependsOn: [