Skip to content

Commit 29b0844

Browse files
Merge pull request #303 from fbsolo-ms1/document-freshness-maintenance
Update to cover an ROPC (Resource Owner Password Credentials) issue . . .
2 parents bc82ec7 + 01dcceb commit 29b0844

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/v1/how-to-monitor-datasets.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ Limitations and known issues for data drift monitors:
373373

374374
* If the SDK `backfill()` function doesn't generate the expected output, it may be due to an authentication issue. When you create the compute to pass into this function, don't use `Run.get_context().experiment.workspace.compute_targets`. Instead, use [ServicePrincipalAuthentication](/python/api/azureml-core/azureml.core.authentication.serviceprincipalauthentication) such as the following to create the compute that you pass into that `backfill()` function:
375375

376+
> [!NOTE]
377+
> Do not hard code the service principal password in your code. Instead, retrieve it from the Python environment, key store, or other secure method of accessing secrets.
378+
376379
```python
377380
auth = ServicePrincipalAuthentication(
378381
tenant_id=tenant_id,

0 commit comments

Comments
 (0)