Hello Akker, Sander van den,
Greetings! Welcome to Microsoft Q&A Platform.
Based on the error message it indicates that the specified storage account does not exist. Ensure that the storage account name is correct and that it exists in the specified region by listing the storage accounts in the particular resource group and verify it,
To list the storage accounts in a resource group on Azure, you can use the Azure CLI,
Open your terminal or command prompt.
Log in to your Azure account using the command:
az login
List the storage accounts in a specific resource group using the following command:
az storage account list --resource-group <resource-group-name>
Replace <resource-group-name> with the name of your resource group.
- Please ensure the storage account exists in the resource group
- Verify System Time (Make sure that the system time on the machine generating the SAS token is accurate. A significant time discrepancy could lead to authentication failures)
- Try to regenerate New SAS token and upload
- For testing purpose can you upload using Storage account key and Storage explorer or azcopy tool?
- Also please check if any outages are updated in Azure Status Page for WE region which may cause intermittent failures in connecting to storage account.
Here are some things you can check to troubleshoot the issue:
- Check if the SAS token has expired. Even though the SAS token has valid dates, it is possible that it has expired. Make sure that the SAS token is still valid and has not expired.
- Check if the SAS token has the correct permissions. Make sure that the SAS token has the correct permissions to upload files to the Azure storage account.
- Check if the SAS token has the correct format. Make sure that the SAS token has the correct format and that it includes all the required parameters.
- Check if there are any network connectivity issues. Make sure that there are no network connectivity issues that may be preventing the request from being authenticated.
Additional Information :
Reference link: https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview#best-practices-when-using-sas
Hope this helps! please let us know if you have any further queries. I’m happy to assist you further.
Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.