File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 81
81
},
82
82
"resources" : [
83
83
{
84
- "apiVersion" : " 2014-04-01" ,
84
+ "apiVersion" : " 2015-08-01" ,
85
+ "name" : " appsettings" ,
85
86
"type" : " config" ,
86
- "name" : " web" ,
87
87
"dependsOn" : [
88
88
" [concat('Microsoft.Web/Sites/', parameters('siteName'))]"
89
89
],
90
90
"properties" : {
91
- "appSettings" : [
92
- {
93
- "name" : " apiKey" ,
94
- "value" : " [parameters('NuGetApiKey')]"
95
- },
96
- {
97
- "name" : " SCM_SITEEXTENSIONS_FEED_URL" ,
98
- "value" : " http://www.siteextensions.net/api/v2/"
99
- },
100
- {
101
- "name" : " APPINSIGHTS_INSTRUMENTATIONKEY" ,
102
- "value" : " [reference(concat('Microsoft.Insights/components/', parameters('siteName'))).InstrumentationKey]"
103
- }
104
- ]
91
+ "apiKey" : " [parameters('NuGetApiKey')]"
92
+ "SCM_SITEEXTENSIONS_FEED_URL" : " http://www.siteextensions.net/api/v2/"
93
+ "APPINSIGHTS_INSTRUMENTATIONKEY" : " [reference(concat('Microsoft.Insights/components/', parameters('siteName'))).InstrumentationKey]"
105
94
}
106
95
},
107
96
{
132
121
]
133
122
}
134
123
]
135
- }
124
+ }
You can’t perform that action at this time.
0 commit comments