Skip to content

Commit cf69f7d

Browse files
committed
Update azuredeploy.bicep
1 parent e0916d0 commit cf69f7d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,8 @@ resource WebApp_Resource 'Microsoft.Web/sites@2022-03-01' = {
150150
resource sourceControl 'Microsoft.Web/sites/sourcecontrols@2022-03-01' = {
151151
name: '${projectName}app/web'
152152
properties: {
153-
//repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
154-
//branch: 'master'
155-
repoUrl: 'https://github.com/Pietervanhove/sql-server-samples.git'
156-
branch: 'AEVBSDemo'
153+
repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
154+
branch: 'master'
157155
isManualIntegration: true
158156
}
159157
dependsOn: [

0 commit comments

Comments
 (0)