Skip to content

Commit 4888071

Browse files
authored
Merge pull request #116314 from ggailey777/patch-3
Note about removing disabled setting
2 parents 7f508d5 + 958c372 commit 4888071

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)