Azure Functions are Microsoft's primary serverless compute service. With Azure Functions you gain development agility by focusing on your code and not worrying about maintaining servers. You will observe these benefits as well as the simplicity of using Azure Function's event-driven model to integrate Azure services.
The Function you create in this Lab will integrate Azure Blob Storage with Azure Table Storage. Any time a blob is uploaded to a Blob Storage container, a corresponding row in Table Storage will be created. The function highlights the concepts of triggers and bindings and demonstrate how easy it is to integrate services with Azure Functions.
You can take the Introduction to Azure Functions Course to satisfy the prerequisites.
August 21st, 2024 - Updated function version
June 11th, 2024 - Updated the instructions and screenshots to reflect the latest UI
May 7th, 2024 - Updated the instructions and screenshots to reflect the latest UI
January 8th, 2024 - Updated instructions to enable Application Insights
November 11th, 2023 - Resolved deployment issue
October 4th, 2023 - Updated instructions and screenshots to reflect the latest UI
August 3rd, 2023 - Resolved intermittent deployment issue
May 18th, 2023 - Updated instructions and screenshots to reflect the latest UI
June 16th, 2022 - Resolved issue regarding Application Insights
May 09, 2022 - Updated instructions and screenshots to reflect the latest UI
February 28th, 2022 - Updated instructions and screenshots to reflect the latest UI
March 27th, 2021 - Updated to the latest Portal experience, resolved an issue causing the lab storage account not being selectable when creating the function app