Skip to content

Commit 4f281d4

Browse files
committed
Fixed broken links and duplicate H2s
1 parent 20400e7 commit 4f281d4

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

articles/container-apps/compare-options.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ There are many options for teams to build and deploy cloud native and containeri
2222

2323
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.
2424

25-
## Container option comparisons
26-
2725
[!INCLUDE [container option comparisons](../../includes/container-apps/container-comparison.md)]
2826

2927
## Next steps

includes/container-apps/container-comparison.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ ms.author: craigshoemaker
99

1010
### Azure Container Apps
1111

12-
[Azure Container Apps](../container-apps/index.yml) enables you to build serverless microservices and jobs based on containers. Distinctive features of Container Apps include:
12+
[Azure Container Apps](/azure/container-apps/overview) enables you to build serverless microservices and jobs based on containers. Distinctive features of Container Apps include:
1313

1414
- Optimized to run general purpose containers, especially for applications that span many microservices deployed in containers.
1515
- Powered by Kubernetes and open-source technologies like [Dapr](https://dapr.io/), [KEDA](https://keda.sh/), and [envoy](https://www.envoyproxy.io/).
16-
- Supports Kubernetes-style apps and microservices with features like [service discovery](connect-apps.md) and [traffic splitting](revisions.md).
17-
- Enables event-driven application architectures by supporting scale based on traffic and pulling from [event sources like queues](scale-app.md), including [scale to zero](scale-app.md).
18-
- Supports running on demand, scheduled, and event-driven [jobs](jobs.md).
19-
- Enables running [Azure Functions](../container-apps/functions-overview.md) for [event-driven scenarios](../azure-functions/functions-scenarios.md) using triggers, bindings and automatic scaling.
16+
- Supports Kubernetes-style apps and microservices with features like [service discovery](/azure/container-apps/connect-apps) and [traffic splitting](/azure/container-apps/revisions).
17+
- Enables event-driven application architectures by supporting scale based on traffic and pulling from [event sources like queues](/azure/container-apps/scale-app), including [scale to zero](/azure/container-apps/scale-app).
18+
- Supports running on demand, scheduled, and event-driven [jobs](/azure/container-apps/jobs).
19+
- Enables running [Azure Functions](/azure/container-apps/functions-overview) for [event-driven scenarios](/azure/azure-functions/functions-scenarios) using triggers, bindings and automatic scaling.
2020

2121
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](/azure/aks/what-is-aks). 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 prefer to start building container microservices with Azure Container Apps.
2222

23-
You can get started building your first container app [using the quickstarts](get-started.md).
23+
You can get started building your first container app [using the quickstarts](/azure/container-apps/get-started).
2424

2525
### Azure App Service
2626

27-
[Azure App Service](../app-service/index.yml) provides fully managed hosting for web applications including websites and web APIs. You can deploy these web applications 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.
27+
[Azure App Service](/azure/app-service/overview) provides fully managed hosting for web applications including websites and web APIs. You can deploy these web applications 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.
2828

2929
### Azure Container Instances
3030

@@ -36,7 +36,7 @@ You can get started building your first container app [using the quickstarts](ge
3636

3737
### Azure Functions
3838

39-
[Azure Functions](../azure-functions/functions-overview.md) is a serverless Functions-as-a-Service (FaaS) solution. It's optimized for running event-driven applications using the functions programming model. It shares many characteristics with Azure Container Apps around scale and integration with events, but optimized for ephemeral functions deployed as either code or containers. The Azure Functions programming model provides productivity benefits for teams looking to trigger the execution of your functions on events and bind to other data sources. When building FaaS-style functions, Azure Functions is the ideal option. The Azure Functions programming model is available as a base container image, making it portable to other container based compute platforms allowing teams to reuse code as environment requirements change.
39+
[Azure Functions](/azure/azure-functions/functions-overview) is a serverless Functions-as-a-Service (FaaS) solution. It's optimized for running event-driven applications using the functions programming model. It shares many characteristics with Azure Container Apps around scale and integration with events, but optimized for ephemeral functions deployed as either code or containers. The Azure Functions programming model provides productivity benefits for teams looking to trigger the execution of your functions on events and bind to other data sources. When building FaaS-style functions, Azure Functions is the ideal option. The Azure Functions programming model is available as a base container image, making it portable to other container based compute platforms allowing teams to reuse code as environment requirements change.
4040

4141
### Azure Red Hat OpenShift
4242

0 commit comments

Comments
 (0)