Skip to content

Commit 5b3c29a

Browse files
authored
Merge pull request #248365 from KarlErickson/karler-arch
replaced reference architecture
2 parents 3c7e43c + b571848 commit 5b3c29a

15 files changed

+36
-305
lines changed

articles/spring-apps/.openpublishing.redirection.spring-apps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"source_path": "quickstart-deploy-event-driven-app-standard-consumption.md",
4040
"redirect_url": "/azure/spring-apps/quickstart-deploy-event-driven-app",
4141
"redirect_document_id": true
42+
},
43+
{
44+
"source_path": "reference-architecture.md",
45+
"redirect_url": "/azure/architecture/web-apps/spring-apps?toc=/azure/spring-apps/toc.json&bc=/azure/spring-apps/breadcrumb/toc.json",
46+
"redirect_document_id": false
4247
}
4348
]
4449
}

articles/spring-apps/breadcrumb/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ items:
3333
- name: Azure Spring Apps
3434
tocHref: /azure/architecture/reference-architectures/microservices/
3535
topicHref: /azure/spring-apps/index
36+
- name: Azure Spring Apps
37+
tocHref: /azure/architecture/web-apps/spring-apps/
38+
topicHref: /azure/spring-apps/index
39+
- name: Azure Spring Apps
40+
tocHref: /azure/cloud-adoption-framework/scenarios/app-platform/spring-apps
41+
topicHref: /azure/spring-apps/index

articles/spring-apps/how-to-configure-palo-alto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ ms.custom: devx-track-java, devx-track-azurecli, event-tier1-build-2022
2020

2121
This article describes how to use Azure Spring Apps with a Palo Alto firewall.
2222

23-
For example, the [Azure Spring Apps reference architecture](./reference-architecture.md) includes an Azure Firewall to secure your applications. However, if your current deployments include a Palo Alto firewall, you can omit the Azure Firewall from the Azure Spring Apps deployment and use Palo Alto instead, as described in this article.
23+
If your current deployments include a Palo Alto firewall, you can omit the Azure Firewall from the Azure Spring Apps deployment and use Palo Alto instead, as described in this article.
2424

25-
You should keep configuration information, such as rules and address wildcards, in CSV files in a Git repository. This article shows you how to use automation to apply these files to Palo Alto. To understand the configuration to be applied to Palo Alto, see [Customer responsibilities for running Azure Spring Apps in a virtual network](./vnet-customer-responsibilities.md).
25+
You should keep configuration information, such as rules and address wildcards, in CSV files in a Git repository. This article shows you how to use automation to apply these files to Palo Alto. To understand the configuration to be applied to Palo Alto, see [Customer responsibilities for running Azure Spring Apps in a virtual network](./vnet-customer-responsibilities.md).
2626

27-
> [!Note]
27+
> [!NOTE]
2828
> In describing the use of REST APIs, this article uses the PowerShell variable syntax to indicate names and values that are left to your discretion. Be sure to use the same values in all the steps.
2929
>
3030
> After you've configured the TLS/SSL certificate in Palo Alto, remove the `-SkipCertificateCheck` argument from all Palo Alto REST API calls in the examples below.

articles/spring-apps/index.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,16 @@ landingContent:
129129
- text: Provision using Terraform
130130
url: quickstart-deploy-infrastructure-vnet-terraform.md
131131

132+
# Card (optional)
133+
- title: Architecture
134+
linkLists:
135+
- linkListType: architecture
136+
links:
137+
- text: Architecture design
138+
url: /azure/architecture/web-apps/spring-apps?toc=/azure/spring-apps/toc.json&bc=/azure/spring-apps/breadcrumb/toc.json
139+
- text: Landing zone accelerator
140+
url: /azure/cloud-adoption-framework/scenarios/app-platform/spring-apps/landing-zone-accelerator?toc=/azure/spring-apps/toc.json&bc=/azure/spring-apps/breadcrumb/toc.json
141+
132142
# Card (optional)
133143
- title: Monitor end-to-end
134144
linkLists:

articles/spring-apps/quickstart-deploy-infrastructure-vnet-azure-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The Enterprise deployment plan includes the following Tanzu components:
4444

4545
## Review the Azure CLI deployment script
4646

47-
The deployment script used in this quickstart is from the [Azure Spring Apps reference architecture](reference-architecture.md).
47+
The deployment script used in this quickstart is from the [Azure Spring Apps reference architecture](/previous-versions/azure/spring-apps/reference-architecture).
4848

4949
### [Standard plan](#tab/azure-spring-apps-standard)
5050

@@ -154,4 +154,4 @@ In this quickstart, you deployed an Azure Spring Apps instance into an existing
154154
* [Simple Hello World](./quickstart.md?pivots=programming-language-java&tabs=Azure-CLI).
155155
* Use [custom domains](how-to-custom-domain.md) with Azure Spring Apps.
156156
* Expose applications in Azure Spring Apps to the internet using Azure Application Gateway. For more information, see [Expose applications with end-to-end TLS in a virtual network](expose-apps-gateway-end-to-end-tls.md).
157-
* View the secure end-to-end [Azure Spring Apps reference architecture](reference-architecture.md), which is based on the [Microsoft Azure Well-Architected Framework](/azure/architecture/framework/).
157+
* View the secure end-to-end [Azure Spring Apps reference architecture](/previous-versions/azure/spring-apps/reference-architecture), which is based on the [Microsoft Azure Well-Architected Framework](/azure/architecture/framework/).

articles/spring-apps/quickstart-deploy-infrastructure-vnet-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ In this quickstart, you deployed an Azure Spring Apps instance into an existing
107107
* [Simple Hello World](./quickstart.md?pivots=programming-language-java&tabs=Azure-CLI).
108108
* Use [custom domains](how-to-custom-domain.md) with Azure Spring Apps.
109109
* Expose applications in Azure Spring Apps to the internet using Azure Application Gateway. For more information, see [Expose applications with end-to-end TLS in a virtual network](expose-apps-gateway-end-to-end-tls.md).
110-
* View the secure end-to-end [Azure Spring Apps reference architecture](reference-architecture.md), which is based on the [Microsoft Azure Well-Architected Framework](/azure/architecture/framework/).
110+
* View the secure end-to-end [Azure Spring Apps reference architecture](/previous-versions/azure/spring-apps/reference-architecture), which is based on the [Microsoft Azure Well-Architected Framework](/azure/architecture/framework/).

0 commit comments

Comments
 (0)