Skip to content

Commit

Permalink
Hopefully fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
csiebler committed Jul 17, 2020
1 parent 60e22ca commit 7c5baa8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,7 @@
"name": "S0"
},
"kind": "CognitiveServices",
"location": "eastus",
"properties": {
"apiProperties": {
"statisticsEnabled": false
},
"publicNetworkAccess": "Enabled"
}
"location": "[toLower(replace(parameters('location'),' ', ''))]"
},
{
"apiVersion": "2016-03-01",
Expand Down

0 comments on commit 7c5baa8

Please sign in to comment.