Skip to content

Commit 61ff3ca

Browse files
committed
acrolix fixes
1 parent e5e28d7 commit 61ff3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-apps/enterprise/how-to-private-network-access-backend-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When you deploy an application in an Azure Spring Apps service instance with VNe
3535
3636
## Enable private storage access when creating a new Azure Spring Apps instance
3737

38-
When you [create an Azure Spring Apps instance in the virtual network](./how-to-deploy-in-azure-virtual-network.md), use the following commnd to pass the argument `--enable-private-storage-access true` to enable private storage access:
38+
When you [create an Azure Spring Apps instance in the virtual network](./how-to-deploy-in-azure-virtual-network.md), use the following command to pass the argument `--enable-private-storage-access true` to enable private storage access:
3939

4040
```azurecli
4141
az spring create \
@@ -74,7 +74,7 @@ az spring update \
7474

7575
## Additional costs
7676

77-
The Azure Spring Apps instance doesn't incur charges for this feature. However, you are billed for the private link resources hosted in your subscription that support this feature. For more information, see [Azure Private Link Pricing](https://azure.microsoft.com/pricing/details/private-link/) and [Azure DNS Pricing](https://azure.microsoft.com/pricing/details/dns/).
77+
The Azure Spring Apps instance doesn't incur charges for this feature. However, you're billed for the private link resources hosted in your subscription that support this feature. For more information, see [Azure Private Link Pricing](https://azure.microsoft.com/pricing/details/private-link/) and [Azure DNS Pricing](https://azure.microsoft.com/pricing/details/dns/).
7878

7979
## Using custom DNS servers
8080

0 commit comments

Comments
 (0)