I'm trying to bind data from AF to Azure SQL. It's easy to do in Azure Portal adding the binding params in function.json file
{
"type": "apiHubTable",
"name": "outputTable",
"dataSetName": "default",
"tableName": "SpeechToText",
"connection": "sql_SQL",
"direction": "out"
}
But I cant do this in VS2017 preview( Binding to Azure SQL is unavailable)
