From 120bbb6f2e24adacc50adb26f62b3ce95f6ab165 Mon Sep 17 00:00:00 2001 From: Radhika B <46513504+rabollin@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:06:52 +0530 Subject: [PATCH] Update README.md (#160) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a20c380..7669941e 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ ⚠️ This extension is currently in preview and not recommended for production. ⚠️ -The Azure Functions Dapr extension allows you to easily interact with the Dapr APIs from an Azure Function using triggers and bindings. This extension is supported in any environment that supports running Dapr and Azure Functions - primarily self-hosted and Kubernetes modes. +The Azure Functions Dapr extension allows you to easily interact with the Dapr APIs from an Azure Function using triggers and bindings. This extension is supported in any environment that supports running Dapr and Azure Functions - primarily self-hosted, Functions on ACA and Kubernetes modes. If you are unfamiliar with Azure Functions, it's recommended to [try out an Azure Function's quickstart first](https://docs.microsoft.com/azure/azure-functions/) to understand the basics of the programming model. You can also jump to the [Dapr + Functions quickstart](./docs/quickstart.md) below. -This extension currently supports Azure Functions written in [C#](./samples/dotnet-azurefunction), [JavaScript / TypeScript](./samples/javascript-azurefunction), and [Python](./samples/python-azurefunction). +This extension currently supports Azure Functions written in [C#](./samples/dotnet-azurefunction), [JAVA](./samples/java-azurefunction) [JavaScript / TypeScript](./samples/javascript-azurefunction), and [Python](./samples/python-azurefunction). ```javascript module.exports = async function (context, req) {