Blog Post

Apps on Azure Blog
1 MIN READ

How to install intl extension on WordPress on Azure App Service

Arjun_Baliga's avatar
Arjun_Baliga
Icon for Microsoft rankMicrosoft
May 13, 2024
1.Run the following code in the App Service SSH - apk add icu-dev && \    docker-php-ext-configure intl && \    docker-php-ext-install intl && \    docker-php-ext-enable intl 2. Now copy th...
Published May 13, 2024
Version 1.0