You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Option 1 - HDInsight utility and API usage to fetch access token
91
103
92
-
Implemented a convenient java utility class to fetch MSI access token by providing target resource URI, which can be EH, KV, Kusto, SqlDB, Cosmos DB etc.
104
+
Implemented a convenient java utility class to fetch MSI access token by providing target resource URI, which can be EH, KV, Kusto, SqlDB, Cosmos DB.
93
105
94
106
### How to use the API
95
107
@@ -99,7 +111,7 @@ To fetch the token, you can invoke the API in your job application code.
0 commit comments