Skip to content

Commit cef83c3

Browse files
Improve alt-text for serverless economics image
Updated alt-text for image to clarify its content.
1 parent 3d0b183 commit cef83c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • learn-pr/wwl-azure/describe-azure-compute-networking-services/includes

learn-pr/wwl-azure/describe-azure-compute-networking-services/includes/6-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Functions scale automatically based on demand, so they may be a good choice when
1414

1515
Azure Functions runs your code when it's triggered and automatically deallocates resources when the function finishes. In this model, Azure charges you only for the CPU time used while your function runs.
1616

17-
:::image type="content" source="../media/functions-serverless-economics.png" alt-text="Serverless runs scale with events and bill only while running.":::
17+
:::image type="content" source="../media/functions-serverless-economics.png" alt-text="Diagram showing serverless runs scale with events and bill only while running.":::
1818

1919
Functions can be either stateless or stateful. When they're stateless (the default), they behave as if they restart every time they respond to an event. When they're stateful (called Durable Functions), the runtime passes a context through the function to track prior activity.
2020

0 commit comments

Comments
 (0)