Skip to content

Commit 0ac4fd1

Browse files
authored
Merge pull request #249675 from davidsmatlak/ds-ama-doc-edit-0829
Removes Managed Apps JIT preview
2 parents ab27bd4 + 5da24dd commit 0ac4fd1

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: evanhi
88
---
99
# Configure and approve just-in-time access for Azure Managed Applications
1010

11-
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.
11+
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. 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.
1212

1313
The work flow for granting access is:
1414

@@ -80,7 +80,7 @@ To approve requests through the managed application:
8080
1. Select **JIT Access** for the managed application, and select **Approve Requests**.
8181

8282
![Approve requests](./media/approve-just-in-time-access/approve-requests.png)
83-
83+
8484
1. Select the request to approve.
8585

8686
![Select request](./media/approve-just-in-time-access/select-request.png)

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: evanhi
88
---
99
# Enable and request just-in-time access for Azure Managed Applications
1010

11-
Consumers of your managed application may be reluctant to grant you permanent access to the managed resource group. As a publisher of a managed 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.
11+
Consumers of your managed application may be reluctant to grant you permanent access to the managed resource group. As a publisher of a managed 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.
1212
JIT access enables you to request elevated access to a managed application's resources for troubleshooting or maintenance. You always have read-only access to the resources, but for a specific time period you can have greater access.
1313

1414
The work flow for granting access is:
@@ -56,9 +56,6 @@ In "outputs":
5656
"jitAccessPolicy": "[steps('jitConfiguration').jitConfigurationControl]"
5757
```
5858

59-
> [!NOTE]
60-
> JIT access is in preview. The schema for JIT configuration could change in future iterations.
61-
6259
## Enable JIT access
6360

6461
When creating your offer in Partner Center, make sure you enable JIT access.
@@ -87,7 +84,7 @@ To send a JIT access request:
8784

8885
1. On the **Activate Role** form, select a start time and duration for your role to be active. Select **Activate** to send the request.
8986

90-
![Activate access](./media/request-just-in-time-access/activate-access.png)
87+
![Activate access](./media/request-just-in-time-access/activate-access.png)
9188

9289
1. View the notifications to see that the new JIT request is successfully sent to the consumer.
9390

0 commit comments

Comments
 (0)