Skip to content

Commit 97602c2

Browse files
authored
Merge pull request #103789 from ggailey777/patch-7
Fix the note format
2 parents 09b3928 + fb89537 commit 97602c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/disable-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This article explains how to disable a function in Azure Functions. To *disable*
1111

1212
The recommended way to disable a function is by using an app setting in the format `AzureWebJobs.<FUNCTION_NAME>.Disabled`. You can create and modify this application setting in a number of ways, including by using the [Azure CLI](/cli/azure/) and from your function's **Manage** tab in the [Azure portal](https://portal.azure.com).
1313

14-
> [NOTE]
14+
> [!NOTE]
1515
> When you disable an HTTP triggered function by using the methods described in this article, the endpoint may still by accessible when running on your local computer.
1616
1717
## Use the Azure CLI

0 commit comments

Comments
 (0)