Configuration Options

All available deployment options for ux4iot

You can generally deploy a ux4iot without specifying any parameters, except for the iotHubEventHubConnectionString. This is because we provide default values for all other configuration variables. However we highly recommend setting a serverVersion. Without it you will deploy the latest code version which is basically a version of a single commit. You will use a development version of ux4iot then.

The configuration options are somewhat ordered by priority. You will need the last ones the least amount of time. We recommend to deploy a ux4iot service with at least the following configuration variables:

  • serverVersion

  • iotHubEventHubConnectionString

  • iotHubServiceConnectionString

  • eventHubConsumerGroup

  • sku

Last updated