You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabling TLS (Transport Layer Security) exposes resources to unencrypted network traffic, making them vulnerable to interception and attacks. Always ensure TLS is enabled for all network-accessible resources.
4
+
5
+
## Bad Example
6
+
The following Bicep resource has `enableNonSslPort` set to `true`, which disables TLS and allows unencrypted connections:
0 commit comments