Skip to content

Commit aada5b7

Browse files
Add web APIs
Update list of examples for functions usage.
1 parent 5e167e2 commit aada5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here are some key features of Functions:
2727
* **Open-source** - The Functions runtime is open-source and [available on GitHub](https://github.com/azure/azure-webjobs-sdk-script).
2828

2929
## What can I do with Functions?
30-
Functions is a great solution for processing data, integrating systems, working with the internet-of-things (IoT), and building simple APIs and microservices. Consider Functions for tasks like image or order processing, file maintenance, or for any tasks that you want to run on a schedule.
30+
Functions is a great solution for processing data, integrating systems, working with the internet-of-things (IoT), and building simple APIs and microservices. Consider Functions for tasks like web APIs, image or order processing, file maintenance, or for any tasks that you want to run on a schedule.
3131

3232
Functions provides templates to get you started with key scenarios, including the following:
3333

0 commit comments

Comments
 (0)