Hi @Munduz Subanov
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
You have two basic options for fixing this. The first is to set up a private endpoint, which is a more secure option. This creates a secure connection between your services (such as your storage account and synapse) and the log analytics workstation without a public internet connection to do this, log into your log analytics workstation in the Azure portal, select private endpoints under networking and update. Now make sure your storage account and synapse workspace are set up to send logs to that workspace. Using that set, test everything to make sure the logs are flowing properly.
If you’re looking for a simpler solution and don’t mind a little less security, you can disable web isolation for the log analytics workspace. This allows your product to send logs without having to provide a private connection. You can disable network isolation under network in your log analytics workstation settings. Once you’ve done this, just double check that your storage account and synapse workspace are sending logs to the workstation, then make sure everything is working as expected.
You’re after a more secure setup, I would recommend going with the private endpoint option. But if you’re looking for a quick and easy fix, turning off web isolation will work.
If you have any concerns, please go through this link:-
https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings
If you have any further queries, do let us know
If the answer is helpful, please click "Accept Answer" and "Upvote it"