Requirements
- .Net Core
- Azure Functions Core Tools
Procedures
- Create a directory to house your azure function codes.
- Using the command console, navigate to the newly created directory.
- Execute the following command and select dotnet (i.e. usign the arrow keys) and press enter.
func init
Wait for the command prompt to come back.
- On the new prompt, execute the following command and select the template you want (i.e. using the arrow keys) and press enter.
func new
- Type a name for the function and press enter.
Leave a Reply