A cloud-native solution that protects workloads across hybrid and multi-cloud environments with threat detection and security recommendations
As Discussed over team the below steps worked and the issue has been resolved now.
- Marking a recommendation “Not Applicable” / creating an exemption • Defender for Cloud recommendations come from built-in policies (in this case “storage-accounts-should-use-private-endpoint”). You can’t toggle that recommendation off in the Defender UI itself, but you can create a Policy Exemption so the policy won’t evaluate your storage account. • In the Azure portal go to Policy > Exemptions > + Add exemption, pick the scope (subscription/resource), select the policy definition for “storage accounts should use a private endpoint connection,” and choose your reason (Risk Accepted / Not Applicable). Once saved, that storage account will drop off that recommendation. • You can also use PowerShell (New-AzPolicyExemption) or the REST API if you prefer automation.
- Suppressing or managing the alert • If you just want to ignore it short-term, you can “Dismiss” the recommendation in the Defender for Cloud blade (open the rec, click Dismiss, choose a dismissal reason). It stays hidden for the period you pick but doesn’t change your policy evaluation. • For a more permanent solution, stick with the policy exemption approach or build a custom policy copy that excludes storage accounts tagged “NoPrivateEndpoint” (for example), then assign that instead of the built-in.
- Policy-driven enforcement vs. tuning • Yes—the recommendation is strictly enforced by the built-in Azure Policy. There’s no per-resource toggle inside Defender; you tune it either by adjusting the policy assignment parameters, creating exemptions, or replacing it with a tailored/custom policy definition that matches your design.
- Best practices for false positives / non-applicable recommendations • Use Policy Exemptions to formally “skip” policies on known exceptions and document why. • Keep a central inventory (or tags) of exempted resources so you can review them regularly. • Where possible, build custom policies scoped to resource groups or tags instead of disabling entire subscriptions. • If you believe this rec should be more flexible, open a support request—Microsoft may update the policy to allow additional parameters in future.
Reference list 1. Understand and implement storage account recommendations in Defender for Cloud https://learn.microsoft.com/azure/defender-for-cloud/review-security-recommendations 2. Configure network access to Azure Storage https://learn.microsoft.com/azure/storage/common/storage-network-security?tabs=azure-portal#configu… 3. Configure firewalls and virtual networks for Storage accounts https://learn.microsoft.com/azure/storage/common/storage-network-security 4. Connect to a storage account using an Azure Private Endpoint https://learn.microsoft.com/azure/private-link/tutorial-private-endpoint-storage-portal?tabs=dynami… 5. Defender for Cloud release notes (exemption feature info) https://learn.microsoft.com/azure/defender-for-cloud/release-notes-archive?wt.mc_id=knowledgesearch…
If the resolution was helpful, please take a moment to accept the answer and upvote it 👍 to make it helpful to the community.
Thank you for contacting Microsoft Q&A!