From the course: Building a Web Application on Microsoft Azure
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Using Azure Functions to improve your web application - Azure Tutorial
From the course: Building a Web Application on Microsoft Azure
Using Azure Functions to improve your web application
- [Instructor] The company's extremely pleased with the progress so far, and now views application as a critical component of its operations. You have received a new requirement to include pet photos in the Pets Catalog. However, the company's worried about the potential negative impact of this feature on the page's performance due to the presence of some large and heavy images. You instinct is to check if Azure Functions with its powerful triggers and bindings could be the ideal solution for this requirement. Upon discovering that Azure Functions is a potent, multi-platform technology, you decide to use it in the project. So let's roll up our sleeves and get started.
Contents
-
-
-
-
-
-
-
(Locked)
Using Azure Functions to improve your web application46s
-
(Locked)
Creating the Azure Functions project and repository3m 46s
-
(Locked)
Testing the function by using the Azure Storage Explorer3m 54s
-
(Locked)
Implementing the resize code and the output binding5m 21s
-
(Locked)
Modifying the web application to display the thumbnails2m 39s
-
(Locked)
Pushing all the changes to the remote repositories1m 21s
-
(Locked)
Provisioning the Function App resource and testing the app6m 41s
-
(Locked)
-
-