Skip to content

Commit 940f6d6

Browse files
authored
clarifying public clients
Tweaking this line to make sure customers understand that PUBLIC clients and PUBLIC DNS needs to be able to resolve the hostname you setup and expose to public clients that would then connect through some public network device, usually a gateway service, to access web app running on private network.
1 parent 8303e15 commit 940f6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/availability-private-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you want to use availability tests on internal servers that run behind a fire
1515
> [!NOTE]
1616
> If you don't want to allow any ingress to your environment, use the method in the [Disconnected or no ingress scenarios](#disconnected-or-no-ingress-scenarios) section.
1717
18-
Ensure you have a public DNS record for your internal website. The test will fail if the DNS can't be resolved. For more information, see [Create a custom domain name for internal application](../../cloud-services/cloud-services-custom-domain-name-portal.md#add-an-a-record-for-your-custom-domain).
18+
Ensure you have a public DNS record for your internal website. The test will fail if the target url hostname cannot be resolved by public clients using public DNS. For more information, see [Create a custom domain name for internal application](../../cloud-services/cloud-services-custom-domain-name-portal.md#add-an-a-record-for-your-custom-domain).
1919

2020
Configure your firewall to permit incoming requests from our service.
2121

0 commit comments

Comments
 (0)