@Priyanka Gupta Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
As I understand you are facing an issue with the Azure Table Storage connector in your Logic App. Based on the information you have provided, it is possible that the issue is related to changes in the network configuration of your storage account. If you were able to run the same Logic App previously with the "Enabled from all networks" setting, but are now facing issues, it is possible that the network configuration of your storage account has been changed to only allow access from selected virtual networks.
****Ensure you have the full Azure Storage table endpoint when creating an "Access Key" connection or using V2 operations.
**Enter the full Azure Storage table endpoint on Azure Storage account name or table endpoint parameter for "Access Key" authentications
To troubleshoot this issue, you can try the following steps:
- Check the network configuration of your storage account to ensure that it is set up correctly. You can do this by going to the "Networking" tab in the Azure portal and verifying that the appropriate virtual networks are selected.
- Check the firewall settings of your storage account to ensure that they are not blocking access from your Logic App. You can do this by going to the "Firewalls and virtual networks" tab in the Azure portal and verifying that the appropriate IP addresses and ranges are allowed.
- Check the connection settings of your Logic App to ensure that they are configured correctly. You can do this by going to the "Connections" tab in the Logic App designer and verifying that the connection to your storage account is set up correctly.
- Enable diagnostic logging for both your Logic App and Azure Table Storage. Check the logs for more detailed error messages or information about what might be causing the problem.
- If the issue persists, you can try creating a new Logic App in the same region as your storage account and see if that resolves the issue. If you are not allowed to create the Logic App in another region, you can try creating a new storage account in the same region and see if that resolves the issue.
Additional information: https://stackoverflow.com/questions/67208970/azure-logic-app-unable-to-create-connection-to-table-storage
Please let us know if you have any further queries. I’m happy to assist you further.
---Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.