[[["わかりやすい","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-03-24 UTC。"],[[["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."]]],[]]