이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Azure App Insights plugin

설명

Azure App Insights plugin gives you the ability to view your Application Insights data in your WordPress dashboard.

설치

Step 1: Install

  1. Extract the plugin.zip to the plugins directory of the WordPress installation.
    e.g. if WordPress is installed in “C:\inetpub\wwwroot\wordpress” directory, extract the plugin.zip file into directory “C:\inetpub\wwwroot\wordpress\wp-content\plugins”.

  2. To activate the plugin, log in into the WordPress as administrator and navigate to list of plugins. Then check the associated checkbox for the plugin and click on “Activate” link.

Step 2: Register an Azure Active Directory application

For these steps, you must have an Azure subscription with access to the Azure Active Directory tenant.

  1. Sign in to the Azure portal, and navigate to the ACTIVE DIRECTORY section. Choose the directory (tenant) that you would like to use. This should be the active directory which is linked to your Azure subscription.

  2. Under the APPLICATIONS tab, click ADD to register a new application. Choose ‘Add an application my organization is developing’, and a recognizable name. Select the application type as “Native client application”.

  3. Enter a value for Redirect URI with the format http:///wp-admin/options-general.php
    e.g. http://localhost/wordpress/wp-admin/options-general.php

  4. On the configuration page , scroll to the bottom and under permission to other applications set the following permissions

    Windows Azure Active Directory Delegated Permissions:1
    Microsoft Azure Data Catalog Delegated Permissions:1
    Windows Azure Service Management API Delegated Permissions:1

  5. Get the Client ID from the Dashboard.

Step 3: Create an Application Insights on Azure Portal.

  1. Sign in to the Azure portal, and navigate to the APPLICATION INSIGHTS section.

  2. Create new one.

  3. Get the Instrumentation Key from the Dashboard.

Step 4: Configure the plugin

  1. The plugin can be configured in Settings > Application Insights Dashboard.

  2. Enter the Tenant ID and Client ID and click “Authorize Plugin” button. You can find these values under the CONFIGURE tab of your Azure Active Directory application in the Microsoft Azure portal.

  3. Login in using your Microsoft Azure credentials.

  4. Enter you Instrumentation Key you received from http://portal.azure.com

Configure Tips

To get tenant ID

  1. Use the Add-AzureAccount cmdlet to add your Windows Azure account to Windows PowerShell:[ You will see a login form and enter you microsft corp account login info ]
    PS C:> Add-AzureAccount
  2. Then use Get-AzureAccount to get the tenant ID:
    PS C:>(Get-AzureAccount).ActiveDirectories.ActiveDirectoryTenantID

기여자 & 개발자

“Azure App Insights plugin”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Azure App Insights plugin”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1

* Updating the latest PHP SDK.

1.0

* Initial Version
* Merge Application Insights plugin and Application Insights Dashboard Beta plugin into this plugin.