December 2019
Beginner to intermediate
770 pages
16h 14m
English
Our Azure functions can be deployed to our Azure subscription directly from Visual Studio. To deploy these functions to Azure, you need to create a new Azure App Service instance, as follows:

After that, publish your functions to this Azure App Service:

If you go to the Azure portal, you will see that the functions have been published and that you now have a public URL to test them:

Now, the functions run on an ...
Read now
Unlock full access