Mapping Custom Domains to Azure App Service
- Refer Here to map the custom domain to Azure App Service
Azure Functions
- Azure Functions allows us to run pieces of code that solve particular problem inside the whole application.
- You can use these functions in the same way that you might use a class of function.

- This is Serverless offering by Microsoft Azure (AWS Lambda, Google Cloud Functions etc are the competitor services)
- Serverless doesn’t have a standard implmentation, So each cloud has its own syntax around creating functions, so the applications/functions defined in the serverless technology are not portable.
- Azure Pricing Calculator Refer Here
-
Create a Azure Functions App





- Note: Editing for functions is not supported in Azure for all linux based environments.
