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.