Skip to content

Commit 958c372

Browse files
authored
Note about removing disabled setting
------- cc: @ggailey777
1 parent 6f44afd commit 958c372

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/disable-function.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ or
117117

118118
In the second example, the function is disabled when there is an app setting that is named IS_DISABLED and is set to `true` or 1.
119119

120-
You can edit the file in the Azure portal or use the **Enable** and **Disable** buttons on the function's **Overview** page. The portal switch works by changing the *function.json* file.
120+
>[!IMPORTANT]
121+
>The portal now uses application settings to disable v1.x functions. When an application setting conflicts with the function.json file, an error can occur. You should remove the `disabled` property from the function.json file to prevent errors.
121122
122123

123124
## Next steps

0 commit comments

Comments
 (0)