Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,073 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How can I install the MQ Client libraries or pymqi inside an Azure Function? I've tried including pymqi in the requirement.txt but was unable to install the library. I've checked online and it seems like the MQ Client libraries are needed, but I'm not sure how to install them in the function app. Any help is appreciated. Thanks.