2021年3月7日星期日

Publishing Azure Function App - Error: Value Cannot be null. Parameter name

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:

  1. Created ServiceBusTrigger (entered in sub, Connection string, and topic and didnt change anything else)

  2. Then right clicked on the project and went to publish.

  3. Selected my subscription and added my function app.

  4. Hit Finish and then got the error in the image.

Error here:

enter image description here

https://stackoverflow.com/questions/66501865/publishing-azure-function-app-error-value-cannot-be-null-parameter-name March 06, 2021 at 10:41AM

没有评论:

发表评论