Welcome to Microsoft Q&A Forum, thank you for posting your query here!
1.This 10.0.0.4 looks like a private IP and might be one of your Azure resources. You can identify the resource using the command
dig -x <PrivateIP>
to get the designated FQDN and the underlying Azure resource. Once the resource type is identified from the FQDN, you can allow it as a trusted resource, similar to how you did for your Azure Machine Learning instance.
2.You can also modify the inbound rules of your virtual network to allow connections from the specified subnet range with the target being the resource subnet. However, it might be simpler to include the subnet range in the storage firewall if the existing declared virtual network range does not already encompass it.
kindly refer the below documentation: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-access-azureml-behind-firewall?view=azureml-api-2&tabs=ipaddress%2Cpublic
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.
Thank you.