I am new to Azure. I am writing my first REST API to update an Azure storage blob.
As part of the REST API header, I need to provide an authorization header as follows:
Authorization="[SharedKey|SharedKeyLite] [AccountName]:Signature"
Noticing the [AccountName] part: Does it mean that the client (issuing the API request) also needs to have an Azure account in order to request the storage resource?
Thanks in advance. Mikey