Azure Function is a serverless compute service that enables user to run event-triggered code without needing to host it on the server and managing infrastructure. It is already hosted in the cloud.
Azure Function is a PAAS (Platform as a Service).
Supported Languages - Azure Functions support various languages like C#, F#,
JavaScript, node.js and more.
Trigger - Azure Functions can be triggered with the configured trigger like HTTPTrigger, TimerTrigger, QueueTrigger and more.
In this series, we will be creating an Azure Function using-
- Azure Portal
- Visual Studio
And we will be calling Azure function via-
- Postman
- D365 CRM Plugin/Workflow
- Webhook
Lets jump on to Part 1 - Create Azure Function using Azure Portal
Reference to MS Documentation -
https://docs.microsoft.com/en-us/azure/azure-functions/
Happy Learning, LET'S SHARE !
No comments:
Post a Comment