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 - Azure Tutorial
From the course: Extend Web Application Functionality on Microsoft Azure
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
-
-
-
-
Using Azure AI's Computer Vision to smartly crop the images40s
-
(Locked)
Provisioning the Cognitive Service resource3m 18s
-
(Locked)
Creating the ThumbnailAICreator project1m 53s
-
(Locked)
Implementing the code to crop the images6m 39s
-
(Locked)
Testing the Azure Function locally1m 43s
-
(Locked)
Provisioning the new Function App using the Azure Portal1m 37s
-
(Locked)
Publishing the Function and testing the web application4m 39s
-
-
-
-