Skip to content

Commit 935aa80

Browse files
authored
Merge pull request #185634 from diberry/diberry/0120-function-language-pivot
Azure Functions - custom container image - fix pivot
2 parents d8cf002 + f240cfe commit 935aa80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-create-function-linux-custom-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create Azure Functions on Linux using a custom image
33
description: Learn how to create Azure Functions running on a custom Linux image.
4-
ms.date: 12/2/2020
4+
ms.date: 01/20/2021
55
ms.topic: tutorial
66
ms.custom: "devx-track-csharp, mvc, devx-track-python, devx-track-azurepowershell, devx-track-azurecli"
77
zone_pivot_groups: programming-languages-set-functions-full
@@ -159,7 +159,7 @@ COPY --from=mcr.microsoft.com/dotnet/core/sdk:3.1 /usr/share/dotnet /usr/share/d
159159
```
160160
---
161161
::: zone-end
162-
::: zone pivot="programming-language-csharp,programming-language-javascript,programming-language-typescript,programming-language-powershell,programming-language-python"
162+
::: zone pivot="programming-language-csharp"
163163
Add a function to your project by using the following command, where the `--name` argument is the unique name of your function and the `--template` argument specifies the function's trigger. `func new` creates a C# code file in your project.
164164

165165
```console

0 commit comments

Comments
 (0)