Skip to content

Commit b821883

Browse files
author
Balakrishnan, Rajkumar
committed
updated ARM Template from Speech to SpeechServices
1 parent c6e0f20 commit b821883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

audio/deploy/microservice.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@
179179
{
180180
"name": "[variables('cognitiveServicesAccountName')]",
181181
"type": "Microsoft.CognitiveServices/accounts",
182-
"location": "global",
182+
"location": "[resourceGroup().location]",
183183
"apiVersion": "2016-02-01-preview",
184184
"sku": {
185185
"name": "S0"
186186
},
187-
"kind": "Speech",
187+
"kind": "SpeechServices",
188188
"properties": {}
189189
}
190190
]

0 commit comments

Comments
 (0)