Error:
Error in Visual Studio when trying to publish project.
Event name should have at least 3 parts separated by slash
Fix:
This specific error happens when you are not logged in to the Azure account in VS (the account that contains the Function app).
To work-around this issue:
- You can go to File -> Account Settings
- Under All Accounts -> Click Add
- Login with your Azure account
- Publish should succeed.
Sources:
https://developercommunity2.visualstudio.com/t/Event-name-should-have-at-least-3-parts-/1255318
Comments