Skip to content

Commit 76bff57

Browse files
authored
adding openshift
1 parent 495c403 commit 76bff57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/container-apps/compare-options.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ There are many options for teams to build and deploy cloud native and containeri
1818
- [Azure Kubernetes Service](#azure-kubernetes-service)
1919
- [Azure Functions](#azure-functions)
2020
- [Azure Spring Cloud](#azure-spring-cloud)
21+
- [Azure Red Hat OpenShift](#azure-red-hat-openshift)
2122

2223
There's no perfect solution for every use case and every team. The following explanation provides general guidance and recommendations as a starting point to help find the best fit for your team and your requirements.
2324

@@ -38,6 +39,8 @@ Azure Container Apps enables you to build serverless microservices based on cont
3839

3940
Azure Container Apps doesn't provide direct access to the underlying Kubernetes APIs. If you require access to the Kubernetes APIs and control plane, you should use [Azure Kubernetes Service](../aks/intro-kubernetes.md). However, if you would like to build Kubernetes-style applications and don't require direct access to all the native Kubernetes APIs and cluster management, Container Apps provides a fully managed experience based on best-practices. For these reasons, many teams may prefer to start building container microservices with Azure Container Apps.
4041

42+
You can get started building your first container app [using the quickstarts](get-started.md).
43+
4144
### Azure App Service
4245
Azure App Service provides fully managed hosting for web applications including websites and web APIs. These web applications may be deployed using code or containers. Azure App Service is optimized for web applications. Azure App Service is integrated with other Azure services including Azure Container Apps or Azure Functions. When building web apps, Azure App Service is an ideal option.
4346

@@ -53,6 +56,9 @@ Azure Functions is a serverless Functions-as-a-Service (FaaS) solution. It's opt
5356
### Azure Spring Cloud
5457
Azure Spring Cloud makes it easy to deploy Spring Boot microservice applications to Azure without any code changes. The service manages the infrastructure of Spring Cloud applications so developers can focus on their code. Azure Spring Cloud provides lifecycle management using comprehensive monitoring and diagnostics, configuration management, service discovery, CI/CD integration, blue-green deployments, and more. If your team or organization is predominantly Spring, Azure Spring Cloud is an ideal option.
5558

59+
### Azure Red Hat OpenShift
60+
Azure Red Hat OpenShift is jointly engineered, operated, and supported by Red Hat and Microsoft to provide an integrated product and support experience for running Kubernetes-powered OpenShift. With Azure Red Hat OpenShift, teams can choose their own registry, networking, storage, and CI/CD solutions, or use the built-in solutions for automated source code management, container and application builds, deployments, scaling, health management, and more from OpenShift. If your team or organization is using OpenShift, Azure Red Hat OpenShift is an ideal option.
61+
5662
## Next steps
5763

5864
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)