diff --git a/azure-local/deploy/deployment-local-identity-with-key-vault.md b/azure-local/deploy/deployment-local-identity-with-key-vault.md index a71724a887..593279d31b 100644 --- a/azure-local/deploy/deployment-local-identity-with-key-vault.md +++ b/azure-local/deploy/deployment-local-identity-with-key-vault.md @@ -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.** @@ -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 ```