November 2018
Intermediate to advanced
424 pages
10h 55m
English
Azure Functions that are created from Visual Studio 2017 are precompiled, which means that you deploy the .dll files from Visual Studio 2017 to Azure. Therefore, you cannot edit the functions' code in Azure after you deploy them. However, you can make changes to the configurations, such as changing the Azure Storage connection string and the container path. We will look at how to do this in the next recipe.