I am trying to publish my azure function app to the cloud. I get the to the point where I am able to click finish after selecting my subscription and picking which Function app.
Once I press "Finish" I get this error:
"Value Cannot be null. Parameter name: s"
Not sure what this means. But after checking here I seen that it may have something to do with AzureWebStorageJobs. So I got the connection string from my storage account and added it to my local settings but that still did not work.
Am I missing a step here?
My Steps:
Created ServiceBusTrigger (entered in sub, Connection string, and topic and didnt change anything else)
Then right clicked on the project and went to publish.
Selected my subscription and added my function app.
Hit Finish and then got the error in the image.
Error here: