ヘルプ APM APM PHPエージェント Azure Web AppにPHPエージェントをインストール
次の手順でSite24x7 APMインサイト PHPエージェントをAzure Web Appにインストールできます。
#!/bin/sh apt update && apt install -y wget unzip procps S247_LICENSE_KEY=YourLicensekey ZPA_APPLICATION_NAME=YourApplicationName wget -O InstallDataExporter.sh https://staticdownloads.site24x7.com/apminsight/S247DataExporter/linux/InstallDataExporter.sh sh InstallDataExporter.sh wget -O InstallAgentPHP.sh https://staticdownloads.site24x7.com/apminsight/agents/AgentPHP/linux/InstallAgentPHP.sh sh InstallAgentPHP.sh
Startupコマンドの更新後、次の手順を行ってください。
その後の手順として、Site24x7にログイン後に[APM]をクリックし、アプリケーションが表示されているかご確認ください。