Skip to content

Commit ac5db20

Browse files
authored
Merge pull request #105851 from stefsch/patch-17
Slight wording tweak in intro
2 parents 1f4c9f7 + 208d951 commit ac5db20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-secure-ntier-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: jordanselig
99

1010
# Tutorial: Create a secure n-tier app in Azure App Service
1111

12-
Many applications have more than a single component. For example, you may have a front end that is publicly accessible and connects to a back-end database, storage account, key vault, another VM, or a combination of these resources. This architecture makes up an N-tier application. It's important that applications like this are architected to protect back-end resources to the greatest extent possible.
12+
Many applications have more than a single component. For example, you may have a front end that is publicly accessible and connects to a back-end API or web app which in turn connects to a database, storage account, key vault, another VM, or a combination of these resources. This architecture makes up an N-tier application. It's important that applications like this are architected to protect back-end resources to the greatest extent possible.
1313

1414
In this tutorial, you learn how to deploy a secure N-tier application, with a front-end web app that connects to another network-isolated web app. All traffic is isolated within your Azure Virtual Network using [Virtual Network integration](overview-vnet-integration.md) and [private endpoints](networking/private-endpoint.md). For more comprehensive guidance that includes other scenarios, see:
1515

@@ -430,4 +430,4 @@ To learn how to deploy ARM/Bicep templates, see [How to deploy resources with Bi
430430
> [!div class="nextstepaction"]
431431
> [App Service networking features](networking-features.md)
432432
> [!div class="nextstepaction"]
433-
> [Reliable web app pattern planning (.NET)](/azure/architecture/reference-architectures/reliable-web-app/dotnet/pattern-overview.md)
433+
> [Reliable web app pattern planning (.NET)](/azure/architecture/reference-architectures/reliable-web-app/dotnet/pattern-overview.md)

0 commit comments

Comments
 (0)