Skip to content

Commit c6d1807

Browse files
committed
2 parents aba41f2 + 378a768 commit c6d1807

File tree

14 files changed

+41
-32
lines changed

14 files changed

+41
-32
lines changed

articles/azure-monitor/agents/azure-monitor-agent-extension-versions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes the version details for the Azure Monitor ag
44
ms.topic: conceptual
55
author: shseth
66
ms.author: shseth
7-
ms.date: 7/21/2022
7+
ms.date: 8/22/2022
88
ms.custom: references_region
99
ms.reviewer: shseth
1010

@@ -19,7 +19,8 @@ We strongly recommended to update to the latest version at all times, or opt in
1919
## Version details
2020
| Release Date | Release notes | Windows | Linux |
2121
|:---|:---|:---|:---|
22-
| June 2022 | Bugfixes with user assigned identity support, and reliability improvements | 1.6.0.0 | Coming soon |
22+
| July 2022 | Fix for mismatch event timestamps for Sentinel Windows Event Forwarding | 1.7.0.0 | None |
23+
| June 2022 | Bugfixes with user assigned identity support, and reliability improvements | 1.6.0.0 | None |
2324
| May 2022 | <ul><li>Fixed issue where agent stops functioning due to faulty XPath query. With this version, only query related Windows events will fail, other data types will continue to be collected</li><li>Collection of Windows network troubleshooting logs added to 'CollectAMAlogs.ps1' tool</li><li>Linux support for Debian 11 distro</li><li>Fixed issue to list mount paths instead of device names for Linux disk metrics</li></ul> | 1.5.0.0 | 1.21.0 |
2425
| April 2022 | <ul><li>Private IP information added in Log Analytics <i>Heartbeat</i> table for Windows and Linux</li><li>Fixed bugs in Windows IIS log collection (preview) <ul><li>Updated IIS site column name to match backend KQL transform</li><li>Added delay to IIS upload task to account for IIS buffering</li></ul></li><li>Fixed Linux CEF syslog forwarding for Sentinel</li><li>Removed 'error' message for Azure MSI token retrieval failure on Arc to show as 'Info' instead</li><li>Support added for Ubuntu 22.04, RHEL 8.5, 8.6, AlmaLinux and RockyLinux distros</li></ul> | 1.4.1.0<sup>Hotfix</sup> | 1.19.3 |
2526
| March 2022 | <ul><li>Fixed timestamp and XML format bugs in Windows Event logs</li><li>Full Windows OS information in Log Analytics Heartbeat table</li><li>Fixed Linux performance counters to collect instance values instead of 'total' only</li></ul> | 1.3.0.0 | 1.17.5.0 |
Binary file not shown.

articles/azure-resource-manager/managed-applications/media/overview/manage_app_options.png renamed to articles/azure-resource-manager/managed-applications/media/overview/managed-apps-options.png

File renamed without changes.
148 KB
Loading
Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
---
22
title: Overview of Azure Managed Applications
3-
description: Describes the concepts for Azure Managed Applications that provide cloud solutions that are easy for consumers to deploy and operate.
3+
description: Describes the concepts for Azure Managed Applications that provide cloud solutions that are easy for customers to deploy and operate.
44
author: davidsmatlak
55
ms.author: davidsmatlak
66
ms.topic: overview
7-
ms.date: 08/03/2022
7+
ms.date: 08/19/2022
88
---
99

1010
# Azure Managed Applications overview
1111

12-
Azure Managed Applications enable you to offer cloud solutions that are easy for consumers to deploy and operate. You implement the infrastructure and provide ongoing support. To make a managed application available to all customers, publish it in Azure Marketplace. To make it available to only users in your organization, publish it to an internal catalog.
12+
Azure Managed Applications enable you to offer cloud solutions that are easy for customers to deploy and operate. You implement the infrastructure and provide ongoing support. To make a managed application available to all customers, publish it in Azure Marketplace. To make it available to only users in your organization, publish it to an internal catalog.
1313

14-
A managed application is similar to a solution template in Azure Marketplace, with one key difference. In a managed application, the resources are deployed to a resource group that's managed by the publisher of the app. The resource group is present in the consumer's subscription, but an identity in the publisher's tenant has access to the resource group. As the publisher, you specify the cost for ongoing support of the solution.
14+
A managed application is similar to a solution template in Azure Marketplace, with one key difference. In a managed application, the resources are deployed to a resource group that's managed by the publisher of the app. The resource group is present in the customer's subscription, but an identity in the publisher's tenant has access to the resource group. As the publisher, you specify the cost for ongoing support of the solution.
1515

1616
> [!NOTE]
1717
> The documentation for Azure Custom Providers used to be included with Managed Applications. That documentation was moved to [Azure Custom Providers](../custom-providers/overview.md).
1818
1919
## Advantages of managed applications
2020

21-
Managed applications reduce barriers to consumers using your solutions. They don't need expertise in cloud infrastructure to use your solution. Consumers have limited access to the critical resources and don't need to worry about making a mistake when managing it.
21+
Managed applications reduce barriers to customers using your solutions. They don't need expertise in cloud infrastructure to use your solution. Customers have limited access to the critical resources and don't need to worry about making a mistake when managing it.
2222

23-
Managed applications enable you to establish an ongoing relationship with your consumers. You define terms for managing the application and all charges are handled through Azure billing.
23+
Managed applications enable you to establish an ongoing relationship with your customers. You define terms for managing the application and all charges are handled through Azure billing.
2424

2525
Although customers deploy managed applications in their subscriptions, they don't have to maintain, update, or service them. You can make sure that all customers are using approved versions. Customers don't have to develop application-specific domain knowledge to manage these applications. Customers automatically acquire application updates without the need to worry about troubleshooting and diagnosing issues with the applications.
2626

2727
For IT teams, managed applications enable you to offer pre-approved solutions to users in the organization. You know these solutions are compliant with organizational standards.
2828

29-
Managed Applications support [managed identities for Azure resources](./publish-managed-identity.md).
29+
Managed applications support [managed identities for Azure resources](./publish-managed-identity.md).
3030

3131
## Types of managed applications
3232

3333
You can publish your managed application either internally in the service catalog or externally in Azure Marketplace.
3434

35-
:::image type="content" source="./media/overview/manage_app_options.png" alt-text="Diagram that shows how a managed application is published to service catalog or Azure Marketplace.":::
35+
:::image type="content" source="./media/overview/managed-apps-options.png" alt-text="Diagram that shows how a managed application is published to service catalog or Azure Marketplace.":::
3636

3737
### Service catalog
3838

@@ -48,27 +48,35 @@ For information about publishing a managed application to Azure Marketplace, see
4848

4949
## Resource groups for managed applications
5050

51-
Typically, the resources for a managed application are in two resource groups. The consumer manages one resource group, and the publisher manages the other resource group. When the managed application is defined, the publisher specifies the levels of access. The publisher can request either a permanent role assignment, or [just-in-time access](request-just-in-time-access.md) for an assignment that is constrained to a time period.
51+
Typically, the resources for a managed application are in two resource groups. The customer manages one resource group, and the publisher manages the other resource group. When the managed application is defined, the publisher specifies the levels of access. The publisher can request either a permanent role assignment, or [just-in-time access](request-just-in-time-access.md) for an assignment that's constrained to a time period.
5252

5353
Restricting access for [data operations](../../role-based-access-control/role-definitions.md) is currently not supported for all data providers in Azure.
5454

55-
The following image shows a scenario where the publisher requests the owner role for the managed resource group. The publisher placed a read-only lock on this resource group for the consumer. The publisher's identities that are granted access to the managed resource group are exempt from the lock.
55+
The following image shows the relationship between the customer's Azure subscription and the publisher's Azure subscription. The managed application and managed resource group are in the customer's subscription. The publisher has management access to the managed resource group to maintain the managed application's resources. The publisher places a read-only lock on the managed resource group that limits the customer's access to manage resources. The publisher's identities that have access to the managed resource group are exempt from the lock.
5656

57-
:::image type="content" source="./media/overview/access.png" alt-text="Diagram that shows access to a managed resource group and application resource group.":::
57+
:::image type="content" source="./media/overview/managed-apps-resource-group.png" alt-text="Diagram that shows the relationship between customer and publisher Azure subscriptions for a managed resource group.":::
5858

5959
### Application resource group
6060

61-
This resource group holds the managed application instance. This resource group may only contain one resource. The resource type of the managed application is [Microsoft.Solutions/applications](/azure/templates/microsoft.solutions/applications).
61+
This resource group holds the managed application instance. This resource group may only contain one resource. The resource type of the managed application is [Microsoft.Solutions/applications](#resource-provider).
6262

63-
The consumer has full access to the resource group and uses it to manage the lifecycle of the managed application.
63+
The customer has full access to the resource group and uses it to manage the lifecycle of the managed application.
6464

6565
### Managed resource group
6666

67-
This resource group holds all the resources that are required by the managed application. For example, this resource group contains the virtual machines, storage accounts, and virtual networks for the solution. The consumer has limited access to this resource group because the consumer doesn't manage the individual resources for the managed application. The publisher's access to this resource group corresponds to the role specified in the managed application definition. For example, the publisher might request the Owner or Contributor role for this resource group. The access is either permanent or limited to a specific time.
67+
This resource group holds all the resources that are required by the managed application. For example, this resource group contains the virtual machines, storage accounts, and virtual networks for the solution. The customer has limited access to this resource group because the customer doesn't manage the individual resources for the managed application. The publisher's access to this resource group corresponds to the role specified in the managed application definition. For example, the publisher might request the Owner or Contributor role for this resource group. The access is either permanent or limited to a specific time.
6868

69-
When the [managed application is published to the marketplace](../../marketplace/azure-app-offer-setup.md), the publisher can grant consumers the ability to perform specific actions on resources in the managed resource group. For example, the publisher can specify that consumers can restart virtual machines. All other actions beyond read actions are still denied. Changes to resources in a managed resource group by a consumer with granted actions are subject to the [Azure Policy](../../governance/policy/overview.md) assignments within the consumer's tenant scoped to include the managed resource group.
69+
When the [managed application is published to the marketplace](../../marketplace/azure-app-offer-setup.md), the publisher can grant customers the ability to perform specific actions on resources in the managed resource group. For example, the publisher can specify that customers can restart virtual machines. All other actions beyond read actions are still denied. Changes to resources in a managed resource group by a customer with granted actions are subject to the [Azure Policy](../../governance/policy/overview.md) assignments within the customer's tenant scoped to include the managed resource group.
7070

71-
When the consumer deletes the managed application, the managed resource group is also deleted.
71+
When the customer deletes the managed application, the managed resource group is also deleted.
72+
73+
## Resource provider
74+
75+
Managed applications use the `Microsoft.Solutions` resource provider with ARM template JSON. For more information, see the resource types and API versions.
76+
77+
- [Microsoft.Solutions/applicationDefinitions](/azure/templates/microsoft.solutions/applicationdefinitions?pivots=deployment-language-arm-template)
78+
- [Microsoft.Solutions/applications](/azure/templates/microsoft.solutions/applications?pivots=deployment-language-arm-template)
79+
- [Microsoft.Solutions/jitRequests](/azure/templates/microsoft.solutions/jitrequests?pivots=deployment-language-arm-template)
7280

7381
## Azure Policy
7482

@@ -79,4 +87,4 @@ You can apply an [Azure Policy](../../governance/policy/overview.md) to audit yo
7987
In this article, you learned about benefits of using managed applications. Go to the next article to create a managed application definition.
8088

8189
> [!div class="nextstepaction"]
82-
> [Quickstart: Create and publish a managed application definition](publish-service-catalog-app.md)
90+
> [Quickstart: Create and publish an Azure managed application definition](publish-service-catalog-app.md)

articles/purview/how-to-workflow-manage-requests-approvals.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: nayenama
66
ms.service: purview
77
ms.subservice: purview-workflows
88
ms.topic: how-to #Required; leave this attribute/value as-is.
9-
ms.date: 03/09/2022
9+
ms.date: 08/22/2022
1010
ms.custom: template-how-to #Required; leave this attribute/value as-is.
1111
---
1212

@@ -68,17 +68,17 @@ Select the request to take action.
6868

6969
1. Select the correct status, add any comments, and select **Confirm**.
7070

71-
### Re-assign requests
71+
### Reassign requests
7272

73-
You can re-assign requests both approvals and tasks which are assigned to you to a different user.
73+
You can reassign requests both approvals and tasks that are assigned to you to a different user.
7474

75-
1. To re-assign, select request or task you are assigned and click on **Reassign** in the following window.
75+
1. To reassign, select the request or task you're assigned and select **Reassign** in the following window.
7676

77-
:::image type="content" source="./media/how-to-workflow-manage-requests-approval/reassign-button.png" alt-text="Screenshot showing the task selected and the Respond page is open, with details, a status, and a place for comments and re-assign button.":::
77+
:::image type="content" source="./media/how-to-workflow-manage-requests-approval/reassign-button.png" alt-text="Screenshot showing the task selected and the Respond page is open, with details, a status, and a place for comments and reassign button.":::
7878

79-
1. You will be not presented with a list of all the users who are assigned to the request. Click on **Assignee** where your user name or the group you are part of will be displayed and change it from your user name to the new user name. Click **Save** to complete the re-assignment.
79+
1. You'll be presented with a list of all the users who are assigned to the request. Select **Assignee** where your user name or the group you're part of is displayed and change it from your user name to the new user name. Select **Save** to complete the reassignment.
8080

81-
:::image type="content" source="./media/how-to-workflow-manage-requests-approval/reassign-user.png" alt-text="Screenshot showing the request selected and the re-assign user.":::
81+
:::image type="content" source="./media/how-to-workflow-manage-requests-approval/reassign-user.png" alt-text="Screenshot showing the request selected and the reassign user.":::
8282

8383
> [!NOTE]
8484
> You can only re-assign your user id or group you are part of to another user or group. The other assignees will be greyed out and will not available for re-assignment.
@@ -93,12 +93,12 @@ Select the request to see the status and the outcomes for each approver/task own
9393

9494
### Cancel workflows
9595

96-
You can cancel a submitted request and it's underlying workflow by clicking on **Cancel request and it's underlying workflow run**.
96+
You can cancel a submitted request and its underlying workflow by selecting **Cancel request and its underlying workflow run**.
9797

9898
:::image type="content" source="./media/how-to-workflow-manage-requests-approval/cancel-workflow-request.png" alt-text="Screenshot with the requests and approvals page shown on the 'My pending requests' tab, with cancel request.":::
9999

100100
> [!NOTE]
101-
> You can only cancel workflows which are in progress. When you cancel a request from requests and approvals section, it will cancel underlying workflow run.
101+
> You can only cancel workflows that are in progress. When you cancel a request from the **requests and approvals** section, it will cancel the underlying workflow run.
102102
103103

104104
## History

articles/purview/how-to-workflow-manage-runs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ This article outlines how to manage workflows that are already running.
3838

3939
:::image type="content" source="./media/how-to-workflow-manage-runs/select-stages.png" alt-text="Screenshot of the workflow runs page, with the workflow details page overlaid. Some workflow run actions in the request timeline have been expanded to show more information and sub steps.":::
4040

41-
1. You can cancel a running workflow by clicking on **Cancel workflow run**.
41+
1. You can cancel a running workflow by selecting **Cancel workflow run**.
4242

43-
:::image type="content" source="./media/how-to-workflow-manage-runs/cancel-workflows.png" alt-text="Screenshot of the workflow runs page, with the workflow details page overlaid and cancel button to cancel the workflow run.":::
43+
:::image type="content" source="./media/how-to-workflow-manage-runs/cancel-workflows-inline.png" alt-text="Screenshot of the workflow runs page, with the workflow details page overlaid and cancel button to cancel the workflow run." lightbox="./media/how-to-workflow-manage-runs/cancel-workflows.png":::
4444

4545
> [!NOTE]
46-
> You can only cancel workflows which are in progress.
46+
> You can only cancel workflows that are in progress.
4747
4848

4949
## Next steps
-66.1 KB
Loading
-3.67 KB
Loading
-10.8 KB
Loading

0 commit comments

Comments
 (0)