What does the $ symbol mean in ARM template or is there a significance of the symbol? I cant find a reference of it, but I found it on the export template file for the logic Apps:
"parameters": {
"$connections": {
"value": {
"azureblob": {
"connectionId": "[parameters('value1')]",
"connectionName": "connectionName",
"id": "/subscriptions/xxxxx-xxx-xxx-xxxx-e96113994f0a/providers/Microsoft.Web/locations/westeurope/managedApis/azureblob"
},
"sql": {
"connectionId": "[parameters('connections_sql_externalid')]",
"connectionName": "sql",
"id": "/subscriptions/xxxxxx-xxx-xxxx-xxxx-e96113994f0a/providers/Microsoft.Web/locations/westeurope/managedApis/sql"
},
"sftp": {
"connectionId": "[parameters('connections_sftpName_externalid')]",
"connectionName": "sftpName",
"id": "/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-e96113994f0a/providers/Microsoft.Web/locations/westeurope/managedApis/sftpwithssh"
}
}
}