Skip to content

Commit d3e8625

Browse files
authored
Merge pull request #295731 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents fe775d7 + 269d2c6 commit d3e8625

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-fabric-real-time-intelligence.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Azure Key Vault is the recommended way to sync the connection string to the Kube
6262
| Host | The hostname of the Event Stream Custom Endpoint in the format `*.servicebus.windows.net:9093`. Use the bootstrap server address noted previously. |
6363
| Authentication method | *SASL* is the currently the only supported authentication method. |
6464
| SASL type | Choose *Plain* |
65-
| Synced secret name | Create or select a Key Vault secret where the secret's value is exactly the text **$ConnectionString** (literal string, not an environment variable reference). |
65+
| Synced secret name | Enter a name for the syned secret. A Kubernetes secret with this name will be created on the cluster. |
66+
| Username reference of token secret | Create a new or choose an existing Key Vault reference. The secret value must be exactly the text **$ConnectionString** (literal string, not an environment variable reference). |
6667
| Password reference of token secret | Create a new or choose an existing Key Vault reference. The secret value must be the Custom Endpoint connection string noted earlier. |
6768

6869
1. Select **Apply** to provision the endpoint.
@@ -83,4 +84,4 @@ The advanced settings for this endpoint are identical to the [advanced settings
8384

8485
## Next steps
8586

86-
To learn more about data flows, see [Create a data flow](howto-create-dataflow.md).
87+
To learn more about data flows, see [Create a data flow](howto-create-dataflow.md).

articles/sentinel/data-connector-connection-rules-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The CCP supports the following authentication types:
8686
- [Basic](#basic-auth)
8787
- [APIKey](#apikey)
8888
- [OAuth2](#oauth2)
89-
- [Jwt](#jwt)
89+
- [JWT](#jwt)
9090

9191
> [!NOTE]
9292
> CCP OAuth2 implementation does not support client certificate credentials.
@@ -215,7 +215,7 @@ OAuth2 `client_credentials` grant type
215215
}
216216
```
217217

218-
#### Jwt
218+
#### JWT
219219

220220
Example:
221221
JSON web token (JWT)

articles/synapse-analytics/spark/tutorial-spark-pool-filesystem-spec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,13 @@ Run the following code.
135135

136136
> [!NOTE]
137137
> Update the file URL in this script before running it.
138+
> Please ensure you import pandas when using the below code snippet. This is critical for proper handling of access tokens.
138139
139140
```PYSPARK
140141
# Import libraries
141142
import fsspec
142143
import os
144+
import pandas
143145
144146
# Set variables
145147
local_file_name = "<local_file_name>"

0 commit comments

Comments
 (0)