Needed files
View file | ||
---|---|---|
|
View file | ||
---|---|---|
|
Prerequisites
Setup azcli
Install azcli
core tool from Azure on your local machine
...
If core tools have been installed correctly, then func --version
should work and return the current version.
Login with azcli
Run az login
How to create the Azure Function
Step 1. In the Azure Portal create a new resource group
This resource group is used to group all assets related to this Azure Function.
...