install/cloud/azure.xml
5d591c30aeef70c8cd325ab914c102333cc9bd8f
...
...
@@ -10,7 +10,7 @@
10
10
<para>PHP is already enabled for your Azure App Services web site automatically. In the Azure Portal, select your web site, and you can choose which version of PHP to use. You may want to choose a newer version than the default.
11
11
</para>
12
12

13
-
<para>As such, PHP and extensions will run on Azure App Services just as it will on other Windows servers.
13
+
<para>As such, PHP and extensions will run on Azure App Services just as they will on other Windows servers.
14
14

15
15
Much of the knowledgebase is also portable, so see the <link linkend="install.windows.troubleshooting">Windows Troubleshooting Page</link> too.
16
16

...
...
@@ -47,7 +47,7 @@
47
47

48
48
<sect2>
49
49
<title>Custom PHP Build</title>
50
-
<para>You may upload your own PHP build to your D:\Home (C:\ is NOT writable). Then in the Azure Portal, set SCRIPT_PROCESSOR for .php to the absolute path to php-cgi.exe file in your build.
50
+
<para>You may upload your own PHP build to your D:\Home (C:\ is NOT writable). Then in the Azure Portal, set SCRIPT_PROCESSOR for .php to the absolute path of the php-cgi.exe file in your build.
51
51
</para>
52
52
</sect2>
53
53

54
54