Building Apps with Jigx
...
Data Providers
Microsoft Azure SQL
REST endpoints from Azure SQL
1min
Best practice for production apps is to use REST as the data layer to access data and not directly integrate to SQL using the SQL data provider. The SQL data provider will be squiggled in blue to indicate it is not recommended, together with a message to use REST instead.
- Configure your Azure SQL database to call external REST endpoints. To learn how to call external REST endpoints from Azure SQL databases, read:
- Now use the REST data provider to configure your solution to integrate with your Azure SQL data.
Updated 22 May 2024
Did this page help you?