Skip to content

Commit ec1cb8e

Browse files
committed
fix broken links
1 parent e30320a commit ec1cb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/governance/policy/concepts/effect-deploy-if-not-exists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The `details` property of the DeployIfNotExists effect has all the subproperties
7272
- A _location_ property must be specified in the _Deployment_ when using subscription level deployments.
7373
- Default is _ResourceGroup_.
7474
- `deployment` (required)
75-
- This property should include the full template deployment as it would be passed to the `Microsoft.Resources/deployments` PUT API. For more information, see the [Deployments REST API](/rest/api/resources/deployments).
75+
- This property should include the full template deployment as it would be passed to the `Microsoft.Resources/deployments` PUT API. For more information, see the [Deployments REST API](/azure/azure-resource-manager/templates/deploy-rest).
7676
- Nested `Microsoft.Resources/deployments` within the template should use unique names to avoid contention between multiple policy evaluations. The parent deployment's name can be used as part of the nested deployment name via `[concat('NestedDeploymentName-', uniqueString(deployment().name))]`.
7777

7878
> [!NOTE]

0 commit comments

Comments
 (0)