MSI
WinGet
Azure Functions Core Tools
Microsoft · 4.3.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i func-cli-4.3.0-x64.msi /quiet /norestart
InstallPath
msiexec /i func-cli-4.3.0-x64.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{00884CCE-CF35-48EB-94AA-4B80EB23669A}
Product version operator
Greater than or equal to
Product version
4.3.0
MSI Properties
Product Code
{00884CCE-CF35-48EB-94AA-4B80EB23669A}
File Identity
Filename
func-cli-4.3.0-x64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Microsoft.Azure.FunctionsCoreTools
Version
4.3.0
Description
Command line tools for Azure Functions
License
MIT
↗
Installer URL
https://github.com/Azure/azure-functions-core-tools/releases/download/4.3.0/func-cli-4.3.0-x64.msi
Upgrade Behavior
install(Install over existing)
Release Notes
Azure Functions CLI 4.3.0
Host Version
- Host Version: 4.1042.100
- In-Proc Host Version: 4.41.100 (4.841.100, 4.641.100)
Changes
- Log the resolved worker runtime and local.settings.json location, if found.
- Add func pack basic functionality (#4600)
- Add func pack basic functionality (#4600)
- Clean up HelpAction and add func pack to help menu (#4639)
- Add comprehensive pack validations for all Azure Functions runtimes (#4625)
- Enhanced user experience with real-time validation status (PA…