Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Needed files

View file
namepython_provisioning.py
View file
nameazure_main.py

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.

...