Enable imagick extension in Azure Web Service

guongvtd 1 Reputation point
2020-09-16T02:36:20.163+00:00

Hi guys, I'm facing with a problem on Azure Web Service that need for your help. I'm installing a PHP website, that need to enable Imagick extension. I have searched on Azure Document and StackOverflow for some solutions. But the problem is still not be solved. Also, I tried some other solution but still the same result. Some referenced sites.
I found some solutions on many sites, such as Azure, StackOverflow... and many other sites. But the problem is still the same.
Anyone please help me! Thanks for your kindness.

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

2 answers

Sort by: Most helpful
  1. Grmacjon-MSFT 19,151 Reputation points Moderator
    2020-09-29T00:27:02.867+00:00

    Hello @guongvtd ,

    We are sorry you are facing this issue. Based on this blog post:

    "Not all versions of the Windows Application are compatible with the PHP Library Versions. Many thanks to Adrian Calinescu for providing version information. He has made a GitHub repo which you can download and install located here: https://github.com/snobu/php-imagick-webapps These steps are for PHP v5.6, ImageMagick PHP Library 3.3.0RC2 and ImageMagick Windows Application 6.9.2.7."

    Here are some alternatives you can try:

    PHP 7 x64 ImageMagick 6.9.3.7 Site Extension. This can be installed through the Azure Portal or the SCM/Kudu > SiteExtensions area.

    https://github.com/snobu/php-imagick-webapps for PHP 7.0 steps.

    Please let us know if you have further questions.

    Thanks,
    Grace

    0 comments No comments

  2. Tyler Primmer 1 Reputation point
    2020-11-19T06:55:25.7+00:00

    @Grmacjon-MSFT Thank you for your reply. We have the site extension installed but our ImageMagick Engine can't pick it up. Any suggestions?

    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.