Azure.Functions.Cli.Workloads.Templates.Python 1.0.1-preview.1

Prefix Reserved
This is a prerelease version of Azure.Functions.Cli.Workloads.Templates.Python.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Functions.Cli.Workloads.Templates.Python --version 1.0.1-preview.1
                    
NuGet\Install-Package Azure.Functions.Cli.Workloads.Templates.Python -Version 1.0.1-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.Templates.Python" Version="1.0.1-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.Templates.Python" Version="1.0.1-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Functions.Cli.Workloads.Templates.Python" />
                    
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.Templates.Python --version 1.0.1-preview.1
                    
#r "nuget: Azure.Functions.Cli.Workloads.Templates.Python, 1.0.1-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.Templates.Python@1.0.1-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.Templates.Python&version=1.0.1-preview.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Azure.Functions.Cli.Workloads.Templates.Python&version=1.0.1-preview.1&prerelease
                    
Install as a Cake Tool

Azure Functions CLI: Python templates workload

This package ships function-scaffold templates for Python Azure Functions projects (v2 programming model only), consumed by the func CLI's func new command. It is a content workload: the package carries template files only, with no entry-point assembly and no runtime services. func new resolves the install directory by package id and reads the template payload directly.

The channel a workload was built from is encoded in the pkg version's prerelease label, and that channel maps 1:1 to an extension-bundle id:

Channel Workload pkg version Bundle id
stable 1.0.0 Microsoft.Azure.Functions.ExtensionBundle
preview 1.0.0-preview Microsoft.Azure.Functions.ExtensionBundle.Preview
experimental 1.0.0-experimental Microsoft.Azure.Functions.ExtensionBundle.Experimental

The bundle id is both the upstream extension bundle the workload's templates were snapshotted from and the value func new expects in the project's host.json extensionBundle.id at scaffold time. Channel selection at func new is implicit, derived from the project's host.json bundle id.

Bundle compatibility

This workload declares a minimum compatible extension-bundle version ([4.0.0,)). func new validates the project's resolved bundle version against this constraint and surfaces incompatibilities as a warning or error.

Install

func workload install Azure.Functions.Cli.Workloads.Templates.Python@1.0.0
# or by alias
func workload install python-templates@1.0.0

Preview / experimental channels resolve via the matching prerelease label:

func workload install python-templates@1.0.0-preview
func workload install python-templates@1.0.0-experimental

Multiple templates versions coexist via --force.

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
1.0.1 345 6/2/2026
1.0.1-preview.1 151 6/12/2026
1.0.1-experimental.1 145 6/12/2026

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

# Azure.Functions.Cli.Workloads.Templates.Python

## 1.0.1