Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arm/Microsoft.EventHub/namespaces/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ param authorizationRules array = [
}
]

@description('Optional. Configuration Details for private endpoints.')
@description('Optional. Configuration Details for private endpoints.For security reasons, it is recommended to use private endpoints whenever possible.')
param privateEndpoints array = []

@description('Optional. Service endpoint object information')
Expand Down
2 changes: 1 addition & 1 deletion arm/Microsoft.EventHub/namespaces/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This module deploys an event hub namespace.
| `metricsToEnable` | array | `[AllMetrics]` | `[AllMetrics]` | Optional. The name of metrics that will be streamed. |
| `name` | string | | | Optional. The name of the event hub namespace. If no name is provided, then unique name will be created. |
| `networkAcls` | object | `{object}` | | Optional. Service endpoint object information |
| `privateEndpoints` | array | `[]` | | Optional. Configuration Details for private endpoints. |
| `privateEndpoints` | array | `[]` | | Optional. Configuration Details for private endpoints. For security reasons, it is recommended to use private endpoints whenever possible.|
| `roleAssignments` | array | `[]` | | Optional. Array of role assignment objects that contain the 'roleDefinitionIdOrName' and 'principalId' to define RBAC role assignments on this resource. In the roleDefinitionIdOrName attribute, you can provide either the display name of the role definition, or its fully qualified ID in the following format: '/providers/Microsoft.Authorization/roleDefinitions/c2f4ef07-c644-48eb-af81-4b1b4947fb11' |
| `skuCapacity` | int | `1` | | Optional. Event Hub plan scale-out capacity of the resource |
| `skuName` | string | `Standard` | `[Basic, Standard]` | Optional. event hub plan SKU name |
Expand Down