Skip to content

Commit 473c426

Browse files
committed
fixes
1 parent 0faae2e commit 473c426

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

articles/managed-applications/approve-just-in-time-access.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Approve just-in-time access for Azure Managed Applications
2+
title: Configure and approve just-in-time access for Azure Managed Applications
33
description: Describes how consumers of Azure Managed Applications approve requests for just-in-time access to a managed application.
44
author: MSEvanhi
55
ms.service: managed-applications
66
ms.topic: conceptual
7-
ms.date: 05/31/2019
7+
ms.date: 06/03/2019
88
ms.author: evanhi
99
---
10-
# Approve just-in-time access for Azure Managed Applications
10+
# Configure and approve just-in-time access for Azure Managed Applications
1111

1212
As a consumer of a managed application, you might not be comfortable giving the publisher permanent access to the managed resource group. To give you greater control over granting access to managed resources, Azure Managed Applications provides a feature called just-in-time (JIT) access, which is currently in preview. It enables you to approve when and for how long the publisher has access to the resource group. The publisher can make required updates during that time, but when that time is over, the publisher's access expires.
1313

@@ -38,7 +38,7 @@ This article focuses on the actions consumers take to enable JIT access and appr
3838

3939
![Configure access](./media/approve-just-in-time-access/configure-jit-access.png)
4040

41-
You can only enable JIT access during deployment. If you select **No**, you can't enable it later.
41+
You can only enable JIT access during deployment. If you select **No**, the publisher gets permanent access to the managed resource group. You can't enable JIT access later.
4242

4343
1. To change the default approval settings, select **Customize JIT Configuration**.
4444

@@ -74,7 +74,7 @@ To change the settings for a deployed managed application:
7474

7575
## Approve requests
7676

77-
When the publisher requests access, you're notified of the request. You can approve JIT access requests either directly through the managed application, or across all managed applications through the Azure AD Privileged Identity Management service.
77+
When the publisher requests access, you're notified of the request. You can approve JIT access requests either directly through the managed application, or across all managed applications through the Azure AD Privileged Identity Management service. To use just-in-time access, you must have a [Azure Active Directory P2 license](../active-directory/privileged-identity-management/subscription-requirements.md).
7878

7979
To approve requests through the managed application:
8080

articles/managed-applications/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For information about publishing a managed application to the Marketplace, see [
4646

4747
## Resource groups for managed applications
4848

49-
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 defining the managed application, the publisher specifies the levels of access. The published 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.
49+
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 defining the managed application, 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.
5050

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

articles/managed-applications/request-just-in-time-access.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Request just-in-time access for Azure Managed Applications
2+
title: Enable and request just-in-time access for Azure Managed Applications
33
description: Describes how publishers of Azure Managed Applications request just-in-time access to a managed application.
44
author: MSEvanhi
55
ms.service: managed-applications
66
ms.topic: conceptual
7-
ms.date: 05/31/2019
7+
ms.date: 06/03/2019
88
ms.author: evanhi
99
---
10-
# Request just-in-time access for Azure Managed Applications
10+
# Enable and request just-in-time access for Azure Managed Applications
1111

1212
Consumers of your managed application may be reluctant to grant you permanent access to the managed resource group. As a publisher of a manager application, you might prefer that consumers know exactly when you need to access the managed resources. To give consumers greater control over granting access to managed resources, Azure Managed Applications provides a feature called just-in-time (JIT) access, which is currently in preview.
1313

@@ -40,7 +40,7 @@ In "steps":
4040
"name": "jitConfiguration",
4141
"label": "JIT Configuration",
4242
"subLabel": {
43-
"preValidation": "Configure JIT settings for you application",
43+
"preValidation": "Configure JIT settings for your application",
4444
"postValidation": "Done"
4545
},
4646
"bladeTitle": "JIT Configuration",

0 commit comments

Comments
 (0)