Azure Synapse to expose REST API with no code

Rajshekar Mani 6 Reputation points
2023-06-08T09:53:54.5633333+00:00

Hello,

We are looking at creating a datalakehouse and expose data to our consumers.

We will share data via views/data share but we also wanted to expose data via REST API against SQL pools with no-code. Do we have any such option on Azure? We do not want to create REST api and maintain it for rest of the lifetime, hence looking for alternatives if any. Please advice

Thanks in advance.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Nguyen Yann 26 Reputation points
    2023-06-08T15:02:15.7133333+00:00

    I had the same request to expose data from SYNAPSE in a REST API. I did not find some direct solution without an azure web app or function app. As I'm not a code developer, The simpliest way for me was to use a function app with this method: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql?tabs=in-process%2Cextensionv4&pivots=programming-language-csharp

    The code generated is minimal and quite readable for a non developer. I agree that this common request should be available by some way in the Synapse sql pool. You need to install a bunch of development software (VS2022, VS code,..) on your machine for a simple use case.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.