how can i use api in azure

nadine.benharrath 21 Reputation points
2021-06-15T18:10:05.393+00:00

Hello everyone , i needi to build an api that sends data to the client interface to check wether this data is validate or not
how can do this
i'm using databricks , azure blob for saving data

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,986 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2021-07-15T20:24:08.743+00:00

    Hi @nadine.benharrath ,

    Since you're looking to create an API that would accept data for storing in a blob, I would create the API as a function app. For sample code, have a look at https://github.com/Azure-Samples/function-image-upload-resize. Even though this repo is over uploading an image and resizing it, the principals of storing data in blob are still the same. For more examples in other languages, check out the various code samples.

    0 comments No comments

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.