Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 749 Bytes

File metadata and controls

9 lines (8 loc) · 749 Bytes

Overview

The Python Scheduled Events sample contains three primary files:

  1. Scheduled_events_sample.py - A sample of using the Azure scheduled events service in python.
  2. Discovery.py – This contains the core logic for endpoint discovery for non-VNET virtual machines.
  3. Util.py – This contains a utility/helper functions used by discovery.py

How to run these samples