更新时间:2021-06-10 18:56:59
coverpage
Title Page
About Packt
Why subscribe?
Contributors
About the author
About the reviewers
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Download the color images
Conventions used
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Get in touch
Reviews
Developing Cloud Applications Using Function Triggers and Bindings
Introduction
Building a backend Web API using HTTP triggers
Persisting employee details using Azure Storage table output bindings
How to do it...
How it works...
Understanding storage connection
What is the Azure Table storage service?
Partition key and row key
There's more...
Saving the profile images to Queues using Queue output bindings
Storing the image in Azure Blob Storage
Working with Notifications Using the SendGrid and Twilio Services
Sending an email notification to the administrator of a website using the SendGrid service
Creating a SendGrid account
Generating an API key from the SendGrid portal
Configuring the SendGrid API key with the Azure Function app
Create Storage Queue binding to the HTTP Trigger
Creating Queue Trigger to process the message of the HTTP Trigger
Creating SendGrid output binding to the Queue Trigger
There's more
Sending an email notification dynamically to the end user
Accepting the new email parameter in the RegisterUser function
Retrieving the UserProfile information in the SendNotifications trigger
Implementing email logging in Azure Blob Storage
Modifying the email content to include an attachment
Customizing the log file name using IBinder interface
Adding an attachment to the email
Sending an SMS notification to the end user using the Twilio service
Seamless Integration of Azure Functions with Azure Services
Using Cognitive Services to locate faces in images
Creating a new Computer Vision API account
Configuring application settings
Azure SQL Database interactions using Azure Functions
Monitoring tweets using Logic Apps and notifying users when a popular user tweets
Creating a new Logic App
Designing the Logic App with Twitter and Gmail connectors
Testing the Logic App functionality
Integrating Logic Apps with serverless functions