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
@@ -162,7 +162,8 @@ Click **Edit Credentials,** make sure `Anonymous` is selected in the dialog, the
162
162
> [!NOTE]
163
163
> You select `Anonymous` because the Text Analytics service authenticates you using your access key, so Power BI does not need to provide credentials for the HTTP request itself.
164
164
165
-
![[setting authentication to anonymous]](../media/tutorials/power-bi/access-web-content.png)
165
+
> [!div class="mx-imgBorder"]
166
+
> ![[setting authentication to anonymous]](../media/tutorials/power-bi/access-web-content.png)
166
167
167
168
If you see the Edit Credentials banner even after choosing anonymous access, you may have forgotten to paste your Text Analytics access key into the code in the `KeyPhrases`[custom function](#CreateCustomFunction).
168
169
@@ -221,7 +222,7 @@ The Sentiment Analysis function below returns a score indicating how positive th
221
222
// Returns the sentiment score of the text, from 0.0 (least favorable) to 1.0 (most favorable)
0 commit comments