Share via

Running external executables

D Williams 76 Reputation points
2022-02-21T18:36:04.297+00:00

Hi

Is it possible to run exe's like WinZip or PGP from within Azure Data Factory? We have a requirement where a file may get uploaded to the storage area which would need to be PGP encrypted/decrypted or uncompressed etc. I have looked at Azure functions but I'm not sure how an exe would be called, or if that is possible.

Thanks

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

0 comments No comments

Answer accepted by question author

MayankBargali-MSFT 71,016 Reputation points Moderator
2022-02-22T03:52:20.807+00:00

@D Williams Azure function official document doesn't recommend or call this out as you can run any code on your function app for the supported language and runtime. You can use any of the supported triggers to trigger your function app but your executable should be deployed within the function app to run. From the function perspective sharing the previous discussion here.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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