Skip to content

Commit 67415b5

Browse files
authored
Merge pull request #10745 from MicrosoftDocs/matp-4557081
Matp 4557081
2 parents 08149bd + 20d4c70 commit 67415b5

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,6 +2098,8 @@
20982098
href: ./data-platform/import-update-export-solutions.md
20992099
- name: Set the preferred solution
21002100
href: ./data-platform/preferred-solution.md
2101+
- name: View solution deployments (preview)
2102+
href: ./data-platform/maker-deployment-area.md
21012103
- name: Use pipelines to simplify solution deployment
21022104
href: ./data-platform/use-pipelines.md
21032105
- name: Update or upgrade solutions
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: View solution deployments on the deployment page (preview)
3+
description: Learn how to view pipeline deployments on the deployment page.
4+
author: asheehi1
5+
ms.author: matp
6+
ms.topic: how-to
7+
ms.date: 1/14/2025
8+
ms.custom: template-how-to
9+
---
10+
# View solution deployments on the deployment page (preview)
11+
12+
[!INCLUDE [production-ready-preview-powerplatform](~/../shared-content/shared/preview-includes/production-ready-preview-powerplatform.md)]
13+
14+
From the **Solutions** page, makers can navigate to **Deployments** to view all of their solution deployments, across all solutions and pipelines, in one place. If their deployment began from (or was deployed to) the current environment, they are able to view its status and other details.
15+
16+
:::image type="content" source="media/maker-deployment-hub.png" alt-text="Screenshot of the deployment page for makers." lightbox="media/maker-deployment-hub.png":::
17+
18+
> [!IMPORTANT]
19+
> This is a preview feature.
20+
> [!INCLUDE [cc-preview-features-definition](../../includes/cc-preview-features-definition.md)]
21+
22+
## Get started
23+
24+
When you first access the Deployment page, you notice the **Get started** section. This section currently offers several links to relevant documents designed to help makers gain a better understanding of solutions, pipelines, and the in-product Application Lifecycle Management (ALM) process.
25+
26+
## Failed deployments
27+
28+
On the left of the overview, makers can view failed deployments if any. When you select each deployment, a panel appears, highlighting the necessary actions to either retry or revise the solution, ensuring a successful deployment.
29+
30+
## Active deployments
31+
32+
On the right of the overview, makers view their ongoing deployments. When makers select these deployments, they can view the in-progress details of the deployment, such as waiting for a predeployment approval. The active deployments page is useful for makers who work in multiple solutions that are deploying simultaneously.
33+
34+
## Deployment history
35+
36+
At the bottom of the overview, makers view their deployment history. This section provides a comprehensive list of all deployments, including the deployment status, the solution, the pipeline, and the environment. Makers can filter this list by solution, pipeline, and environment to quickly find the deployment they're looking for. This run history view is unique. First it's filtered to only show the current user's deployments specifically to and from this environment, and second it's upleveled to show all the current user's deployments, not just involving one solution or pipeline. Selecting a deployment in this grid shows a details panel, summarizing all the deployment information and displaying the deployment notes as well.
37+
38+
## Why can't I see solution deployments other than those that I initiated?
39+
40+
In order to view others' solution deployments, you must have the Deployment Pipeline Administrator security role or equivalent privileges to view other deployments.
41+
42+
## Related articles
43+
44+
[Use pipelines in Power Platform to deploy solutions](use-pipelines.md)
Loading

0 commit comments

Comments
 (0)