-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update environment-groups.md #2629
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ Enabling _default environment routing_ might give you more environments to manag | |
|
||
## Create an environment group | ||
|
||
[Power Platform tenant administrators](use-service-admin-role-manage-tenant.md) can create as many environment groups as necessary to meet their organization's needs. You can create a single environment group named **Personal Productivity**, then create new developer environments into the group. | ||
[Power Platform tenant administrators](use-service-admin-role-manage-tenant.md) can create as many environment groups as necessary to meet their organization's needs. You can create a single environment group named **Personal Productivity**, then create new managed developer environments into the group. | ||
|
||
1. Sign in to [Power Platform Admin center](https://admin.powerplatform.microsoft.com/). | ||
1. Select **Environment groups** in the navigation pane. | ||
|
@@ -58,11 +58,11 @@ Enabling _default environment routing_ might give you more environments to manag | |
|
||
## Configure the rules for your environment group | ||
|
||
After you create the environment group, Power Platform tenant administrators can immediately add environments or configure the group's rules. Currently, there are six available rules, which are the same capabilities offered when upgrading an _individual_ environment to a [Managed Environment](managed-environment-overview.md). | ||
After you create the environment group, Power Platform tenant administrators can immediately add managed environments or configure the group's rules. Currently, there are six available rules, which are the same capabilities found in [Managed Environment](managed-environment-overview.md). | ||
|
||
### The sharing limits rule | ||
|
||
You can also configure the _sharing limits_ rule. Since the environment group is intended for personal productivity, makers are restricted from sharing their canvas apps with other users. This helps ensure that each environment in the group remains a private space for individual work. | ||
You can also configure the _sharing limits_ rule. Since the environment group is intended for managed personal productivity, makers are restricted from sharing their canvas apps with other users. This helps ensure that each environment in the group remains a private space for individual work. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The prefix "managed" is not appropriate in this sentence. I suggest we keep "personal productivity" all the while including the other changes proposed in this PR. |
||
|
||
1. In the **Personal Productivity** group, select the **Rules** tab. | ||
1. Select the **Sharing Limits** rule to open its configuration panel. | ||
|
@@ -77,7 +77,7 @@ You can also configure the _sharing limits_ rule. Since the environment group is | |
|
||
## Route environments to your environment group | ||
|
||
With your environment group setup, it can now serve as the home for all new personal developer environments that are created by _default environment routing_. This default ensures that all newly created developer environments are automatically preconfigured to meet baseline requirements from the start. | ||
With your environment group setup, it can now serve as the home for all new personal developer environments that are created by _default environment routing_. This default ensures that all newly created developer environments are automatically preconfigured to be managed environments that meet baseline requirements from the start. | ||
|
||
### Select an environment group | ||
|
||
|
@@ -102,7 +102,7 @@ You can manually add environments to the **Personal Productivity** group if you | |
> | ||
> - An environment can only belong to one environment group. | ||
> - Only Managed Environments can be created into an environment group. | ||
> - Any environment type, for example production, developer, or sandbox, can be created into an environment group. | ||
> - Any environment type, for example production, developer, or sandbox, can be created into an environment group as long as they are a managed environment. | ||
|
||
## Manually create environments in the group | ||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great addition!