Skip to content

Commit c179950

Browse files
Merge pull request #297853 from PhilKang0704/broken-link-fix-mumian
Broken links fixing - mumian
2 parents e62fba5 + 649e56b commit c179950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/resource-dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Resource Manager evaluates the dependencies between resources, and deploys
1818

1919
Within your Azure Resource Manager template (ARM template), the `dependsOn` element enables you to define one resource as a dependent on one or more resources. Its value is a JavaScript Object Notation (JSON) array of strings, each of which is a resource name or ID. The array can include resources that are [conditionally deployed](conditional-resource-deployment.md). When a conditional resource isn't deployed, Azure Resource Manager automatically removes it from the required dependencies.
2020

21-
The following example shows a network interface that depends on a virtual network, network security group, and public IP address. For the full template, see [the quickstart template for a Linux virtual machine](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.compute/vm-simple-linux/azuredeploy.json).
21+
The following example shows a network interface that depends on a virtual network, network security group, and public IP address.
2222

2323
```json
2424
{

0 commit comments

Comments
 (0)