. ├── python-app/ │ ├── app.py # Flask application │ ├── requirements.txt # Python dependencies │ └── Dockerfile # Python app Dockerfile ├── nodejs-app/ │ ├── app.js # Express application │ ├── ...
An Azure Functions QuickStart project that demonstrates how to use both SQL Triggers and SQL Output Bindings with the Azure Developer CLI (azd) for rapid, event-driven integration with Azure SQL ...