Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64 4.43.0-preview.1

Prefix Reserved
This is a prerelease version of Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64 --version 4.43.0-preview.1
                    
NuGet\Install-Package Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64 -Version 4.43.0-preview.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64" Version="4.43.0-preview.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64" Version="4.43.0-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64 --version 4.43.0-preview.1
                    
#r "nuget: Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64, 4.43.0-preview.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64@4.43.0-preview.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64&version=4.43.0-preview.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64&version=4.43.0-preview.1&prerelease
                    
Install as a Cake Tool

Azure Functions CLI – Python worker workload

Content workload that ships the Python language worker payload consumed by the Azure Functions CLI host.

Install

func workload install Azure.Functions.Cli.Workloads.Workers.Python
# or by alias
func workload install python-worker

Version scheme

The workload pkg version maps 1:1 to the Python worker payload it carries. One prop in Directory.Version.props drives $(VersionPrefix):

Prop Meaning
$(WorkerVersion) Microsoft.Azure.Functions.PythonWorker version. Bare three-part SemVer.

Bump $(WorkerVersion) whenever the upstream worker package is bumped. $(WorkerVersion) also pins the restored Microsoft.Azure.Functions.PythonWorker pkg via VersionOverride, so the two versions cannot drift.

Unlike the bundles workload, there is no channel axis: the upstream PythonWorker NuGet doesn't ship preview/experimental SKUs.

Status

Preview. Worker assets are pulled at pack time from the restored Microsoft.Azure.Functions.PythonWorker NuGet package (its tools/ payload) and packed under tools/any/ in the resulting workload NuGet.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.43.0-preview.2 47 6/2/2026
4.43.0-preview.1 62 6/2/2026

See https://github.com/Azure/azure-functions-core-tools/releases/tag/v5.0.0-preview.1

# Azure.Functions.Cli.Workloads.Workers.Python

## 4.43.0