Skip to content

Commit 7a89f2f

Browse files
Merge pull request #231659 from v-jbasden/v-jbasden-github-issue-89942
Adding note for GitHub issue 89942
2 parents a9f16f3 + d07459a commit 7a89f2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-monitor/logs/functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ You can add parameters to a function so that you can provide values for certain
5959

6060
Parameters are ordered as they're created. Parameters that have no default value are positioned in front of parameters that have a default value.
6161

62+
> [!NOTE]
63+
> Classic Application Insights resources don't support parameterized functions. If you have a [workspace-based Application Insights resource](../app/create-workspace-resource.md), you can create parameterized functions from your Log Analytics workspace. For information on migrating your Classic Application Insights resource to a workspace-based resource, see [Migrate to workspace-based Application Insights resources](../app/convert-classic-resource.md).
64+
6265
## Work with function code
6366
You can view the code of a function either to gain insight into how it works or to modify the code for a workspace function. Select **Load the function code** to add the function code to the current query in the editor.
6467

0 commit comments

Comments
 (0)