pyazureutils documentation¶
Python Utilities for Microsoft Azure¶
pyazureutils is a collection of utilities for interacting with Microsoft Azure.
pyazureutils can be used as a library by instantiating any of the contained classes.
Overview¶
- pyazureutils is available:
install using pip from pypi: https://pypi.org/project/pyazureutils
browse source code on github: https://github.com/microchip-pic-avr-tools/pyazureutils
read API documentation on github: https://microchip-pic-avr-tools.github.io/pyazureutils
read the changelog on github: https://github.com/microchip-pic-avr-tools/pyazureutils/blob/main/CHANGELOG.md
Logging¶
This package uses the Python logging module for publishing log messages to library users. A basic configuration can be used (see example), but for best results a more thorough configuration is recommended in order to control the verbosity of output from dependencies in the stack which also use logging.
Contents:
- pyazureutils package
- IoT central enrollment module
AzureIotCentral
AzureIotCentral.create_device()
AzureIotCentral.create_device_attestation()
AzureIotCentral.get_default_subscription()
AzureIotCentral.get_device()
AzureIotCentral.get_device_attestation()
AzureIotCentral.get_device_template()
AzureIotCentral.get_device_templates()
AzureIotCentral.get_subscriptions()
AzureIotCentral.list_applications()
AzureIotCentral.set_app_name()
AzureIotCentral.set_default_subscription()
AzureIotCentralSession
iotcentral_register_device()
- pyazureutils
- IoT central enrollment module