Throttle, or better, give low priority to Azure blob storage upload
I'm using
BlobContainerClient.UploadBlobAsync
to push up half a terabyte of archive data from a live server. I want don't want it to disrupt our live applications. I might have to do this more than once. Can someone tell me how I can give low priority to this traffic as it slurps it up over the next few days?19 Replies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
On the server
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Somewhere in Toronto on our provider's network.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Blue Genesys
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Yes
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I'm RDPing in
Yes.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I can't. I have to do programmatic things to the data as it uploads.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I have to reinterpret the data from files as it uploads.
And I can't save that to another directory because we're out of space.
Theoretically I could route this traffic through a Linux box, use some TBF rules to limit just that traffic, so I don't know why I wouldn't be able to do that anyways. Microsoft must have devised something that gives priority to IIS, but it probably has the same as Azure blob storage priority or maybe even less because these operations are usually critical
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Hmm. The files are < 25mb. Maybe I just add a sleep 1000
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Yeah, but IIS is going to be mostly upload, too.
k. I think I'll just do that.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View