Skip to content

Commit c2bfdc5

Browse files
authored
Merge pull request #3710 from MicrosoftDocs/master
updating working
2 parents a20f024 + e2176d3 commit c2bfdc5

File tree

77 files changed

+754
-421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+754
-421
lines changed

.acrolinx-config.edn

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{:allowed-branchname-matches ["^master$"]
22
:allowed-filename-matches ["powerapps-docs"]
3+
:targets
4+
{
5+
:scores
6+
{
7+
:qualityscore 80
8+
}
9+
}
310
:guidance-profile "dc59e3ef-24fd-46d7-9156-0491aaae6bef" ;; Profile ID for "BAG-specific"
411
:acrolinx-check-settings
512
{

powerapps-docs/developer/common-data-service/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@
357357
href: isv-app-management-certification.md
358358
- name: App usage analytics
359359
href: isv-app-usage-analytics.md
360+
- name: Install failures analytics
361+
href: isv-install-failure-analytics.md
360362
- name: Create client applications
361363
href: connect-cds.md
362364
items:

powerapps-docs/developer/common-data-service/configure-exchange-folder-level-tracking-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 10/31/2018
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
9-
author: "mayadumesh" # GitHub ID
9+
author: "revachauhan" # GitHub ID
1010
ms.author: "jdaly" # MSFT alias of Microsoft employees only
1111
manager: "ryjones" # MSFT alias of manager or PM counterpart
1212
search.audienceType:
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
---
2+
title: Introductions to the Power Platform ISV Studio app install failure analytics| Microsoft Docs
3+
description: Measure app's performance and get insights.
4+
services: ''
5+
suite: powerapps
6+
documentationcenter: na
7+
author: "nkrb" # GitHub ID
8+
manager: kvivek
9+
editor: ''
10+
tags: ''
11+
ms.service: powerapps
12+
ms.devlang: na
13+
ms.topic: article
14+
ms.reviewer: nabuthuk
15+
ms.workload: na
16+
ms.date: 10/28/2020
17+
ms.author: nabuthuk
18+
search.audienceType:
19+
- developer
20+
search.app:
21+
- PowerApps
22+
- D365CE
23+
---
24+
25+
# Install failures
26+
27+
[!INCLUDE[cc-data-platform-banner](../../includes/cc-data-platform-banner.md)]
28+
29+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
30+
31+
As an ISV, you need data like failure details or failure count to quickly resolve the issues for the customers. You can use the install failures feature to get the install failures data.
32+
33+
The install failures features makes it easy for you to quickly resolve the issues that customer encounter while installing your application by providing the detailed error logs thus reducing the time for the customers to get the issues resolved.
34+
35+
With the install failures feature, you can see the install failures data by date, GEO, package, and by solution version. You can also see the failure details on the install failures dashboard.
36+
37+
> [!div class="mx-imgBorder"]
38+
> ![Install failure dashboard](media/isv-install-failure-report.png "Install failure dashboard")
39+
40+
## View the install failure dashboard
41+
42+
To view the install failure data:
43+
44+
1. Sign in to [ISV studio](https://aka.ms/ISVStudio/).
45+
1. On the **Home** page, you can see a list of published applications. Select the desired application for which you want to see the install failure details.
46+
1. Scroll-down to the page to view all the apps. Select the app and select the **Install Failures** tab.
47+
1. You can also see the install failure details by directly selecting the install failure icon from the list of apps as shown in the screenshot:
48+
49+
> [!div class="mx-imgBorder"]
50+
> ![Failure icon](media/isv-install-failure-icon.png "Failure icon")
51+
52+
The install failures tab contains the following graphs and metrics.
53+
54+
### Failure by date
55+
56+
The line chart shown below illustrates the number of app installation failures occurred by date. When hovering over the graph, the following information is shown:
57+
58+
1. Failure Count
59+
1. Date
60+
61+
> [!div class="mx-imgBorder"]
62+
> ![Date](media/isv-failure-by-date.png "Date")
63+
64+
### Failure by Geo
65+
66+
The pie chart shown below illustrates the number app installation failures by GEO. When hovering over the graph, the following information is shown:
67+
68+
1. Geo
69+
1. Failure Count
70+
71+
> [!div class="mx-imgBorder"]
72+
> ![Geo](media/isv-failure-by-geo.png "Geo")
73+
74+
### Failure by solution version
75+
76+
The bar chart shown below illustrates the number of app installation failures occurred by package version. When hovering over the graph, the following information is shown:
77+
78+
1. Package Version
79+
1. Failure Type
80+
1. Failure Count
81+
82+
> [!div class="mx-imgBorder"]
83+
> ![Package version](media/isv-failure-by-package-version.png "Package version")
84+
85+
### Failure details
86+
87+
Tracks the information about the app install failure error in detail. The following details are shown in the failure details tab:
88+
89+
1. Category
90+
1. Date
91+
1. Count
92+
1. Failure
93+
1. Type
94+
1. Package
95+
1. Version
96+
1. Environment
97+
1. Tenant
98+
99+
> [!div class="mx-imgBorder"]
100+
> ![Install error details](media/isv-install-error-details.png "Install error details")
101+
102+
You can drill through the **Failure** column to see the full failure details. To see the full failure details, right-click on one of the error messages on the **Failure details** tab and then select **Drill through** > **Failure details**.
103+
104+
> [!div class="mx-imgBorder"]
105+
> ![Failure details](media/isv-failure-details-drill-through.png "Failure details")
106+
107+
### Filtering the install failure dashboard
108+
109+
ISVs can filter the install failures dashboard using the filters available. For example, an ISV can filter to see the metrics at **Package & Solution version**, **Geo**, and **Date range** level.
110+
111+
### See also
112+
113+
[App usage analytics](isv-app-usage-analytics.md)<br/>
114+
[Home page](isv-app-management-homepage.md)
115+
[App page](isv-app-management-apppage.md)<br/>
116+
[Tenant page](isv-app-management-tenantpage.md)<br/>
117+
[AppSource checker](isv-app-management-appsource-checker.md)<br/>
118+
[Connector Certification](isv-app-management-certification.md)
8.64 KB
Loading
11.1 KB
Loading
2.81 KB
Loading
35.4 KB
Loading
31.1 KB
Loading
8.46 KB
Loading

0 commit comments

Comments
 (0)