mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update azuredeploy.bicep
This commit is contained in:
@@ -184,7 +184,7 @@ resource WebApp_Resource 'Microsoft.Web/sites@2021-02-01' = {
|
||||
resource sourceControl 'Microsoft.Web/sites/sourcecontrols@2021-02-01' = {
|
||||
name: '${projectName}app/web'
|
||||
properties: {
|
||||
repoUrl: 'https://github.com/Pietervanhove/sql-server-samples.git'
|
||||
repoUrl: 'https://github.com/microsoft/sql-server-samples.git'
|
||||
branch: 'master'
|
||||
isManualIntegration: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user