From d8e036467452b6537d30f449cd16b2cc1a1dbed8 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Mon, 30 Mar 2026 09:44:50 +0000 Subject: [PATCH] Azure: Remove references to funclocal --- src/content/docs/azure/integrations/az.md | 1 - src/content/docs/azure/integrations/azd.md | 1 - 2 files changed, 2 deletions(-) diff --git a/src/content/docs/azure/integrations/az.md b/src/content/docs/azure/integrations/az.md index 43556e36..63e498cf 100644 --- a/src/content/docs/azure/integrations/az.md +++ b/src/content/docs/azure/integrations/az.md @@ -30,7 +30,6 @@ You now have access to the following LocalStack tools: |-----------|-----------------|-------------------------------| | az | azlocal | Interact with Azure resources | | azd | azdlocal | Deploy ARM/Bicep templates | -| func | funclocal | Deploy Azure Functions | The LocalStack variants are wrappers around the existing tools, so you keep the full functionality of the original tool. It will just redirect all commands to the running LocalStack Emulator. diff --git a/src/content/docs/azure/integrations/azd.md b/src/content/docs/azure/integrations/azd.md index 193a75c4..4794c7a4 100644 --- a/src/content/docs/azure/integrations/azd.md +++ b/src/content/docs/azure/integrations/azd.md @@ -30,7 +30,6 @@ You now have access to the following LocalStack tools: |-----------|-----------------|-------------------------------| | az | azlocal | Interact with Azure resources | | azd | azdlocal | Deploy ARM/Bicep templates | -| func | funclocal | Deploy Azure Functions | The LocalStack variants are wrappers around the existing tools, so you keep the full functionality of the original tool. It will just redirect all commands to the running LocalStack Emulator.