Skip to content

Commit b014db5

Browse files
authored
Apply suggestions from code review
1 parent ae91b7d commit b014db5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/spring-apps/how-to-create-udr-instance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ FWPRIVATE_IP=$(az network firewall show \
157157
--resource-group $RG \
158158
--name $FWNAME \
159159
--query "ipConfigurations[0].privateIpAddress" \
160-
--output tsv | tr -d '[:space:]')
160+
--output tsv | tr -d '[:space:]')
161161
```
162162

163163
### Create a user-defined route with a hop to Azure Firewall
@@ -257,7 +257,6 @@ az network vnet subnet update
257257
--vnet-name $VNET_NAME \
258258
--name $ASA_SERVICE_RUNTIME_SUBNET_NAME \
259259
--route-table $SERVICE_RUNTIME_ROUTE_TABLE_NAME
260-
261260
```
262261

263262
### Add a role for an Azure Spring Apps RP

0 commit comments

Comments
 (0)