In this lab, students will perform a API code migration. To begin, you will deploy an Azure Functions instance before deploying and configuring the Azure Function App. You will also make the necessary API code modifications before copying the code into the new Azure Function App.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Access the “On-Premises” API Code
Using the Azure Cloud Shell, clone the Git repository, and access the pre-configured API code that has been made Azure Functions-compatible.
- Deploy and Configure Azure Functions
Using the Azure portal, deploy a new Azure Functions instance where the new code will be migrated to. Inside of the newly created Azure Functions instance, you will create an Azure Function App.
- Migrate the API Code to the Azure Function App
Using copy/paste, migrate the prepared API code to the newly deployed Azure function.