Skip to content

Commit

Permalink
eventhub_namespace - Correct the default capacity specified as 2. (#1…
Browse files Browse the repository at this point in the history
…4441)

Related To Issue: #14251
In the issue it was seen that default capacity mentioned in example and below in details were different.
The default capacity is mentioned as 20 but should be 2 as during creation capacity is taken as 2 in Azure.
The default is shown in example correctly.
  • Loading branch information
soumyajit-samanta authored Dec 2, 2021
1 parent 1303ab9 commit 429ecda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/eventhub_namespace.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following arguments are supported:

* `sku` - (Required) Defines which tier to use. Valid options are `Basic`, `Standard`, and `Premium`. Please not that setting this field to `Premium` will force the creation of a new resource and also requires setting `zone_redundant` to true.

* `capacity` - (Optional) Specifies the Capacity / Throughput Units for a `Standard` SKU namespace. Default capacity has a maximum of `20`, but can be increased in blocks of 20 on a committed purchase basis.
* `capacity` - (Optional) Specifies the Capacity / Throughput Units for a `Standard` SKU namespace. Default capacity has a maximum of `2`, but can be increased in blocks of 2 on a committed purchase basis.

* `auto_inflate_enabled` - (Optional) Is Auto Inflate enabled for the EventHub Namespace?

Expand Down

0 comments on commit 429ecda

Please sign in to comment.