August 2017
Intermediate to advanced
468 pages
12h 5m
English
Unlike the HTTP-triggered function, this function requires an integration with Azure Storage, which is entirely cloud-based. The function can be run and debugged locally, but it requires the WebJobs job host to be based in Azure. To make sure that the job host is based in Azure, we need to set the AzureWebJobsStorage setting to our Azure Function App storage account connection string, as discussed in previous chapters.
We cannot debug a Blob Storage triggered function without an internet connection. We can, however, debug the function locally without using the Azure Portal to interact with the storage account. To connect to the storage account from the local computer, we need an application called Azure Storage ...