Not at the moment. the default is octet-stream but this can be overridden. What is your use-case and how urgently do you need this option?
Thanks very much for prompt respons. The use case is to share pdf files using presigned links I get from using GetAccountSASTokenByBlob after upload.
The clients wants this document to open in browser and not for download (as chrome at least does with octet-stream). Any way to get the url to open the file (always pdf in this case) directly in most browsers is the goal. If I set content type to application/pdf in Azure storage I get the functionality the clients wants.
The urgency is about 2-3 weeks.