|
16 | 16 |
|
17 | 17 | "applicationInsightsLocation": {
|
18 | 18 | "type": "string",
|
19 |
| - "defaultValue": "westus2" |
| 19 | + "defaultValue": "[resourceGroup().location]" |
20 | 20 | }
|
21 | 21 | },
|
22 | 22 | "variables": {
|
|
117 | 117 | "APPINSIGHTS_INSTRUMENTATIONKEY": "[reference(resourceId('Microsoft.Insights/components', variables('applicationInsightsName')), '2014-04-01').InstrumentationKey]",
|
118 | 118 | "EventGridTopicEndpoint": "[reference(variables('eventGridTopicResourceId'), '2018-01-01').endpoint]",
|
119 | 119 | "EventGridTopicKey": "[listKeys(variables('eventGridTopicResourceId'), '2018-01-01').key1]",
|
120 |
| - "BlobConnectionString": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('blobAccountName'), ';AccountKey=', listKeys(variables('blobAccountName'),'2015-05-01-preview').key1)]" |
| 120 | + "BlobConnectionString": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('blobAccountName'), ';AccountKey=', listKeys(variables('blobAccountName'),'2015-05-01-preview').key1)]", |
| 121 | + "AzureWebJobsSecretStorageType":"Files" |
121 | 122 | },
|
122 | 123 | "dependsOn": [
|
123 | 124 | "[resourceId('Microsoft.Web/sites', variables('functionsApiAppName'))]",
|
|
157 | 158 | "EventGridTopicKey": "[listKeys(variables('eventGridTopicResourceId'), '2018-01-01').key1]",
|
158 | 159 | "BlobConnectionString": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('blobAccountName'), ';AccountKey=', listKeys(variables('blobAccountName'),'2015-05-01-preview').key1)]",
|
159 | 160 | "CognitiveServicesVisionApiEndpoint": "[reference(variables('cognitiveServicesAccountName'),'2016-02-01-preview').endpoint]",
|
160 |
| - "CognitiveServicesVisionApiKey": "[listKeys(variables('cognitiveServicesAccountName'),'2016-02-01-preview').key1]" |
| 161 | + "CognitiveServicesVisionApiKey": "[listKeys(variables('cognitiveServicesAccountName'),'2016-02-01-preview').key1]", |
| 162 | + "AzureWebJobsSecretStorageType":"Files" |
161 | 163 | },
|
162 | 164 | "dependsOn": [
|
163 | 165 | "[resourceId('Microsoft.Web/sites', variables('functionsWorkerApiAppName'))]",
|
|
0 commit comments