Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 8628

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Azure App Services</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="install.cloud.html">Installation on Cloud Computing platforms</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="install.cloud.ec2.html">Amazon EC2</a></div>
 <div class="up"><a href="install.cloud.html">Installation on Cloud Computing platforms</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="install.cloud.azure" class="sect1">
  <h2 class="title">Azure App Services</h2>
  <p class="para">
    PHP is frequently used on Azure App Services (aka Microsoft Azure, Windows Azure, Azure Web Apps).
  </p>
  <p class="para">Azure App Services manages pools of Windows Web Servers to host your web application, as an alternative to managing your own web server on your own Azure Compute VMs or other servers.
  </p>
  <p class="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.
  </p>

  <p class="para">As such, PHP and extensions will run on Azure App Services just as it will on other Windows servers.

  Much of the knowledgebase is also portable, so see the <a href="install.windows.troubleshooting.html" class="link">Windows Troubleshooting Page</a> too.

  However, the management interface for Azure App Services is different:
  </p>

  <ul class="itemizedlist">
    <li class="listitem">
      <p class="para">Azure portal: create, edit settings and delete web sites. <a href="https://portal.azure.com/" class="link external">&raquo;&nbsp;Azure Portal</a>
      </p>
    </li>
    <li class="listitem">
      <p class="para">Kudu Dashboard: [your web site name].azurewebsites.net Then, the Kudu dashboard is <a href="https://your_web_site_name.scm.azurewebsites.net/" class="link external">&raquo;&nbsp;https://[your web site name].scm.azurewebsites.net/</a>. The Dashboard gives you access to some debugging capabilities, file management and site extensions. Site extensions are an Azure mechanism to add extra programs, like PHP preview builds, to your web site.
      </p>
    </li>
    <li class="listitem">
      <p class="para">You can not use IIS Manager, Server Manager, or RDP.</p>
    </li>
  </ul>

  <p class="para">There is also a PHP SDK for programmatically using many Azure Services from your PHP code. See <a href="https://github.com/Azure/azure-sdk-for-php" class="link external">&raquo;&nbsp;Azure SDK for PHP</a>.
  </p>
  
  <p class="para">For more information, see <a href="https://azure.microsoft.com/en-us/develop/php/" class="link external">&raquo;&nbsp;Azure PHP Developer Center</a>
  </p>

  <div class="sect2">
    <h3 class="title">WinCache</h3>
  <p class="para">WinCache is enabled by default on Azure App Services and it is recommended that you leave it enabled.

  If you install your own build of PHP, you should enable WinCache on that too.
  </p>
  </div>

  <div class="sect2">
    <h3 class="title">Custom PHP Build</h3>
  <p class="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.
  </p>
  </div>

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="install.cloud.html">Installation on Cloud Computing platforms</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="install.cloud.ec2.html">Amazon EC2</a></div>
 <div class="up"><a href="install.cloud.html">Installation on Cloud Computing platforms</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>