From 9b331cfc3e78c41b45ec4da98a39c79c6cba3cf0 Mon Sep 17 00:00:00 2001 From: Radhika B <46513504+rabollin@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:51:35 +0530 Subject: [PATCH] Update README.md (#176) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cfad82..ed01a55 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Extension provides both HTTP client & HTTP Server (Kestrel) to interact with Dap You can easily deploy Azure Functions with the Dapr extension in Azure Container Apps (ACA), self-hosted mode or Kubernetes. Follow the below quickstarts guides to deploy Azure Functions with Dapr Extension. - [Local](./deploy/local/local-deployment.md) -- [Azure Container Apps](./deploy/aca/aca-deployment.md) +- [Azure Container Apps](./quickstarts/dotnet-isolated/deploy/aca/README.md) - [Kubernetes](./deploy/kubernetes/kubernetes-deployment.md) If you are new to 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.