<t>Adding the settings under "App settings" like this will do the trick...<br/>
Notice the ":0" and ":1" below<br/>
<br/>
Format: Key -> Value<br/>
<br/>
SomeSettings:PropA -> AzureValueA<br/>
SomeSettings:PropB:0 -> AzureValueB1<br/>
SomeSettings:PropB:1 -> AzureValueB2<br/>
<br/>
```<br/>
<br/>
If you aren't running on Windows, replace the colon `:` with double underscore `__` to get your app to see the settings. So instead of e.g. `SomeSettings:PropB:1`, you'd use `SomeSettings__PropB__1`.</t>