Skip to content

Commit c34e0da

Browse files
[Doc-A-Thon] Changed Code Block
Changing code block from console to bash
1 parent 477d090 commit c34e0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When you are creating a private endpoint for an Azure resource, the following re
4747

4848
If you have a virtual machine inside of your virtual network, or you've configured DNS forwarding as described in [Configuring DNS forwarding for Azure Files](../files/storage-files-networking-dns.md?toc=/azure/storage/filesync/toc.json), you can test that your private endpoint has been set up correctly by running the following commands from PowerShell, the command line, or the terminal (works for Windows, Linux, or macOS). You must replace `<storage-account-name>` with the appropriate storage account name:
4949

50-
```console
50+
```bash
5151
nslookup <storage-account-name>.file.core.windows.net
5252
```
5353

0 commit comments

Comments
 (0)