Skip to content

Commit 1804ca7

Browse files
committed
VBS demo
1 parent 1b5c2f1 commit 1804ca7

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,10 @@ 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-
branch: 'master'
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'
150152
isManualIntegration: true
151153
}
152154
dependsOn: [

0 commit comments

Comments
 (0)