Ensure that Azure Storage accounts are accessible only through private endpoints or have restricted public access.
Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. Private Endpoint uses a private IP address from your VNet, effectively bringing the service such as Azure Storage Accounts into your VNet. If private endpoints are not configured, ensure that public access is restricted to specific IP addresses or virtual networks.
Modify storage accounts and configure private endpoints or restrict public access to specific networks.