August 2017
Intermediate to advanced
332 pages
8h 54m
English
Azure Functions that are created from Visual Studio 2017 are precompiled, which means you deploy the .dll files from Visual Studio 2017 to Azure. So, you cannot edit the functions' code in Azure after you deploy. However, you can make changes to the configurations, such as changing the Azure Storage connection string, the container path, and so on. We will look at how to do that in the next recipe.