microsoftarchive / iot-journey

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

Fix provision errors and add Provision-All and update Readme #227

Closed hanzzhang closed 9 years ago

hanzzhang commented 9 years ago

connects to #226

lbrader commented 9 years ago

2 Issues

  1. Name collision for EventHub Connectioni string.
    This occurred in AzureServiceBus.ps1 New-EventHubIfNotExists function. When it returns from that function to the Provision-ColdStorageEventProcessor.ps1 function. The EventHubInfo now contains 2 strings in the property ConnectionStrings, which causes an XML error when writing out to the config file. To fix this, I gave our connection string a unique name and no more collision.
  2. We are creating Web edition database for our SQL scenario. The Web edition database will be phased out Sept 15. Haven't fixed this item. Did create a issue with a link to how to create the SQL Base version, which is the recommended solution. #229
lbrader commented 9 years ago

Follow up note:

Still a bit puzzled why we are getting this collision on the ConnectionString property in this object.