Skip to content

Commit a54f5e9

Browse files
authored
pencil edits
Line 35: When you creating > When you are creating Line 141: setup > set up Line 322: create an A records > create an A record Line 491: create an A records > create an A record
1 parent f358a78 commit a54f5e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/file-sync/file-sync-networking-endpoints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Additionally:
3232
- If you intend to use the Azure CLI, [install the latest version](/cli/azure/install-azure-cli).
3333

3434
## Create the private endpoints
35-
When you creating a private endpoint for an Azure resource, the following resources are deployed:
35+
When you are creating a private endpoint for an Azure resource, the following resources are deployed:
3636

3737
- **A private endpoint**: An Azure resource representing either the private endpoint for the storage account or the Storage Sync Service. You can think of this as a resource that connects your Azure resource and a network interface.
3838
- **A network interface (NIC)**: The network interface that maintains a private IP address within the specified virtual network/subnet. This is the exact same resource that gets deployed when you deploy a virtual machine, however instead of being assigned to a VM, it's owned by the private endpoint.
@@ -138,7 +138,7 @@ The **Configuration** blade allows you to select the specific virtual network an
138138

139139
Click **Review + create** to create the private endpoint.
140140

141-
You can test that your private endpoint has been setup correctly by running the following commands from PowerShell.
141+
You can test that your private endpoint has been set up correctly by running the following commands from PowerShell.
142142

143143
```powershell
144144
$privateEndpointResourceGroupName = "<your-private-endpoint-resource-group>"
@@ -319,7 +319,7 @@ if ($null -eq $dnsZone) {
319319
-ErrorAction Stop
320320
}
321321
```
322-
Now that you have a reference to the private DNS zone, you must create an A records for your Storage Sync Service.
322+
Now that you have a reference to the private DNS zone, you must create an A record for your Storage Sync Service.
323323

324324
```powershell
325325
$privateEndpointIpFqdnMappings = $privateEndpoint | `
@@ -488,7 +488,7 @@ then
488488
fi
489489
```
490490

491-
Now that you have a reference to the private DNS zone, you must create an A records for your Storage Sync Service.
491+
Now that you have a reference to the private DNS zone, you must create an A record for your Storage Sync Service.
492492

493493
```bash
494494
privateEndpointNIC=$(az network private-endpoint show \

0 commit comments

Comments
 (0)