Default TLS configuration are 1.0 if not defined for ServiceBus and EventHub
Open
provider improvement
- Dominant language
- Bicep
- Stars
- 3.6k
- Forks
- 830
- Avg merge
- 1d 21m
- Merged PRs (30d)
- 79
Description
**Bicep version**
The latest version and before as well
**Describe the bug**
When working with multiple customers it was noticed that when using ARM and BICEP to generate both EventHub and Service Bus instances in Azure the default configuration for TLS is 1.0 if not specified in the template. It would be nice to have that default set to 1.2
**To Reproduce**
While using Bicep, create a ServiceBus or EventHub without setting the TLS configuration, it will default to 1.0 in the deployed service.
Contributor guide
Assessment
This issue has not been assessed yet.