I am currently running through the tutorial written here for creating and deploying a queue triggered azure function.
In the "Create a function" section on step 2, it isn't clear to me what we are supposed to put for the "Connection" string. I am assuming it is the storage account name that you want the function to use.
The other issue I am having is when I have set up and tested the Azure Function on my local system, I go to deploy it to Azure and I am not presented with an option to select a current storage account to use.
I believe this is causing a new storage account to be created when I publish the function to azure. This is very frustrating because that means I have to use a storage account with an ugly GUID and also have to create a new storage queue. Am I missing a step somewhere?


