[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-14 (世界標準時間)。"],[[["Dependencies between resources ensure that certain parts of an environment are created or updated before others, which is specified with the `dependsOn` option in configuration files or templates."],["You can establish dependencies between base types in configuration files or templates, but not on template files or composite types."],["To create a dependency, you must include a `metadata` section with a `dependsOn` subsection in the resource definition, listing the names of the resources it depends on, such as the example provided where `a-special-vm` depends on `persistent-disk-a` and `persistent-disk-b`."],["Deployment Manager will create or update the dependent resources before creating or updating the resource that lists them as a dependency."],["Dependency loops, where resource A depends on resource B and vice-versa, are not allowed and will cause the deployment to fail."]]],[]]