Strapi file upload with Azure and SQL

I want to upload a file that should be stored in Azure Blob, and a reference database entry should be created in sql table by Strapi.

I am new to Strapi, and would like to use it in my React app. Is there a way to achieve the above point ?