Tasks:
- Please create Azure Function that will (*):
- accept customer data (name and email)
- print received data in the log that is available on function screen
- Store information about the customer in Storage Table (*).
- Send thank you email to newly registered customers – use SendGrid
- Send SMS to you when a new customer has been registered – use Twilio
- Try to test your solution
- Validate provided customer data
- name should not be empty
- email is not empty and it has the correct format
(*) – mandatory