|
119 | 119 | "CognitiveServicesSpeechApiKey": "[listKeys(variables('cognitiveServicesAccountName'),'2016-02-01-preview').key1]",
|
120 | 120 | "EventGridTopicEndpoint": "[reference(variables('eventGridTopicResourceId'), '2018-01-01').endpoint]",
|
121 | 121 | "EventGridTopicKey": "[listKeys(variables('eventGridTopicResourceId'), '2018-01-01').key1]",
|
122 |
| - "BlobConnectionString": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('blobAccountName'), ';AccountKey=', listKeys(variables('blobAccountName'),'2015-05-01-preview').key1)]" |
| 122 | + "BlobConnectionString": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('blobAccountName'), ';AccountKey=', listKeys(variables('blobAccountName'),'2015-05-01-preview').key1)]", |
| 123 | + "AzureWebJobsSecretStorageType":"Files" |
123 | 124 | },
|
124 | 125 | "dependsOn": [
|
125 | 126 | "[resourceId('Microsoft.Web/sites', variables('functionsApiAppName'))]",
|
|
159 | 160 | "CognitiveServicesSpeechApiKey": "[listKeys(variables('cognitiveServicesAccountName'),'2016-02-01-preview').key1]",
|
160 | 161 | "EventGridTopicEndpoint": "[reference(variables('eventGridTopicResourceId'), '2018-01-01').endpoint]",
|
161 | 162 | "EventGridTopicKey": "[listKeys(variables('eventGridTopicResourceId'), '2018-01-01').key1]",
|
162 |
| - "BlobConnectionString": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('blobAccountName'), ';AccountKey=', listKeys(variables('blobAccountName'),'2015-05-01-preview').key1)]" |
| 163 | + "BlobConnectionString": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('blobAccountName'), ';AccountKey=', listKeys(variables('blobAccountName'),'2015-05-01-preview').key1)]", |
| 164 | + "AzureWebJobsSecretStorageType":"Files" |
163 | 165 | },
|
164 | 166 | "dependsOn": [
|
165 | 167 | "[resourceId('Microsoft.Web/sites', variables('functionsWorkerApiAppName'))]",
|
|
0 commit comments