-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Move from CloudCopy --> AzCopy #818
Comments
@SeanKilleen if we can make this work with a local copy of the AzCopy binary, per #819, then that'll make life a lot easier all around :p |
@Aaronontheweb 100% agreed, already put that into #819 for that exact reason. Wasn't thinking it through during my initial write-up. |
Still have some bugs I need to sort out with AzCopy - setting right content-headers and such. |
@Aaronontheweb sorry that I don't have more visibility into what you're seeing. If you want to post a little more about it here (error messages, general background, etc.) I can try to do some legwork on it. |
no error messages - just not seeing the results I expect inside Azure blob storage. Saw two problems basically:
Just closed a PR that fixes problem 2 - going to see if the issue with problem 1 was related to something else I was doing last night. |
@SeanKilleen turns out that the content not being overwritten correctly is an Azure CDN issue... I need to find a way to set a better default content-cache expiration header. Might just disable the CDN for now and serve everything directly from blob storage. |
But otherwise, everything else is working. |
In order to use this with the CDN we'll need to be able to tell AzCopy to do this for each file: https://msdn.microsoft.com/en-us/library/gg680306.aspx Not a big deal though. We'll just disable the CDN for now. |
AzCopy is Microsoft's tool for copying files to Azure storage blog.
I think the Azure PowerShell tools unfortunately mostly support copying between blobs.
As of now, I recommend this instead of Azure PowerShell tools.
Build Server Changes
Code Changes
Testing
Not sure I can really help out with this one since it has to be done on the build server. I'll do my best to launch the command locally and at least ensure that it fails in an understandable way.
The text was updated successfully, but these errors were encountered: