Update tip100.md
This commit is contained in:
Родитель
0a50d8a518
Коммит
c841bda407
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
type: post
|
||||
title: "Tip 100 - Creating an Email Subscription with Azure Functions - Sending Emails"
|
||||
title: "Tip 100 - How to create an email subscription with Azure Functions - Sending Emails"
|
||||
excerpt: "Learn how to generate a weekly digest email for a blog using Azure Functions, SendGrid and Azure Storage"
|
||||
tags: [Serverless]
|
||||
date: 2018-03-04 17:00:00
|
||||
|
@ -10,6 +10,8 @@ date: 2018-03-04 17:00:00
|
|||
:bulb: Learn more : [Azure Functions Documentation](https://docs.microsoft.com/azure/azure-functions/?WT.mc_id=docs-azuredevtips-azureappsdev).
|
||||
:::
|
||||
|
||||
### How to create an email subscription with Azure Functions - Sending Emails
|
||||
|
||||
#### Where are we?
|
||||
|
||||
**Full Source Code** The source code for the app can be found on [GitHub](https://github.com/mbcrump/EmailSubscription?WT.mc_id=github-azuredevtips-azureappsdev)
|
||||
|
|
Загрузка…
Ссылка в новой задаче