This commit is contained in:
Vahe Minasyan 2020-12-09 09:54:14 -08:00 коммит произвёл GitHub
Родитель 0a50d8a518
Коммит c841bda407
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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)