I have master windows azure account which contains blob storage. In this blob storage all my clients will upload video.
Now for each client, I will create seperate windows azure media service account + streaming endpoint.
Now how to set my master windows azure blob storage account credentials while uploading video into different streaming accounts?
I have gone through many articles but none of them are providing option to set from code side. From windows azure UI, you can set only blob account which is already exists in your account or create new one but in my scenario, my blob is in account1 while media service account is in account2, account3.... accountN.