Get startedGet started for free

Setting up a Function App

DataCamp Diner is launching a mobile ordering app and needs a lightweight backend API to serve its restaurant menu. Azure Function Apps fit the bill: minimal setup, automatic scaling for traffic spikes, and pay-per-execution pricing when demand is quiet.

Your Azure environment has already provisioned an empty Python Function App inside the session resource group. Use the pre-built app as the starting point — no need to create infrastructure — and add the HTTP trigger that will serve the menu in the exercises that follow.

This exercise is part of the course

Azure API Management

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise