Skip to content

Commit c1e405f

Browse files
committed
add a couple new azure functions resources
1 parent 96ebd85 commit c1e405f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/pages/05-deployment/40-azure-functions.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,19 @@ in other Azure services.
2828
response time, user load, requests per second and error rate
2929
over various periods of time.
3030

31+
* [How to build a serverless report server with Azure Functions and SendGrid](https://medium.freecodecamp.org/how-to-build-a-serverless-report-server-with-azure-functions-and-sendgrid-3c063a51f963)
32+
combines the [Sendgrid email API](https://sendgrid.com/) with some
33+
configuration code to have Azure Functions kick off email jobs.
34+
35+
* [azure-cli](https://github.com/Azure/azure-cli) are the command line
36+
tools for using all of Azure, not just Functions.
37+
38+
* [My (Rough) Start with Azure Functions](https://www.raymondcamden.com/2018/07/06/my-rough-start-with-azure-functions)
39+
painstakingly details signing up for Azure, accessing Functions and
40+
finally coding a Function. The author has some really great points on
41+
what is confusing to newcomers that hopefully will be addressed
42+
as Microsoft continues to work on their Azure platform.
43+
44+
* [Azure in Plain English](https://www.expeditedssl.com/azure-in-plain-english)
45+
covers all of the Azure services and explains them because their
46+
default names are often too vague to understand their purpose.

0 commit comments

Comments
 (0)