We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848fa80 commit 2fc78cbCopy full SHA for 2fc78cb
1 file changed
README.md
@@ -48,7 +48,7 @@ Last updated: 2025-10-01
48
49
> [!NOTE]
50
> - Azure Function App: This is the main service where your code lives and runs. Think of it as the container for your serverless functions.
51
-> - You write small pieces of code called functions that respond to events—like HTTP requests, database changes, or scheduled timers.
+> - You write small pieces of code called functions that respond to events, like HTTP requests, database changes, or scheduled timers.
52
> - These functions are event-driven or scheduled, meaning they only run when triggered, saving resources and cost.
53
> - App Service Runtime: This layer is the execution environment that powers your Function App.
54
> - Language Runtimes: Supports multiple languages like C#, JavaScript, Python, etc.
0 commit comments