Microsoft Cloud Adoption Framework for Azure provides you with guidance and best practices to adopt Azure.
The Azure CAF rover is a Docker container in charge of the deployment of the landing zones in your Azure environment.
It is acting as a sandbox toolchain development environment to avoid impacting the local machine but more importantly to make sure that all contributors in the GitOps teams are using a consistent set of tools and version.
The Azure CAF rover is the same container regardless you are using Windows, Linux or macOS. On the local GitOps machine you need to install Visual Studio Code. The Azure CAF rover is executed locally in a container.
You can learn more about the Visual Studio Code Remote on this link.
The Visual Studio Code system requirements describe the steps to follow to get your GitOps development environment ready -> link
- Windows: Docker Desktop 2.0+ on Windows 10 Pro/Enterprise with Linux Container mode
- macOS: Docker Desktop 2.0+
- Linux: Docker CE/EE 18.06+ and Docker Compose 1.24+
The Azure CAF rover is a Centos:7 base image and is hosted on the Docker Hub. https://hub.docker.com/r/aztfmod/rover/tags?page=1&ordering=last_updated
Install
- Visual Studio Code version 1.41+ - link
- Install Visual Studio Code Extension - Remote Development - link
Repo | Description |
---|---|
caf-terraform-landingzones | landing zones repo with sample and core documentations |
rover (You are here!) | devops toolset for operating landing zones |
azure_caf_provider | custom provider for naming conventions |
modules | set of curated modules available in the Terraform registry |
Feel free to open an issue for feature or bug, or to submit a PR.
In case you have any question, you can reach out to tf-landingzones at microsoft dot com.
You can also reach us on Gitter
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.