Hi @Ruan De Beer sorry to hear you are facing this issue. when you created the new ini file, did you restart the app for the change to take effect? are you getting an error messages?
keep in mind that in Azure App Service, you can customize PHP_INI_SYSTEM directives using the PHP_INI_SCAN_DIR app setting. You can add an app setting called PHP_INI_SCAN_DIR by running the following command in the Cloud Shell:
az webapp config appsettings set --name <app-name> --resource-group <resource-group-name> --settings PHP_INI_SCAN_DIR="/usr/local/etc/php/conf.d:/home/site/ini"