mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Add AppSetting to deploy the correct project
This commit is contained in:
@@ -139,7 +139,12 @@ resource WebApp_Resource 'Microsoft.Web/sites@2020-12-01' = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//Define AppSetting to fetch the correct project from the GitHub Repository
|
||||
resource AppSetting 'config' = {
|
||||
name: 'appsettings'
|
||||
properties: {
|
||||
PROJECT: 'samples/features/security/contoso-hr-sql-db/source/ContosoHR/ContosoHR.csproj'
|
||||
}
|
||||
// Deploy the application
|
||||
resource sourceControl 'sourcecontrols' = {
|
||||
name: 'web'
|
||||
|
||||
Reference in New Issue
Block a user