Skip to content

Commit 9b4b7b6

Browse files
committed
fix
1 parent 43693c9 commit 9b4b7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/conditional-resource-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you use a [reference](resource-group-template-functions-resource.md#reference
7474

7575
Use the [if](resource-group-template-functions-logical.md#if) function to make sure the function is only evaluated for conditions when the resource is deployed. See the [if function](resource-group-template-functions-logical.md#if) for a sample template that uses if and reference with a conditionally deployed resource.
7676

77-
You can set a [resource as dependent](resource-group-define-dependencies.md) on a conditional resource exactly you would any other resource. When a conditional resource isn't deployed, Azure Resource Manager automatically removes it from the required dependencies.
77+
You set a [resource as dependent](resource-group-define-dependencies.md) on a conditional resource exactly as you would any other resource. When a conditional resource isn't deployed, Azure Resource Manager automatically removes it from the required dependencies.
7878

7979
## Condition with complete mode
8080

0 commit comments

Comments
 (0)