microsoftarchive / iot-journey

a guidance project for implementing an IoT solution on Azure
Other
89 stars 34 forks source link

Fix Web Job configuration issue - remove cloud service configuration #251

Closed lbrader closed 9 years ago

lbrader commented 9 years ago

ConfigurationHelper.cs uses Microsoft.WindowsAzure.ServiceRuntime to support an earlier sceanrio that supported worker roles for a cloud service. Moving to a Web Job has made this code section no longer needed.