File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This article describes how to secure outbound traffic from your applications hos
2020## Prerequisites
2121
2222- All prerequisites for [ deploying Azure Spring Apps in a virtual network] ( how-to-deploy-in-azure-virtual-network.md )
23- - API version of ` 2022-09-01 preview ` or later
23+ - An API version of ` 2022-09-01 preview ` or later
2424- [ Azure CLI version 1.1.7 or later] ( /cli/azure/install-azure-cli )
2525- Familiarity with information in the following articles:
2626 - [ Deploy Azure Spring Apps in a virtual network] ( how-to-deploy-in-azure-virtual-network.md )
@@ -45,7 +45,7 @@ ASANAME="${PREFIX}"
4545VNET_NAME=" ${PREFIX} -vnet"
4646ASA_APP_SUBNET_NAME=" asa-app-subnet"
4747ASA_SERVICE_RUNTIME_SUBNET_NAME=" asa-service-runtime-subnet"
48- # DO NOT CHANGE FWSUBNET_NAME - This is currently a requirement for Azure Firewall.
48+ # Do not change FWSUBNET_NAME. This is currently a requirement for Azure Firewall.
4949FWSUBNET_NAME=" AzureFirewallSubnet"
5050FWNAME=" ${PREFIX} -fw"
5151FWPUBLICIP_NAME=" ${PREFIX} -fwpublicip"
You can’t perform that action at this time.
0 commit comments