Skip to content

Commit

Permalink
set default IoT Hub sku to S1 to use restricted features
Browse files Browse the repository at this point in the history
  • Loading branch information
ks6088ts committed Jun 12, 2024
1 parent 215fcdc commit 9d8b4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/iotHub.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ param tags object = {}
param name string = '${prefix}-iothub'

@description('The SKU to use for the IoT Hub.')
param skuName string = 'B1'
param skuName string = 'S1'

@description('The number of IoT Hub units.')
param skuUnits int = 1
Expand Down

0 comments on commit 9d8b4a0

Please sign in to comment.