Error when connecting BLOB of container in MSSQL
I created a SAS token key in the web portal container BLOB.
I want to execute DB Backup by connecting to MSSQL using this SAS token.
However, after trying several times, an error occurs.
Below are the order and execution commands I processed.
I created a SAS for the dbbak folder.
I have created a SAS Token and URL.
I created a credential.
I ran the DB backup command.
An error occurs when the backup is executed.
error message
---------------
Msg 3298, Level 16, State 2, Line 33
Backup/Restore to URL device error: Error while decoding the storage key.
Msg 3013, Level 16, State 1, Line 33
BACKUP DATABASE is terminating abnormally.
---------------
For reference, the version of MSSQL being used is MSSQL 2014.
I am wondering what is the wrong procedure or problem for me to connect to the BLOB.
I hope someone can guide me.
Thanks.