@gspross Thanks for the question. The error message suggests that there is an issue with the SAS token for the azureml_globaldatasets datastore. The SAS token is used to authenticate access to the datastore, and if it is invalid or expired, you may encounter errors when trying to access the datastore.
To resolve this issue, you can try the following steps:
Check if the SAS token for the azureml_globaldatasets datastore is still valid. You can do this by going to the Azure portal, navigating to the storage account associated with the datastore, and checking the SAS token settings.
If the SAS token is invalid or expired, generate a new SAS token with the required permissions and update the datastore credentials in your Azure Machine Learning workspace.
If the SAS token is valid, try refreshing the datastore credentials in your Azure Machine Learning workspace**1**. You can do this by going to the Datastores tab in your workspace, selecting the azureml_globaldatasets datastore, and clicking the Refresh button.
If refreshing the credentials does not work, try deleting and recreating the azureml_globaldatasets datastore in your workspace. Make sure to use the correct SAS token and credentials when creating the datastore.