Skip to content

Commit 2fc78cb

Browse files
authored
Fix formatting in Azure Function App description
1 parent 848fa80 commit 2fc78cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Last updated: 2025-10-01
4848

4949
> [!NOTE]
5050
> - 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 eventslike HTTP requests, database changes, or scheduled timers.
51+
> - You write small pieces of code called functions that respond to events, like HTTP requests, database changes, or scheduled timers.
5252
> - These functions are event-driven or scheduled, meaning they only run when triggered, saving resources and cost.
5353
> - App Service Runtime: This layer is the execution environment that powers your Function App.
5454
> - Language Runtimes: Supports multiple languages like C#, JavaScript, Python, etc.

0 commit comments

Comments
 (0)