The Python Scheduled Events sample contains three primary files:
- Scheduled_events_sample.py - A sample of using the Azure scheduled events service in python.
- Discovery.py – This contains the core logic for endpoint discovery for non-VNET virtual machines.
- Util.py – This contains a utility/helper functions used by discovery.py
- For instructions on how to run the scheduled events sample, please see the Running the Python Sample README
- For additional details on endpoint discovery in python and how to use the discovery script, please see the Discovering the Endpoint in Python README