Skip to content

Commit 39d2c43

Browse files
Merge pull request #267360 from gabesmsft/patch-3
Update deploy.md
2 parents 56fb99f + 1e302af commit 39d2c43

File tree

1 file changed

+4
-1
lines changed
  • articles/azure-functions/start-stop-vms

1 file changed

+4
-1
lines changed

articles/azure-functions/start-stop-vms/deploy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custon: subject-rbac-steps
1212

1313
Perform the steps in this article in sequence to install the Start/Stop VMs v2 feature. After completing the setup process, configure the schedules to customize it to your requirements.
1414

15-
## Permissions considerations
15+
## Permissions and Policy considerations
1616

1717
Keep the following considerations in mind before and during deployment:
1818

@@ -22,6 +22,9 @@ Keep the following considerations in mind before and during deployment:
2222

2323
+ When managing a Start/Stop v2 solution, you should consider the permissions of users to the Start/Stop v2 solution, particularly when whey don't have permission to directly modify the target virtual machines.
2424

25+
+ When you deploy the Start/Stop v2 solution to a new or existing resource group, a tag named **SolutionName** with a value of **StartStopV2** is added to resource group and to its resources that are deployed by Start/Stop v2. Any other tags on these resources are removed. If you have an Azure policy that denies management operations based on resource tags, you must allow management operations for resources that contain only this tag.
26+
27+
2528
## Deploy feature
2629

2730
The deployment is initiated from the [Start/Stop VMs v2 GitHub organization](https://github.com/microsoft/startstopv2-deployments/blob/main/README.md). While this feature is intended to manage all of your VMs in your subscription across all resource groups from a single deployment within the subscription, you can install another instance of it based on the operations model or requirements of your organization. It also can be configured to centrally manage VMs across multiple subscriptions.

0 commit comments

Comments
 (0)