We will first try to create a simple Azure function through the portal and then we will automate the build and deployment process using S tools and framework. So, to start playing with Azure Functions, we need to create an Azure Cloud service account first. Microsoft provides one month of free subscription and we will be using the Node.js scripts for all the DevOps-related examples and demos.
Azure Cloud account creation
https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio
https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio
Once the account is created, follow these steps:
- Log into the Azure portal (Azure portal: https://portal.azure.com/).
On successful login, we will be redirected to the homepage of the Azure portal.
- Now, we need to create resources for Azure Function. So let's click on the button Create...