Skip to content

Commit b00a1c8

Browse files
committed
Update azuredeploy.bicep
1 parent 1804ca7 commit b00a1c8

File tree

1 file changed

+2
-4
lines changed
  • samples/features/security/always-encrypted-with-secure-enclaves/azure-sql-database-vbs/setup

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,8 @@ resource sourceControl 'Microsoft.Web/sites/sourcecontrols@2022-09-01' = {
145145
parent: WebApp_Resource
146146
name: 'web'
147147
properties: {
148-
//repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
149-
repoUrl : 'https://github.com/Pietervanhove/sql-server-samples.git'
150-
//branch: 'master'
151-
branch: 'AlwaysEncryptedDemos'
148+
repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
149+
branch: 'master'
152150
isManualIntegration: true
153151
}
154152
dependsOn: [

0 commit comments

Comments
 (0)