Skip to content

Commit 0c0ba91

Browse files
author
Balakrishnan, Rajkumar
committed
updated secrets storage from blobs to files
1 parent 76f66da commit 0c0ba91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

categories/deploy/microservice.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@
149149
"CognitiveServicesSearchApiEndpoint": "[variables('cognitiveServicesSearchApiUrl')]",
150150
"CognitiveServicesSearchApiKey": "[listKeys(variables('cognitiveServicesAccountName'),'2016-02-01-preview').key1]",
151151
"BigHugeThesaurusApiEndpoint": "[variables('bigHugeThesaurusApiUrl')]",
152-
"BigHugeThesaurusApiKey": "[parameters('bigHugeThesaurusApiKey')]"
152+
"BigHugeThesaurusApiKey": "[parameters('bigHugeThesaurusApiKey')]",
153+
"AzureWebJobsSecretStorageType":"Files"
153154
},
154155
"dependsOn": [
155156
"[resourceId('Microsoft.Web/sites', variables('functionsWorkerApiAppName'))]",

0 commit comments

Comments
 (0)