Skip to content

Commit 9069b87

Browse files
Update Serverless title
1 parent 6de7f50 commit 9069b87

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/reference-architectures/serverless/event-processing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To deploy this reference architecture, view the [GitHub readme][readme].
134134

135135
## Next steps
136136

137-
To learn more about the reference implementation, read [Show me the code: Serverless application with Azure Functions](../../serverless/index.md).
137+
To learn more about the reference implementation, read [Code walkthrough: Serverless application with Azure Functions](../../serverless/index.md).
138138

139139
<!-- links -->
140140

docs/reference-architectures/serverless/web-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ To deploy the reference implementation for this architecture, see the [GitHub re
255255

256256
## Next steps
257257

258-
To learn more about the reference implementation, read [Show me the code: Serverless application with Azure Functions](../../serverless/index.md).
258+
To learn more about the reference implementation, read [Code walkthrough: Serverless application with Azure Functions](../../serverless/index.md).
259259

260260
<!-- links -->
261261

docs/serverless/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.service: architecture-center
99
ms.subservice: reference-architecture
1010
---
1111

12-
# Show me the code: Serverless application with Azure Functions
12+
# Code walkthrough: Serverless application with Azure Functions
1313

14-
This article presents a code walk-through of a serverless application that uses [Azure Functions](/azure/azure-functions/). It describes the design decisions, implementation details, and some of the "gotchas" that you might encounter.
14+
This article walks through the code for a serverless web application that uses [Azure Functions](/azure/azure-functions/). It describes the design decisions, implementation details, and some of the "gotchas" that you might encounter.
1515

1616
![GitHub logo](../_images/github.png) The source code for this application is available on [GitHub][github].
1717

docs/serverless/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Serverless models abstract the underlying compute infrastructure. This allows de
1818
To explore serverless technologies in Azure, start with a serverless reference solution developed and tested by Microsoft. This two-part solution describes a hypothetical drone delivery system. Drones send in-flight status to the cloud, which stores these messages for later use. A web application allows users to retrieve these messages to get the latest status of these devices.
1919

2020
- The code for this solution is available to download from [GitHub](https://github.com/mspnp/serverless-reference-implementation/tree/v0.1.0).
21-
- The article [Show me the code: Serverless application with Azure Functions](index.md) walks you through this code, and explains why various choices were made.
21+
- The article [Code walkthrough: Serverless application with Azure Functions](index.md) walks you through this code, and explains why various choices were made.
2222

2323
Once you get a feel for how this reference solution works, proceed to learning the best practices and recommendations for developing similar serverless solutions:
2424

0 commit comments

Comments
 (0)