Skip to content

Commit fa14732

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ var client = new MapsSearchClient(credential, clientId);
105105
```
106106

107107
> [!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.
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)