I\'m attempting to deploy an API Connection to a Table Store via an ARM template, but the template below is returning an error -
Input parameters are inva
The values on the accepted answer did not work for me, this did though:
"parameterValues": { "accountName": "[parameters('storageName')]", "accessKey": "[parameters('storageKey')]" }