Skip to content

Commit b9b84e8

Browse files
authored
[Functions] Clarify Kubernetes support note
@raorugan
1 parent 4f754ff commit b9b84e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-kubernetes-keda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand how to run Azure Functions in Kubernetes in the cloud or
44
author: eamonoreilly
55
ms.topic: conceptual
66
ms.custom: build-2023, build-2024
7-
ms.date: 05/11/2023
7+
ms.date: 08/19/2024
88
ms.author: eamono
99
---
1010

@@ -13,7 +13,7 @@ ms.author: eamono
1313
The Azure Functions runtime provides flexibility in hosting where and how you want. [KEDA](https://keda.sh) (Kubernetes-based Event Driven Autoscaling) pairs seamlessly with the Azure Functions runtime and tooling to provide event driven scale in Kubernetes.
1414

1515
> [!IMPORTANT]
16-
> Running your containerized function apps on Kubernetes, either by using KEDA or by direct deployment, is an open-source effort that you can use free of cost. Best-effort support is provided by contributors and from the community by using [GitHub issues in the Azure Functions repository](https://github.com/Azure/Azure-Functions/issues). Please use these issues to report bugs and raise feature requests. For managed Kubernetes deployments, instead consider [Azure Container Apps hosting of Azure Functions](functions-container-apps-hosting.md).
16+
> Running your containerized function apps on Kubernetes, either by using KEDA or by direct deployment, is an open-source effort that you can use free of cost. Best-effort support is provided by contributors and from the community by using [GitHub issues in the Azure Functions repository](https://github.com/Azure/Azure-Functions/issues). Please use these issues to report bugs and raise feature requests. For fully-supported Kubernetes deployments, instead consider [Azure Container Apps hosting of Azure Functions](functions-container-apps-hosting.md).
1717
1818
## How Kubernetes-based functions work
1919

0 commit comments

Comments
 (0)