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-safely-rollout-online-endpoints.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ Before following the steps in this article, make sure you have the following pre
71
71
72
72
## Prepare your system
73
73
74
+
# [Azure CLI](#tab/azure-cli)
75
+
74
76
### Set environment variables
75
77
76
78
If you haven't already set the defaults for the Azure CLI, save your default settings. To avoid passing in the values for your subscription, workspace, and resource group multiple times, run this code:
@@ -80,8 +82,6 @@ If you haven't already set the defaults for the Azure CLI, save your default set
80
82
az configure --defaults workspace=<Azure Machine Learning workspace name> group=<resource group>
81
83
```
82
84
83
-
# [Azure CLI](#tab/azure-cli)
84
-
85
85
### Clone the examples repository
86
86
87
87
To follow along with this article, first clone the [examples repository (azureml-examples)](https://github.com/azure/azureml-examples). Then, go to the repository's `cli/` directory:
@@ -508,6 +508,10 @@ The following command mirrors 10% of the traffic to the `green` deployment:
508
508
You can test mirror traffic by invoking the endpoint several times:
0 commit comments