Skip to content

Commit 17dc1df

Browse files
authored
Merge pull request #101115 from v-maudel/patch-420
C162670: Replacing non-breaking spaces by regular ones
2 parents e3ae6dc + 9120bd1 commit 17dc1df

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/private-link/create-private-endpoint-storage-portal.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ In this section, you will create a private storage account using a Private Endpo
122122
| Subscription | Select your subscription. |
123123
| Resource group | Select **myResourceGroup**. You created this in the previous section.|
124124
|Location|Select **WestCentralUS**.|
125-
|Name|Enter*myPrivateEndpoint*. |
125+
|Name|Enter *myPrivateEndpoint*. |
126126
|Storage sub-resource|Leave the default **Blob**. |
127127
| **NETWORKING** | |
128-
| Virtual network | Select*MyVirtualNetwork* from resource group *myResourceGroup*. |
129-
| Subnet | Select*mySubnet*. |
128+
| Virtual network | Select *MyVirtualNetwork* from resource group *myResourceGroup*. |
129+
| Subnet | Select *mySubnet*. |
130130
| **PRIVATE DNS INTEGRATION**| |
131131
| Integrate with private DNS zone | Leave the default **Yes**. |
132132
| Private DNS zone | Leave the default **(New) privatelink.blob.core.windows.net**. |
@@ -167,8 +167,8 @@ Connect to the VM *myVm* from the internet as follows:
167167

168168
In this section, you will connect privately to the storage account using the Private Endpoint.
169169

170-
1. In the Remote Desktop of*myVM*, open PowerShell.
171-
2. Enter`nslookup mystorageaccount.blob.core.windows.net`
170+
1. In the Remote Desktop of *myVM*, open PowerShell.
171+
2. Enter `nslookup mystorageaccount.blob.core.windows.net`
172172
You'll receive a message similar to this:
173173
```azurepowershell
174174
Server: UnKnown
@@ -188,19 +188,19 @@ In this section, you will connect privately to the storage account using the Pri
188188
10. Select **Connect**.
189189
11. Browse the Blob containers from mystorageaccount
190190
12. (Optionally) Create folders and/or upload files to *mystorageaccount*.
191-
13. Close the remote desktop connection to*myVM*.
191+
13. Close the remote desktop connection to *myVM*.
192192
193193
Additional options to access the storage account:
194194
- Microsoft Azure Storage Explorer is a standalone free app from Microsoft that enables you to work visually with Azure storage data on Windows, macOS, and Linux. You can install the application to browse privately the storage account content.
195195
196-
- TheAzCopyutility is another option for high-performance scriptable data transfer for Azure storage. Use AzCopy to transfer data to and from Blob, File, and Table storage.
196+
- The AzCopy utility is another option for high-performance scriptable data transfer for Azure storage. Use AzCopy to transfer data to and from Blob, File, and Table storage.
197197
198198
199199
## Clean up resources
200200
When you're done using the Private Endpoint, storage account and the VM, delete the resource group and all of the resources it contains:
201-
1. Enter*myResourceGroup*in the **Search** box at the top of the portal and select*myResourceGroup*from the search results.
201+
1. Enter *myResourceGroup* in the **Search** box at the top of the portal and select *myResourceGroup* from the search results.
202202
2. Select **Delete resource group**.
203-
3. Enter*myResourceGroup*for **TYPE THE RESOURCE GROUP NAME** and select **Delete**.
203+
3. Enter *myResourceGroup* for **TYPE THE RESOURCE GROUP NAME** and select **Delete**.
204204
205205
## Next steps
206-
In this Quickstart, you created a VM on a virtual network and storage account and a Private Endpoint. You connected to one VM from the internet and securely communicated to the storage account using Private Link. To learn more about Private Endpoint, see[What is Azure Private Endpoint?](private-endpoint-overview.md).
206+
In this Quickstart, you created a VM on a virtual network and storage account and a Private Endpoint. You connected to one VM from the internet and securely communicated to the storage account using Private Link. To learn more about Private Endpoint, see [What is Azure Private Endpoint?](private-endpoint-overview.md).

0 commit comments

Comments
 (0)