Skip to Content
Serverless computing in Azure with .NET
book

Serverless computing in Azure with .NET

by Sasha Rosenbaum
August 2017
Intermediate to advanced
468 pages
12h 5m
English
Packt Publishing
Content preview from Serverless computing in Azure with .NET

Triggering functions using Functions Core tools

You can trigger function executions from Functions Core tools. To do so, execute the following steps:

  1. If you do not have Functions Core tools installed globally, you can install them by following the directions here, https://github.com/Azure/azure-functions-cli. Note that you may first need to install npm.
  2. Once the tools are installed, open a PowerShell window (or a CMD window)
  3. Navigate to the \bin\Debug\net461 directory under your Functions project's directory.
  4. Invoke the function directly by running the following command:
      func run <YourFunctionName>
  1. You can also provide a number of parameters to this command, including providing inline content using the -c option. For instance, for a standard ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni
Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781787288393Supplemental Content