Hi Frank , can we move oracle db data of 200 TB of data to azure from onpremises to cloud or we have any other option in Azure for that
@ankithatwalne43153 жыл бұрын
Hi Frank, how do we transfer from files from blob storage account to Azure VM machine? And do we have assign Storage Blob Data Contributor role to the blob storage account?
@fboucheros3 жыл бұрын
That's an excellent question @Ankit Hatwalne! If it's a one time thing use the Azure Portal or Azure Storage Explorer, or AzCopy like in this video. However, if you are looking for a more permanent solution what you are looking for is Azure File Share. I didn't do a video about this yet, but look here in the documentation (docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share?tabs=azure-portal) and let me know if that helps!
@shahg3902 ай бұрын
how i can downlod from OneDrive to Azure blob storage.
@fboucherosАй бұрын
That a nice question! If I needed to do this I would probably do it using Azure Logic App, Assuming the file to move are not too big.
@finalfant111 Жыл бұрын
Is Azcopy better than Azure File Sync? I am trying to find an alternative that copies changes as they happen and not enumerate every single file every night then copy changes. I am having an issue with AFS causing massive List Transaction everyday because of its enumeration.
@fboucheros Жыл бұрын
AzCopy is a tool. It copy once. It won't Sync.
@ameliaseni9772 жыл бұрын
Thanks Frank for the helpful info , Azcopy was excellent with us while migrating our file shares from windows to Azure blob but it is really so strong and fast and this causes a bandwidth-consuming, we found some tools that have the ability to migrate to Azure blob with the ability to control the transfer speed like Sharegate and Gs Richcopy 360 but both are paid, any idea, how can I solve this with AZcopy?
@fboucheros2 жыл бұрын
DO you need to copy files on a regular base or it`s just for the migration? There is other tools do move file/ data in Azure. Let me know and I will try to find something for you.
@eddyfrey1430 Жыл бұрын
Bonjour, je voudrais utiliser AzCopy dans le cadre d'une migration de mailbox. Doit-on passer par la création d'un compte de stockage + conteneur blob afin de migrer le PST dessus dans un premier temps, puis de migrer du blob storage à l'URL donnée dans microsoft compliance. Ou peut-on passer directement du local à l'URL donnée dans microsoft compliance. Je ne trouve cette info nul part. Merci
@fboucheros Жыл бұрын
Pour un Azure Blob storage ca devrait etre possible de local a url post: www.frankysnotes.com/2016/04/how-to-transfert-data-between-azure.html sinon il y a Azure Storage Explorer tres simple a utiliser.
@ShyamRanjan-r9f Жыл бұрын
Hi @Frank can I download a file link directly to the blob bypassig local ?
@fboucheros Жыл бұрын
cloud to cloud? yes
@jstump1972 Жыл бұрын
As a azure tenant admin how do i search for any user using azure blob storage space across the board?
@fboucheros Жыл бұрын
You mean you would like to list users that read something on any azure blob storage contained in a subscription?
@mohammadzeeshan50482 жыл бұрын
HI frank, love you videos. How can I update azcopy to a newer version using azure powershell
@fboucheros2 жыл бұрын
I wish we could use Winget! Put look in the documentation there is a command that execute a script. docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10#use-in-a-script
@nasimanousheh Жыл бұрын
The tutorial is great. It would be even better if you could decrease the size of your image in the next tutorial's video. I don't mean to sound critical, but the current image size is obstructing the content, and reducing it would greatly improve the overall viewing experience.
@fboucheros Жыл бұрын
Thank you for the feedback @nasimanousheh :)
@sandeepn60943 жыл бұрын
Hi Frank, When i tried to us Bash Shell, it giving me a messgae " no storage is mounted" but we already have storage account created. Please advise
@fboucheros2 жыл бұрын
What command are you doing?
@thetimeisninefifteen2 жыл бұрын
When you first use cloud shell, you will need a storage account specifically for the cloud shell to use. You should be able to click "create storage" in the cloud shell and it will be done for you in a few minutes.
@amarnath84933 жыл бұрын
Hi Frank.. very useful video.. Can we execute AZ Copy commands in Azure functions?
@fboucheros3 жыл бұрын
Thanks a great question! I will try to to that next time on my stream (twitch.tv/fboucheros) and let you know... Feel free to join!
@karthikeyanp51423 жыл бұрын
@@fboucheros i tried your link for azcopy with azure function and it say content not available. it will be great to see the your video
@mohamadkharma407011 ай бұрын
fantastic vedio.😃
@cubasdf Жыл бұрын
great content! thanks!
@cousi3 жыл бұрын
Great video! Its very usefull.
@fboucheros3 жыл бұрын
Glad you think so!
@LeoHub0003 жыл бұрын
Can we copy a file from cloud to original pc
@fboucheros3 жыл бұрын
Yes of course. That pure download. If the file are protected you will need to create a access token first, then download. Otherwise just use the Url from the file and save it locally.
@derekationa2 жыл бұрын
Hi Frank - this was a great video. I'm trying to get azcopy to work with SAS tokens but I keep getting an Authorization failure / RESPONSE Status: 403 This request is not authorized to perform this operation, but if I upload with the same account (not using a token) it's fine. I gave it read/write/delete/add/create permissions for blob and container / object resource types - I'm curious if there's anywhere else I might be missing.
@TellaTrix3 жыл бұрын
I would suggest you to do short video such like this one. Yes we usually prefer this quick video rather sitting on 3-4 hours not wise option. I mean short maximum 30 min
@fboucheros3 жыл бұрын
Totally agree. That the format of this channel. I'm always targeting 5 minutes.