Skip to content

Commit e435574

Browse files
author
Balakrishnan, Rajkumar
committed
updated secret storage to files instead of blobs
1 parent 0c0ba91 commit e435574

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

audio/deploy/microservice.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@
119119
"CognitiveServicesSpeechApiKey": "[listKeys(variables('cognitiveServicesAccountName'),'2016-02-01-preview').key1]",
120120
"EventGridTopicEndpoint": "[reference(variables('eventGridTopicResourceId'), '2018-01-01').endpoint]",
121121
"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"
123124
},
124125
"dependsOn": [
125126
"[resourceId('Microsoft.Web/sites', variables('functionsApiAppName'))]",
@@ -159,7 +160,8 @@
159160
"CognitiveServicesSpeechApiKey": "[listKeys(variables('cognitiveServicesAccountName'),'2016-02-01-preview').key1]",
160161
"EventGridTopicEndpoint": "[reference(variables('eventGridTopicResourceId'), '2018-01-01').endpoint]",
161162
"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"
163165
},
164166
"dependsOn": [
165167
"[resourceId('Microsoft.Web/sites', variables('functionsWorkerApiAppName'))]",

0 commit comments

Comments
 (0)