Downloads:
866,612
Downloads of v 10.27.1:
37,693
Last Update:
14 Nov 2024
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
azcopy azure admin cli- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
azcopy10
- 1
- 2
- 3
10.27.1 | Updated: 14 Nov 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
866,612
Downloads of v 10.27.1:
37,693
Maintainer(s):
Software Author(s):
- Microsoft
azcopy10 10.27.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft. The inclusion of Microsoft trademark(s), if any, upon this webpage is solely to identify Microsoft goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install azcopy10, run the following command from the command line or from PowerShell:
To upgrade azcopy10, run the following command from the command line or from PowerShell:
To uninstall azcopy10, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download azcopy10 --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade azcopy10 -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade azcopy10 -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install azcopy10
win_chocolatey:
name: azcopy10
version: '10.27.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'azcopy10' do
action :install
source 'INTERNAL REPO URL'
version '10.27.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller azcopy10
{
Name = "azcopy10"
Version = "10.27.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'azcopy10':
ensure => '10.27.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 14 Nov 2024.
AzCopy (v10) is the new command-line utility designed for high-performance uploading, downloading, and copying data to and from Microsoft Azure Blob and File.
It has a whole new syntax incompatible with the old v8 versions. You can use them side-by-side.
Now packaged as a single exe file with simple commands designed for optimal performance. You can copy data between a file system and a storage account, or between storage accounts.
Log in or click on link to see number of positives.
- azcopy10.10.27.1.nupkg (1737a65db59b) - ## / 68
- azcopy_windows_amd64_10.27.1.zip (d0cfe7c3682b) - ## / 68
- azcopy_windows_386_10.27.1.zip (14a339020b56) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
azcopy10 10.27.1 | 37693 | Thursday, November 14, 2024 | Approved | |
azcopy10 10.27.0 | 14633 | Thursday, October 31, 2024 | Approved | |
azcopy10 10.26.0 | 100976 | Wednesday, July 31, 2024 | Approved | |
azcopy10 10.25.1 | 59165 | Friday, June 14, 2024 | Approved | |
azcopy10 10.25.0 | 21106 | Wednesday, May 29, 2024 | Approved | |
azcopy10 10.24.0 | 61611 | Wednesday, March 27, 2024 | Approved | |
azcopy10 10.23.0 | 31913 | Tuesday, January 30, 2024 | Approved | |
azcopy10 10.22.2 | 11990 | Thursday, January 11, 2024 | Approved | |
azcopy10 10.22.1 | 9712 | Thursday, December 21, 2023 | Approved | |
azcopy10 10.21.1 | 28363 | Thursday, October 26, 2023 | Approved | |
azcopy10 10.21.0 | 9275 | Friday, September 29, 2023 | Approved | |
azcopy10 10.20.1 | 14642 | Thursday, August 10, 2023 | Approved | |
azcopy10 10.20.0 | 4371 | Friday, July 28, 2023 | Approved | |
azcopy10 10.19.0 | 36141 | Friday, June 2, 2023 | Approved | |
azcopy10 10.18.1 | 21286 | Friday, April 21, 2023 | Approved | |
azcopy10 10.18.0 | 12780 | Saturday, April 1, 2023 | Approved | |
azcopy10 10.17.0 | 37801 | Tuesday, January 24, 2023 | Approved | |
azcopy10 10.16.2 | 39323 | Wednesday, November 9, 2022 | Approved | |
azcopy10 10.16.1 | 17786 | Thursday, October 6, 2022 | Approved | |
azcopy10 10.16.0 | 27710 | Friday, July 22, 2022 | Approved | |
azcopy10 10.15.0.20220518 | 30302 | Wednesday, May 18, 2022 | Approved | |
azcopy10 10.15.0 | 7081 | Thursday, May 12, 2022 | Approved | |
azcopy10 10.14.1 | 43979 | Wednesday, March 16, 2022 | Approved | |
azcopy10 10.14.0 | 13515 | Tuesday, March 1, 2022 | Approved | |
azcopy10 10.13.0 | 52046 | Friday, October 29, 2021 | Approved | |
azcopy10 10.12.2 | 11050 | Tuesday, September 21, 2021 | Approved | |
azcopy10 10.12.1 | 5234 | Friday, September 3, 2021 | Approved | |
azcopy10 10.12.0 | 3538 | Wednesday, September 1, 2021 | Approved | |
azcopy10 10.11.0 | 15093 | Thursday, June 17, 2021 | Approved | |
azcopy10 10.10.0.20210426 | 12781 | Monday, April 26, 2021 | Approved | |
azcopy10 10.10.0.20210423 | 3449 | Friday, April 23, 2021 | Approved | |
azcopy10 10.10.0 | 8149 | Thursday, April 15, 2021 | Approved | |
azcopy10 10.9.0 | 7680 | Saturday, February 27, 2021 | Approved | |
azcopy10 10.8.0 | 8741 | Saturday, December 12, 2020 | Approved | |
azcopy10 10.7.0 | 4682 | Saturday, November 7, 2020 | Approved | |
azcopy10 10.6.1.20201022 | 2324 | Thursday, October 22, 2020 | Approved | |
azcopy10 10.6.1 | 591 | Thursday, October 22, 2020 | Approved | |
azcopy10 10.6.0 | 6819 | Wednesday, August 19, 2020 | Approved | |
azcopy10 10.5.1 | 3039 | Saturday, July 25, 2020 | Approved | |
azcopy10 10.5.0 | 1777 | Friday, July 10, 2020 | Approved | |
azcopy10 10.4.3 | 6605 | Friday, May 1, 2020 | Approved | |
azcopy10 10.4.1 | 803 | Sunday, April 26, 2020 | Approved | |
azcopy10 10.4.0 | 1161 | Saturday, April 11, 2020 | Approved | |
azcopy10 10.3.4 | 4411 | Saturday, January 25, 2020 | Approved | |
azcopy10 10.3.3 | 5228 | Friday, December 13, 2019 | Approved | |
azcopy10 10.3.2 | 2385 | Friday, November 15, 2019 | Approved | |
azcopy10 10.3.1 | 1094 | Friday, October 18, 2019 | Approved | |
azcopy10 10.3.0 | 253 | Friday, October 11, 2019 | Approved | |
azcopy10 10.2.1 | 3671 | Sunday, July 28, 2019 | Approved | |
azcopy10 10.2.0 | 463 | Wednesday, July 3, 2019 | Approved | |
azcopy10 10.1.2 | 377 | Tuesday, May 21, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about azcopy10 and the azcopy10 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or azcopy10, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.