I'm developing an Azure Function using C# and I had to use a NuGet package called NetOffice.
I finished mu function and published it on Azure portal, but when i run it for testing, i get an error that the package i used is not installed.
I want clear and step by step guide to know how to install the package in Azure portal OR how to publish my function with all its packages from Visual Studio.
Thanks