Azure.Functions.Cli.Workloads.Templates.Python
1.0.1-preview.1
Prefix Reserved
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
<PackageReference Include="Azure.Functions.Cli.Workloads.Templates.Python" Version="1.0.1-preview.1" />
<PackageVersion Include="Azure.Functions.Cli.Workloads.Templates.Python" Version="1.0.1-preview.1" />
<PackageReference Include="Azure.Functions.Cli.Workloads.Templates.Python" />
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"
#:package Azure.Functions.Cli.Workloads.Templates.Python@1.0.1-preview.1
#addin nuget:?package=Azure.Functions.Cli.Workloads.Templates.Python&version=1.0.1-preview.1&prerelease
#tool nuget:?package=Azure.Functions.Cli.Workloads.Templates.Python&version=1.0.1-preview.1&prerelease
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.
Links
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