Skip to content

Commit 7022fb9

Browse files
authored
Update global-discovery-service-csharp.md
Remove most references to 'global'
1 parent 9f1b359 commit 7022fb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/developer/common-data-service/webapi/samples/global-discovery-service-csharp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ search.app:
1515
- PowerApps
1616
- D365CE
1717
---
18-
# Web API Global Discovery Service Sample (C#)
18+
# Discovery Service Web API Sample (C#)
1919

20-
This sample shows how to use the Web API Global discovery Service
20+
This sample shows how to use the Discovery Service Web API
2121

2222
## How to run this sample
2323

@@ -34,13 +34,13 @@ Instead, it will just use the user credentials and the clientid.
3434

3535
### Demonstrates
3636

37-
This sample uses a HttpClient to authenticate using ADAL (v2.29) and call the global discovery service to return information about available instances the user can connect to.
37+
This sample uses a HttpClient to authenticate using ADAL (v2.29) and call the Discovery service to return information about available instances the user can connect to.
3838

3939
The sample depends on the `GetInstances` method and the `Instance` class below:
4040

4141
```csharp
4242
/// <summary>
43-
/// Uses the global web api discovery service to return instances
43+
/// Uses the web api discovery service to return instances
4444
/// </summary>
4545
/// <param name="clientId">The Azure AD client (app) registration</param>
4646
/// <param name="username">The user name</param>

0 commit comments

Comments
 (0)