Skip to content

Commit 1e77b93

Browse files
authored
Merge pull request #101295 from craigshoemaker/patch-1
Add web APIs
2 parents 31002a8 + aada5b7 commit 1e77b93

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)