I am creating a Azure Service Bus Trigger function in my visual studio and I have added a configuration file in the project. The file is read by one of my method in the Azure function. I would like to know that when I publish this function to my Function App in Azure, will this file be deployed as well or is there any thing else I have to do to make the function when deployed read this file??