MultiCloud Classroom notes 25/Aug/2026

Azure functions:

  • vscode

  • azure functions core tool

    • Azure Functions CLI (v5)
    • Azure Functions Core Tools (v4)
    • choco install azure-functions-core-tools -y
  • azure cli

Folder structure:

demo-azure-vm-control
    - python
       *  _init_.py ==> python code and function handler
       *  function.json ==> build and trigger configuration
    - requirment.txt - packages
    - host.json - Gobal configuration
    - local.setting.json - local enviroment variables

Function cli cheatsheet:

cheatsheet

  • func init <function name> which will create file structure
  • select runtime like java, nodejs, python, dotnet …etc
  • func start – this run in your local.

Azure sdk sample code for vm creation

azure-sdk-example-virtual-machines

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%