Azure Red Hat OpenShift 3.11 will be retired 30 June 2022. Support for creation of new Azure Red Hat OpenShift 3.11 clusters continues through 30 November 2020. Following retirement, remaining Azure Red Hat OpenShift 3.11 clusters will be shut down to prevent security vulnerabilities.
Follow this guide to create an Azure Red Hat OpenShift 4 cluster. If you have specific questions, please contact us
Azure Red Hat OpenShift takes advantage of preexisting source control management (SCM) systems hosted either internally (such as an in-house Git server) or externally (for example, on GitHub, Bitbucket, etc.). Currently, Azure Red Hat OpenShift only supports Git solutions.
SCM integration is tightly coupled with builds, the two points being:
Creating a BuildConfig
using a repository, which allows building your
application inside of Azure Red Hat OpenShift. You can create a BuildConfig
manually or let
Azure Red Hat OpenShift create it automatically by
inspecting your repository.
Triggering a build upon repository changes.