Skip to content

Commit 6ad4e79

Browse files
committed
Update azuredeploy.bicep
1 parent 69ce325 commit 6ad4e79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/features/security/always-encrypted-with-secure-enclaves/azure-sql-database/setup

samples/features/security/always-encrypted-with-secure-enclaves/azure-sql-database/setup/azuredeploy.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ resource WebApp_Resource 'Microsoft.Web/sites@2021-01-01' = {
150150
resource sourceControl 'Microsoft.Web/sites/sourcecontrols@2021-01-01' = {
151151
name: '${projectName}app/web'
152152
properties: {
153-
repoUrl: 'https://github.com/Pietervanhove/sql-server-samples.git'
154-
branch: 'AESQLDBWithEnclavesDemo'
153+
repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
154+
branch: 'master'
155155
isManualIntegration: true
156156
}
157157
dependsOn: [

0 commit comments

Comments
 (0)