Skip to content

Commit 4af3db8

Browse files
committed
Update how-to-dev-guide-csharp-sdk.md
1 parent 551c67b commit 4af3db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/how-to-dev-guide-csharp-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ var client = new MapsSearchClient(credential, clientId);
104104

105105
```
106106

107-
> [!NOTE]
108-
> The other environment variable created above, while not used in the code sample here, will be referenced in DefaultAzureCredential().
107+
> [!IMPORTANT]
108+
> The other environment variableS created above, while not used in the code sample here, are required by `DefaultAzureCredential()`. If you do not set these environment variables correctly, using the same naming conventions, you will get run-time errors. For example, if your `AZURE_CLIENT_ID` is missing or invalid you will get an `InvalidAuthenticationTokenTenant` error.
109109
110110
### Using a subscription key credential
111111

0 commit comments

Comments
 (0)