An Azure service that provides an event-driven serverless compute platform.
@Himanshu Shrivastava Thanks for the confirmation. Unfortunately, it is not possible to set the attribute ConnectionStringSetting dynamically while calling/executing your function.
You need to define the ConnectionStringSetting that contains the connection string for the database to which data is being written.
The alternative would be levering the HTTP trigger and writing your own code to communicate with different Azure SQL database based on the user input.