File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
articles/governance/policy Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -407,9 +407,10 @@ when the condition is met.
407
407
408
408
### DeployIfNotExists evaluation
409
409
410
- DeployIfNotExists runs after a Resource Provider has handled a create or update resource request
411
- and has returned a success status code. A template deployment occurs if there are no related
412
- resources or if the resources defined by ** ExistenceCondition** don't evaluate to true.
410
+ DeployIfNotExists runs about 15 minutes after a Resource Provider has handled a create or update
411
+ resource request and has returned a success status code. A template deployment occurs if there are
412
+ no related resources or if the resources defined by ** ExistenceCondition** don't evaluate to true.
413
+ The duration of the deployment depends on the complexity of resources included in the template.
413
414
414
415
During an evaluation cycle, policy definitions with a DeployIfNotExists effect that match resources
415
416
are marked as non-compliant, but no action is taken on that resource.
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ To create a **remediation task**, follow these steps:
185
185
![ Remediate - select which resources to remediate] ( ../media/remediate-resources/select-resources.png )
186
186
187
187
1 . Begin the remediation task once the resources have been filtered by clicking ** Remediate** . The
188
- policy compliance page will open to the ** Remediation tasks** tab to show the state of the tasks
189
- progress.
188
+ policy compliance page opens to the ** Remediation tasks** tab to show the state of the tasks
189
+ progress. Deployments created by the remediation task begin right away.
190
190
191
191
![ Remediate - progress of remediation tasks] ( ../media/remediate-resources/task-progress.png )
192
192
You can’t perform that action at this time.
0 commit comments