Function Apps

Rudi Birenbaum 61 Reputation points
2022-02-24T07:18:40.82+00:00

Hi
if the documentation is how to connect the finction app with shopify?
thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,990 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,441 Reputation points
    2022-02-25T09:20:25.61+00:00

    @Rudi Birenbaum Azure function app supported different languages as mentioned in this document. You can write any code and import library that are supported in that particular language. Shopify does support python, node, etc libraries as documented here at Shopify end.

    The azure function is just the platform and you can write/run any piece of code on the supported languages. You can create your function in any of the supported trigger and it will trigger your function app on the specific supported event type.

    You can refer to the Shopify document on the connection part. For example, if you are writing the code in python then you can refer here.

    0 comments No comments

0 additional answers

Sort by: Most 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.