Skip to content

Commit 17de38a

Browse files
authored
Update articles/container-apps/compare-options.md
1 parent cd42cfa commit 17de38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/compare-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Azure Kubernetes Service provides a fully managed Kubernetes option in Azure. It
5050
### Azure Functions
5151
Azure Functions is a serverless Functions-as-a-Service (FaaS) solution. It's optimized for running event-driven functions 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 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.
5252

53-
### Next steps
53+
## Next steps
5454

5555
> [!div class="nextstepaction"]
5656
> [Deploy your first container app](get-started.md)

0 commit comments

Comments
 (0)