Skip to content

Commit

Permalink
101-Cognitive-Services-Trans
Browse files Browse the repository at this point in the history
having to set location as global
  • Loading branch information
leestott committed Nov 8, 2019
1 parent c8b3549 commit 4a9b441
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions 101-cognitive-services-translate/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
},
"type": "string"
},
"location": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
"description": "Specifies the location in which the Azure Storage resources should be deployed."
}
},
"SKU": {
"type": "string",
"metadata": {
Expand All @@ -40,7 +33,7 @@
"kind": "TextTranslation",
"name": "[parameters('AccountsName')]",
"apiVersion": "2017-04-18",
"location": "[parameters('location')]",
"location": "global",
"properties": {}
}
]
Expand Down

0 comments on commit 4a9b441

Please sign in to comment.