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
> Or using terraform configurations for setting up an Azure Machine Learning workspace along with compute clusters and supportive resources to form the core of an ML platform, click here to see [Demonstration: Deploying Azure Resources for an ML Platform](./infrastructure/azMachineLearning/README.md)
38
37
39
-
### **2. Create a Compute Instance**
40
-
- In Azure ML Studio, go to **Compute > Compute Instances**.
41
-
- Create a new instance (choose CPU or GPU depending on your needs).
42
-
- This will be your development environment (like a cloud-based Jupyter notebook).
38
+
## Step 2: Create a Compute Instance
43
39
44
-
---
40
+
1.**Go to [Azure Machine Learning Studio](https://ml.azure.com/)** and select your workspace.
41
+
2.**Select `Compute` from the left menu** Choose the **`Compute instances`** tab.
42
+
3.**Click `New`**
43
+
- Enter a name for your compute instance.
44
+
- Choose a virtual machine size (e.g., `Standard_DS3_v2`).
45
+
- Optionally, enable SSH access or assign a user.
46
+
4.**Click `Create`**: Azure will provision the compute instance, which may take a few minutes.
0 commit comments