
@AzureFunctions consist of two elements:
📄 your code, which can be written in a language of your choice
🔧 function.json file which is basically a configuration of your function. In this file, you specify the function's trigger and bindings
#azure #serverless #functions

English