You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/05-deployment/40-azure-functions.markdown
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,19 @@ in other Azure services.
28
28
response time, user load, requests per second and error rate
29
29
over various periods of time.
30
30
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