File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,10 @@ var appServiceSettings = {
105105 }
106106 web : {
107107 name : '${name }-web'
108- /*
109108 git : {
110- repo: appGitRepository
111- branch: appGetRepositoryBranch
109+ repo : 'https://github.com/crpietschmann/cosmos-db-dev-guide-frontend-app.git'
110+ branch : 'main'
112111 }
113- */
114112 }
115113 api : {
116114 name : '${name }-api'
@@ -284,7 +282,6 @@ resource appServiceWebInsights 'Microsoft.Insights/components@2020-02-02' = {
284282 }
285283}
286284
287- /*
288285resource appServiceWebDeployment 'Microsoft.Web/sites/sourcecontrols@2021-03-01' = {
289286 parent : appServiceWeb
290287 name : 'web'
@@ -297,7 +294,7 @@ resource appServiceWebDeployment 'Microsoft.Web/sites/sourcecontrols@2021-03-01'
297294 appServiceWebSettings
298295 ]
299296}
300- */
297+
301298
302299/* *************************************************************** */
303300/* API Hosting - Azure Functions */
You can’t perform that action at this time.
0 commit comments