From the course: Extend Web Application Functionality on Microsoft Azure

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Testing the Azure Function locally

Testing the Azure Function locally

- [Instructor] All right, let's click on Debug, and let's wait for this to run. So as we can see, this is running just as expected. The first time that this Azure function runs, it's going to receive all the different blocks from the Photos container. That's why it's processing all of them. In fact, if we use the Azure Storage Explorer, we can see the recently creative thumbnails. So let's go there. Okay, so let's expand Blob Containers and then Thumbnails. We can see that all of them were created by this Azure function. So we can see, for instance, let's open up Surprised Cat number 2, which is the photo that is related with Cheshire. We can see that this time, the thumbnail looks better, since it was created by the computer vision cognitive service. In fact, let's open up the web application. Here in the web application, let's navigate to the Pet Management option, and this time we can see that it looks way better,…

Contents