Change IoT Hub Tier to S1 so we can have multiple in one subscription
This commit is contained in:
parent
4e2598eed3
commit
316bcc67eb
|
|
@ -16,7 +16,7 @@ resource iotHub 'Microsoft.Devices/IotHubs@2021-03-31' = {
|
|||
tags: confTestTags
|
||||
sku: {
|
||||
capacity: 1
|
||||
name: 'F1'
|
||||
name: 'S1'
|
||||
}
|
||||
properties: {
|
||||
eventHubEndpoints: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue