I am having issues when it comes to deploying to azure, It is unable to configure for the storage account as I used an environment variable to store it which works perfectly for local use.
Where is the best place to configure a blob storage connection string - I have already got a connection string for an sql database stored in appsettings.json can I store the connection string for the blob storage there as well ?
I tried to use this link to get an understanding but couldn't quite grasp it

