This repository was archived by the owner on Apr 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 101
101
{
102
102
"type" : " Microsoft.Storage/storageAccounts" ,
103
103
"name" : " [variables('storageAccountName')]" ,
104
- "apiVersion" : " 2016-01 -01" ,
104
+ "apiVersion" : " 2019-06 -01" ,
105
105
"location" : " [resourceGroup().location]" ,
106
106
"comments" : " This storage account is used by the functions." ,
107
107
"sku" : {
136
136
],
137
137
"kind" : " functionapp" ,
138
138
"properties" : {
139
- "serverFarmId" : " [variables('hostingPlanName')]" ,
139
+ "serverFarmId" : " [resourceId('Microsoft.Web/serverfarms', variables('hostingPlanName') )]" ,
140
140
"siteConfig" : {
141
141
"appSettings" : [
142
142
{
229
229
"apiVersion" : " 2019-08-01" ,
230
230
"comments" : " This section sets up source control for continuous integration on the Function app and pulls the source code down from Github." ,
231
231
"dependsOn" : [
232
- " [resourceId('Microsoft.Web/sites', variables('functionsAppName'))]" ,
233
- " [concat('Microsoft.Web/sites/', variables('functionsAppName'), '/config/appsettings')]"
232
+ " [resourceId('Microsoft.Web/Sites', variables('functionsAppName'))]"
234
233
],
235
234
"properties" : {
236
235
"repoUrl" : " [parameters('sourceCodeRepositoryURL')]" ,
You can’t perform that action at this time.
0 commit comments