The app defines following CRUD APIs. GET /api/notes POST /api/notes GET /api/notes/{noteId} PUT /api/notes/{noteId} DELETE /api/notes/{noteId} You can test them using postman or any other rest client.
title Tutorial: Design a server - Azure CLI - Azure Database for MySQL description This tutorial explains how to create and manage Azure Database for MySQL server and database using Azure CLI from the ...