Tutorial on how to use Event Grid to send VOIP push notifications.
Does this introduce a breaking change?
[ ] Yes
[x] No
Pull Request Type
What kind of change does this Pull Request introduce?
Azure function app which demonstrates how to save the device token information and listen to the Event Grid notifications and then use the ANH REST API interface to send the VOIP push.
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe:
Tutorial on how to use Event Grid to send VOIP push notifications.
How to Test
README.md file explains the steps to be followed to run the sample.
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
Azure function app which demonstrates how to save the device token information and listen to the Event Grid notifications and then use the ANH REST API interface to send the VOIP push.
How to Test
What to Check
Verify that the following are valid
Other Information