Reputation: 3441
I have created a web app (php + mysql) in Azure by following this tutorial:
https://azure.microsoft.com/en-us/documentation/articles/web-sites-php-mysql-deploy-use-git/
I am trying to install a custom PHP extension and found another tutorial from Microsoft which says it is not possible to install them.
Problem is, above tutorial is talking about "Configure" page as shown in point 3 in above URL but this link is no where to be found in Azure control panel. What am I doing wrong?
Upvotes: 1
Views: 310
Reputation: 877
The tutorial you are referring to was written in 2012 and hence is showing the older Azure portal. (manage.windowsazure.com) If you are using the new portal which is "portal.azure.com", then you will find these same settings under your azure web app -> All settings -> Application settings.
Upvotes: 3