Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Follow these steps to configure DNS for Azure Local:

To verify that the DNS records for a specific machine are correctly set up, run the following command:

```cmd
nslookup "machine name"
```powershell
Resolve-DnsName 'machine name'
```

1. **Set up DNS forwarding.**
Expand All @@ -90,7 +90,7 @@ Follow these steps to configure DNS for Azure Local:

1. Restart the operating system on local and remote machines using the following command:

```cmd
```powershell
Restart-Computer
```

Expand Down