Skip to content

Commit ae8ea4e

Browse files
authored
Update articles/spring-apps/how-to-create-udr-instance.md
1 parent 026c445 commit ae8ea4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,11 @@ az network vnet subnet update
265265
The following example shows how to add a role for an Azure Spring Apps RP.
266266

267267
```azurecli
268-
VIRTUAL_NETWORK_RESOURCE_ID=`az network vnet show \
268+
VIRTUAL_NETWORK_RESOURCE_ID=$(az network vnet show \
269269
--name $VNET_NAME \
270270
--resource-group $RG \
271271
--query "id" \
272-
--output tsv`
272+
--output tsv)
273273
274274
az role assignment create \
275275
--role "Owner" \

0 commit comments

Comments
 (0)