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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-deploy-mlflow-models-online-progressive.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,11 +280,7 @@ We are going to exploit this functionality by deploying multiple versions of the
280
280
281
281
# [Python (MLflow SDK)](#tab/mlflow)
282
282
283
-
This functionality is not available in the MLflow SDK. Go to [Azure ML studio](https://ml.azure.com), navigate to the endpoint and retrieve the secret key from there. Once you have it, set the value here:
284
-
285
-
```python
286
-
endpoint_secret_key = "<ACCESS_KEY>"
287
-
```
283
+
This functionality is not available in the MLflow SDK. Go to [Azure ML studio](https://ml.azure.com), navigate to the endpoint and retrieve the secret key from there.
288
284
289
285
### Create a blue deployment
290
286
@@ -510,7 +506,10 @@ So far, the endpoint is empty. There are no deployments on it. Let's create the
0 commit comments