In traditional webservers you would have a SQL connection pool and persistent connection to the database.
But I am thinking of creating my entire application as Azure Functions. Will the functions create a new connection the SQL server everytime its called upon?