nmrlqa4
nmrlqa4

Reputation: 679

Azure Function Publish failed error message

When I try to publish my AF (VS 2017 v15.8.6), I get the following error message: "Publishing failed." I downloaded the publishing profile and successfully loaded it in VS. As you can see the Output window is empty. Why is that? I literally do nothing wrong...

enter image description here

Upvotes: 1

Views: 1260

Answers (2)

Matthew Ellison
Matthew Ellison

Reputation: 176

For me this was simply an authorization issue. I realized I was not properly signed into the right account within visual studio. If you bring up Serer Explorer, right click, and click Sign into Azure Subscription. That did the trick for me.

Upvotes: 2

nmrlqa4
nmrlqa4

Reputation: 679

I reset the Publishing profile of the Function from the Azure Portal and reconnect manually within the Studio without importing any PublishSettings and it worked.

Upvotes: 4

Related Questions