From 8d2aadb4e6dd78f0e793ad3d81fb775dbf56d69e Mon Sep 17 00:00:00 2001 From: Christopher Anderson Date: Wed, 22 Feb 2017 00:03:01 -0800 Subject: [PATCH] remove unsupported options --- docs/providers/azure/guide/workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/azure/guide/workflow.md b/docs/providers/azure/guide/workflow.md index a32066b44..257e12078 100644 --- a/docs/providers/azure/guide/workflow.md +++ b/docs/providers/azure/guide/workflow.md @@ -19,8 +19,8 @@ Intro. Quick recommendations and tips for various processes. 1. Write your functions 2. Use `serverless deploy` only when you've made changes to `serverless.yml` and in CI/CD systems. 3. Use `serverless deploy function -f myFunction` to rapidly deploy changes when you are working on a specific Azure Functions Function. -4. Use `serverless invoke -f myFunction -l` to test your Azure Functions. -5. Open up a separate tab in your console and stream logs in there via `serverless logs -f myFunction -t`. +4. Use `serverless invoke -f myFunction ` to test your Azure Functions. +5. Open up a separate tab in your console and stream logs in there via `serverless logs -f myFunction`. 6. Write tests to run locally. ### Larger Projects