In the Azure Serverless context, it is fair to say that almost all Azure repository models are tightly integrated with the infrastructure. Let's take a look at the following models:
- Cosmos DB: This has an available binding for Azure Functions. This is a connector with various available actions to execute mainstream CRUD actions, as well as advanced scenarios to create, retrieve, and execute stored procedures. Cosmos DB can also be used to trigger Azure Functions.
- SQL server: This is another repository service that can be integrated into the Logic Apps with the available connector, hence allowing triggers such as an item being created or modified. Logic Apps can also use the SQL and Azure SQL Data Warehouse connectors to execute ...