Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2023 09:13 AM
@Retko Okter :
It seems that there is an issue with the SAS token provider class. This error can occur when the SAS token is not correctly formatted or is invalid.
Here are some steps you can try to resolve the issue:
- Verify that the SAS token is correctly formatted and contains the necessary permissions to access the storage account. You can check this by trying to access the storage account using the SAS token from Azure Storage Explorer or Azure Portal.
- Make sure that you are using the correct endpoint URL to access the storage account. The endpoint URL can be found in the Azure Portal or by using the az storage account show command in the Azure CLI.
- Try to use a different SAS token to see if the issue is with the token itself.
- Check if there is any firewall or network configuration that might be blocking the connection to the storage account.
- If you are using a custom SAS token provider class, try to verify that the class is correctly implemented and is in the correct package.
- Try to update the version of the storage account SDK or Spark connector that you are using.
- Check the logs for more information about the error. The logs may provide more details about the issue, including any error messages or stack traces.