Skip to content

Commit baf6d7f

Browse files
authored
Escaped character
1 parent 3a57b84 commit baf6d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/dataverse-sql-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ If the connection is successful a line "TcpTestSucceeded : True" will be returne
165165
In some cases traffic may be blocked directly at the IP level. To validate the IP address is also working, take the IP address returned from the above ___domain test connection and replace the ComputerName parameter value with the IP address.
166166
167167
3. Take the address returned from the above command as "RemoteAddress"
168-
4. Run the Test-NetConnection -ComputerName <RemoteAddress> -port 1433
168+
4. Run the Test-NetConnection -ComputerName \<RemoteAddress> -port 1433
169169
170170
This should return "TcpTestSucceeded : True"
171171

0 commit comments

Comments
 (0)