I am trying to create K8s cluster in Azure AKS and when cluster is ready I can see couple of resource is creating within "default" namespace. Example secret, configmap,

The security recommendation from Azure Policy is "Kubernetes clusters should not use the default namespace", then WHY resource created within "default" namespace and how to avoid it?
?