Private Azure Machine Learning Workspace getting forbidden to reach private Storage Account for SAS

Jay 86 Reputation points
2024-07-26T04:34:00.46+00:00

My Azure Machine learning workspace is configured with private endpoint , my aml is configured to a Storage account which is also configured private endpoint and disabled the public access, My Storage Account network will looks like below

enter image description here

The problem:

When I launch the AML workspace from the portal, all are working fine except there is a single API Call which is getting failed with the 403 Forbidden


https://0121921-12012191-12121.workspace.eastus2.api.azureml.ms/notebook/v2.0/subscriptions/
Azure Machine Learning
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 9,481 Reputation points Volunteer Moderator
    2024-07-26T09:01:33.74+00:00

    Hi Jay,

    If you already setup all your network communication , you can change the authentication type to the storage accounts:

    User's image

    Verify to use your Entra ID instead of credential based(SAS/Access Key)

    User's image

    Additional references:

    Cheers,

    Luis


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.