Skip to content

Commit 68bf3df

Browse files
authored
Add note about Premium costs
1 parent 3371333 commit 68bf3df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/create-first-function-vs-code-other.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ In this article, you use Visual Studio Code to create a [custom handler](functio
1616

1717
Custom handlers can be used to create functions in any language or runtime by running an HTTP server process. This article supports both [Go](create-first-function-vs-code-other.md?tabs=go) and [Rust](create-first-function-vs-code-other.md?tabs=rust).
1818

19-
Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
19+
>[!TIP]
20+
>Completing this quickstart creates an Elastic Premium plan app, which can incur costs in your Azure account even when you're not using it. You should [Clean up resources](##clean-up-resources) to remove the function app, App Service plan, and related resources after you've completed the article.
2021
2122
## Configure your environment
2223

0 commit comments

Comments
 (0)