π Contains a basic but secure example on how to run Unique, fully automated on every release, on Microsoft Azure.
Warning
This repository is a hello world (that is why its called hello-azure) example. Unique is not responsible and liable for any inaccuracies or misinterpretations. Users of this repository must make sure to validate the contents, test accordingly and validate the applied changes with their own governance, compliance and security processes/teams!
The directory is primarily targeted towards specific personas or teams.
.
βββ β¦
βββ applications # targets Application Developers and contains Unique-specific workloads
βββ cluster # targets Day 2 IT/Cluster Operators and contains the cluster bootstrapping components
βββ governance # targets Day 1 IT/Governance and contains primarily identity and access management components
βββ infrastructure # targets Day 1 IT/Infrastructure and contains the landing zone components
The repository logic bases on two main branches:
release- contains the stable and tested release artefacts/configurations/filespreview- contains the continously updated preview artefacts/configurations/files
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': true, 'showCommitLabel':true,'mainBranchName': 'preview', 'mainBranchOrder':'9'}} }%%
gitGraph
branch release order: 1
commit id:"β¦"
checkout preview
commit id:"prep 2025.06-rc.1"
commit id:"prep 2025.06-rc.2"
commit id:"prep 2025.06-rcβ¦"
checkout release
merge preview tag:"2025.06"
checkout preview
commit id:"prep 2025.08-rc.1"
commit id:"prep 2025.08-rc.2"
branch "2025.08" order:10
commit id:"prep 2025.08-rc.3"
commit id:"prep 2025.08-rc.4"
checkout preview
merge "2025.08" tag:"prep 2025.08-rc.5"
commit id:"prep 2025.08-rcβ¦"
checkout release
merge preview tag:"2025.08"
checkout preview
commit id:"prep 2025.08.1"
checkout release
merge preview tag:"2025.08.1"
checkout preview
commit id:"prep β¦"
Contributions are welcome! Please open an issue or submit a pull request for any changes. See the CONTRIBUTING for more information
This project is licensed under the MIT License. See the LICENSE file for details.