├── .gitignore ├── Azure Cross-Region Migration Playbook.pdf ├── LICENSE ├── LICENSE-CODE ├── README.md └── SECURITY.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/Azure-Migration-Guidance/HEAD/.gitignore -------------------------------------------------------------------------------- /Azure Cross-Region Migration Playbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/Azure-Migration-Guidance/HEAD/Azure Cross-Region Migration Playbook.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/Azure-Migration-Guidance/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/Azure-Migration-Guidance/HEAD/LICENSE-CODE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/Azure-Migration-Guidance/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure/Azure-Migration-Guidance/HEAD/SECURITY.md --------------------------------------------------------------------------------