Downloads:
172,169
Downloads of v 2.0.1-beta26:
459
Last Update:
22 May 2018
Package Maintainer(s):
Software Author(s):
- Microsoft
Tags:
azure functions azure-function cli core-tools- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Azure Function Core Tools
This is a prerelease version of Azure Function Core Tools.
- 1
- 2
- 3
2.0.1-beta26 | Updated: 22 May 2018
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
172,169
Downloads of v 2.0.1-beta26:
459
Maintainer(s):
Software Author(s):
- Microsoft
Azure Function Core Tools 2.0.1-beta26
This is a prerelease version of Azure Function Core Tools.
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
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Azure Function Core Tools, run the following command from the command line or from PowerShell:
To upgrade Azure Function Core Tools, run the following command from the command line or from PowerShell:
To uninstall Azure Function Core Tools, 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 azure-functions-core-tools --internalize --version=2.0.1-beta26 --pre --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 azure-functions-core-tools -y --source="'INTERNAL REPO URL'" --version="'2.0.1-beta26'" --prerelease [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 azure-functions-core-tools -y --source="'INTERNAL REPO URL'" --version="'2.0.1-beta26'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install azure-functions-core-tools
win_chocolatey:
name: azure-functions-core-tools
version: '2.0.1-beta26'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'azure-functions-core-tools' do
action :install
source 'INTERNAL REPO URL'
version '2.0.1-beta26'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller azure-functions-core-tools
{
Name = "azure-functions-core-tools"
Version = "2.0.1-beta26"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'azure-functions-core-tools':
ensure => '2.0.1-beta26',
install_options => ['--prerelease'],
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 22 May 2018.
The Azure Functions Core Tools provide a local development experience for creating, developing, testing, running, and debugging Azure Functions.
Log in or click on link to see number of positives.
- azure-functions-core-tools.2.0.1-beta26.nupkg (2c8e1d63cbc7) - ## / 61
- Azure.Functions.Cli.win-x86.2.0.1-beta.26.zip (23c0bad819a3) - ## / 60
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 |
---|---|---|---|---|
Azure Function Core Tools 4.0.6610 | 4647 | Thursday, November 14, 2024 | Approved | |
Azure Function Core Tools 4.0.6594 | 819 | Monday, November 11, 2024 | Approved | |
Azure Function Core Tools 4.0.6543 | 1370 | Wednesday, October 30, 2024 | Approved | |
Azure Function Core Tools 4.0.6280 | 6276 | Monday, September 9, 2024 | Approved | |
Azure Function Core Tools 4.0.5907 | 8721 | Friday, June 28, 2024 | Approved | |
Azure Function Core Tools 4.0.5858 | 1203 | Thursday, June 20, 2024 | Approved | |
Azure Function Core Tools 4.0.5801 | 3995 | Thursday, May 16, 2024 | Approved | |
Azure Function Core Tools 4.0.5700 | 1827 | Monday, May 6, 2024 | Approved | |
Azure Function Core Tools 4.0.5611 | 10541 | Monday, March 25, 2024 | Approved | |
Azure Function Core Tools 4.0.5571 | 2580 | Monday, March 11, 2024 | Approved | |
Azure Function Core Tools 4.0.5530 | 4085 | Friday, February 16, 2024 | Approved | |
Azure Function Core Tools 4.0.5455 | 11668 | Wednesday, November 8, 2023 | Approved | |
Azure Function Core Tools 4.0.5441 | 2626 | Wednesday, October 25, 2023 | Approved | |
Azure Function Core Tools 4.0.5413 | 2100 | Friday, October 13, 2023 | Approved | |
Azure Function Core Tools 4.0.5390 | 2975 | Wednesday, September 27, 2023 | Approved | |
Azure Function Core Tools 4.0.5382 | 750 | Monday, September 25, 2023 | Approved | |
Azure Function Core Tools 4.0.5348 | 2561 | Monday, September 11, 2023 | Approved | |
Azure Function Core Tools 4.0.5312 | 1979 | Thursday, August 31, 2023 | Approved | |
Azure Function Core Tools 4.0.5274 | 1752 | Monday, August 21, 2023 | Approved | |
Azure Function Core Tools 4.0.5198 | 11805 | Tuesday, May 23, 2023 | Approved | |
Azure Function Core Tools 4.0.5174 | 498 | Friday, May 19, 2023 | Approved | |
Azure Function Core Tools 4.0.5148 | 2719 | Monday, May 1, 2023 | Approved | |
Azure Function Core Tools 4.0.5085 | 5638 | Monday, March 20, 2023 | Approved | |
Azure Function Core Tools 4.0.5030 | 2305 | Thursday, February 23, 2023 | Approved | |
Azure Function Core Tools 4.0.4915 | 6626 | Monday, December 5, 2022 | Approved | |
Azure Function Core Tools 4.0.4895 | 2165 | Wednesday, November 16, 2022 | Approved | |
Azure Function Core Tools 4.0.4865 | 1060 | Monday, November 7, 2022 | Approved | |
Azure Function Core Tools 4.0.4829 | 2999 | Wednesday, October 12, 2022 | Approved | |
Azure Function Core Tools 4.0.4785 | 1759 | Monday, September 19, 2022 | Approved | |
Azure Function Core Tools 4.0.4736 | 1971 | Wednesday, August 17, 2022 | Approved | |
Azure Function Core Tools 4.0.4704 | 483 | Wednesday, August 10, 2022 | Approved | |
Azure Function Core Tools 4.0.4653 | 1205 | Monday, July 18, 2022 | Approved | |
Azure Function Core Tools 4.0.4629 | 622 | Wednesday, July 6, 2022 | Approved | |
Azure Function Core Tools 4.0.4590 | 1276 | Friday, June 10, 2022 | Approved | |
Azure Function Core Tools 4.0.4544 | 1018 | Monday, May 23, 2022 | Approved | |
Azure Function Core Tools 4.0.4483 | 1832 | Friday, April 15, 2022 | Approved | |
Azure Function Core Tools 4.0.4426 | 568 | Tuesday, April 5, 2022 | Approved | |
Azure Function Core Tools 3.0.5682 | 32 | Monday, April 29, 2024 | Approved | |
Azure Function Core Tools 3.0.5542 | 25 | Friday, March 22, 2024 | Approved | |
Azure Function Core Tools 3.0.5373 | 36 | Wednesday, September 27, 2023 | Approved | |
Azure Function Core Tools 3.0.4899 | 68 | Thursday, December 1, 2022 | Approved | |
Azure Function Core Tools 3.0.4868 | 54 | Wednesday, November 2, 2022 | Approved | |
Azure Function Core Tools 3.0.4837 | 47 | Friday, October 21, 2022 | Approved | |
Azure Function Core Tools 3.0.4806 | 71 | Friday, September 30, 2022 | Approved | |
Azure Function Core Tools 3.0.4753 | 61 | Wednesday, August 31, 2022 | Exempted | |
Azure Function Core Tools 3.0.4727 | 68 | Friday, August 12, 2022 | Exempted | |
Azure Function Core Tools 3.0.4669 | 64 | Tuesday, August 9, 2022 | Exempted | |
Azure Function Core Tools 3.0.4626 | 56 | Friday, July 22, 2022 | Exempted | |
Azure Function Core Tools 3.0.4585 | 69 | Thursday, June 2, 2022 | Exempted | |
Azure Function Core Tools 3.0.4502 | 80 | Monday, April 25, 2022 | Exempted | |
Azure Function Core Tools 3.0.4484 | 77 | Thursday, April 14, 2022 | Exempted | |
Azure Function Core Tools 3.0.4425 | 71 | Tuesday, April 5, 2022 | Exempted | |
Azure Function Core Tools 3.0.3442 | 8193 | Friday, April 9, 2021 | Approved | |
Azure Function Core Tools 3.0.3331 | 1070 | Tuesday, March 2, 2021 | Approved | |
Azure Function Core Tools 3.0.3284 | 729 | Thursday, February 11, 2021 | Approved | |
Azure Function Core Tools 2.7.3023 | 1677 | Friday, November 13, 2020 | Approved | |
Azure Function Core Tools 2.7.2936 | 1163 | Thursday, October 1, 2020 | Approved | |
Azure Function Core Tools 2.7.2913 | 674 | Tuesday, September 15, 2020 | Approved | |
Azure Function Core Tools 2.7.2883 | 495 | Thursday, September 3, 2020 | Approved | |
Azure Function Core Tools 2.7.2855 | 279 | Wednesday, September 2, 2020 | Approved | |
Azure Function Core Tools 2.7.2796 | 779 | Thursday, August 13, 2020 | Approved | |
Azure Function Core Tools 2.7.2748 | 334 | Tuesday, August 11, 2020 | Approved | |
Azure Function Core Tools 2.7.2628 | 2029 | Tuesday, June 23, 2020 | Approved | |
Azure Function Core Tools 2.7.2508 | 2365 | Wednesday, May 6, 2020 | Approved | |
Azure Function Core Tools 2.7.2184 | 3675 | Wednesday, February 12, 2020 | Approved | |
Azure Function Core Tools 2.7.2100 | 661 | Tuesday, February 4, 2020 | Approved | |
Azure Function Core Tools 2.7.1948 | 2521 | Tuesday, November 26, 2019 | Approved | |
Azure Function Core Tools 2.7.1846 | 1509 | Saturday, November 2, 2019 | Approved | |
Azure Function Core Tools 2.7.1724 | 1390 | Tuesday, October 15, 2019 | Approved | |
Azure Function Core Tools 2.7.1704 | 396 | Thursday, October 10, 2019 | Approved | |
Azure Function Core Tools 2.7.1633 | 378 | Monday, October 7, 2019 | Approved | |
Azure Function Core Tools 2.7.1585 | 1629 | Friday, September 6, 2019 | Approved | |
Azure Function Core Tools 2.7.1575 | 1303 | Saturday, August 17, 2019 | Approved | |
Azure Function Core Tools 2.7.1558 | 299 | Friday, August 16, 2019 | Approved | |
Azure Function Core Tools 2.7.1505 | 847 | Friday, August 2, 2019 | Approved | |
Azure Function Core Tools 2.7.1480 | 723 | Friday, July 19, 2019 | Approved | |
Azure Function Core Tools 2.7.1468 | 281 | Wednesday, July 17, 2019 | Approved | |
Azure Function Core Tools 2.7.1373 | 1333 | Thursday, June 13, 2019 | Approved | |
Azure Function Core Tools 2.7.1158 | 992 | Friday, May 10, 2019 | Approved | |
Azure Function Core Tools 2.7.1149 | 440 | Sunday, May 5, 2019 | Approved | |
Azure Function Core Tools 2.6.1080 | 305 | Tuesday, April 30, 2019 | Approved | |
Azure Function Core Tools 2.6.1048 | 341 | Thursday, April 25, 2019 | Approved | |
Azure Function Core Tools 2.5.553 | 652 | Friday, March 29, 2019 | Approved | |
Azure Function Core Tools 2.4.498 | 268 | Wednesday, March 27, 2019 | Approved | |
Azure Function Core Tools 2.4.419 | 692 | Thursday, February 28, 2019 | Approved | |
Azure Function Core Tools 2.4.401 | 271 | Monday, February 25, 2019 | Approved | |
Azure Function Core Tools 2.4.317 | 637 | Thursday, January 31, 2019 | Approved | |
Azure Function Core Tools 2.4.299 | 277 | Tuesday, January 29, 2019 | Approved | |
Azure Function Core Tools 2.4.290 | 394 | Wednesday, January 23, 2019 | Approved | |
Azure Function Core Tools 2.3.199 | 757 | Friday, December 21, 2018 | Approved | |
Azure Function Core Tools 2.3.148 | 422 | Tuesday, December 11, 2018 | Approved | |
Azure Function Core Tools 2.2.70 | 546 | Friday, November 16, 2018 | Approved | |
Azure Function Core Tools 2.2.32 | 362 | Friday, November 9, 2018 | Approved | |
Azure Function Core Tools 2.1.748 | 476 | Tuesday, October 23, 2018 | Approved | |
Azure Function Core Tools 2.1.725 | 301 | Thursday, October 18, 2018 | Approved | |
Azure Function Core Tools 2.0.3 | 623 | Thursday, September 20, 2018 | Approved | |
Azure Function Core Tools 2.0.2 | 270 | Wednesday, September 19, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta39 | 279 | Monday, September 17, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta38 | 347 | Thursday, September 6, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta37 | 277 | Wednesday, September 5, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta35 | 406 | Thursday, August 16, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta34 | 374 | Monday, August 6, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta33 | 333 | Monday, July 23, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta32 | 265 | Friday, July 20, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta31 | 372 | Wednesday, June 27, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta29 | 295 | Friday, June 22, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta26 | 459 | Tuesday, May 22, 2018 | Approved | |
Azure Function Core Tools 2.0.1-beta25 | 481 | Wednesday, April 4, 2018 | Exempted | |
Azure Function Core Tools 2.0.1-beta24 | 301 | Wednesday, March 28, 2018 | Exempted | |
Azure Function Core Tools 1.0.15 | 944 | Thursday, August 30, 2018 | Approved | |
Azure Function Core Tools 1.0.12 | 677 | Tuesday, May 1, 2018 | Approved | |
Azure Function Core Tools 1.0.11 | 294 | Thursday, April 26, 2018 | Approved | |
Azure Function Core Tools 1.0.9 | 392 | Saturday, March 31, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Azure Function Core Tools and the Azure Function Core Tools 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 Azure Function Core Tools, 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.