Skip to content

Commit 1b467fd

Browse files
authored
Merge pull request #105124 from DCtheGeek/dmc-policy-ghi48605
Fixes MicrosoftDocs/azure-docs#48605 - Added details about when DINE runs
2 parents 5bbde2c + 67f18a4 commit 1b467fd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/governance/policy/concepts/effects.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,10 @@ when the condition is met.
407407
408408
### DeployIfNotExists evaluation
409409

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.
413414

414415
During an evaluation cycle, policy definitions with a DeployIfNotExists effect that match resources
415416
are marked as non-compliant, but no action is taken on that resource.

articles/governance/policy/how-to/remediate-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ To create a **remediation task**, follow these steps:
185185
![Remediate - select which resources to remediate](../media/remediate-resources/select-resources.png)
186186

187187
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.
190190

191191
![Remediate - progress of remediation tasks](../media/remediate-resources/task-progress.png)
192192

0 commit comments

Comments
 (0)