How to access Azure config at runtime in Python

108 Views Asked by At

I am building a worker role built with Python (in a .pyproj) using the Azure SDK. I would like to be able to access settings defined in the role's .cscfg configuration file at runtime. The SDK readme implies that this can be done, but I cannot find a means to access this configuration data using the Python SDK.

0

There are 0 best solutions below