Change IoT Hub Tier to S1 so we can have multiple in one subscription

This commit is contained in:
Bernd Verst 2021-10-18 14:22:09 -07:00
parent 4e2598eed3
commit 316bcc67eb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ resource iotHub 'Microsoft.Devices/IotHubs@2021-03-31' = {
tags: confTestTags
sku: {
capacity: 1
name: 'F1'
name: 'S1'
}
properties: {
eventHubEndpoints: {