Skip to content

Commit 509bd59

Browse files
authored
overview here -> detailed in az model creation
1 parent 352f961 commit 509bd59

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -229,18 +229,6 @@ Read more about [Endpoints for inference in production](https://learn.microsoft.
229229
| **Attached Compute** | External compute resources manually connected to Azure ML. | Leverage existing infrastructure. | Using Azure VMs, Databricks, or on-prem compute. | Flexibility, hybrid cloud support, reuse of existing resources. |
230230
| **Serverless Instances** | Lightweight, on-demand compute (e.g., Azure Container Instances). | Quick testing and low-scale inference. | Temporary model deployment, dev/test environments. | No infrastructure management, fast startup, cost-effective. |
231231

232-
> How to create a Compute Instance:
233-
234-
1. **Go to Azure Machine Learning Studio**: Navigate to [ml.azure.com](https://ml.azure.com/) and select your workspace.
235-
2. **Select `Compute` from the left menu** Choose the **`Compute instances`** tab.
236-
3. **Click `New`**
237-
- Enter a name for your compute instance.
238-
- Choose a virtual machine size (e.g., `Standard_DS3_v2`).
239-
- Optionally, enable SSH access or assign a user.
240-
4. **Click `Create`**: Azure will provision the compute instance, which may take a few minutes.
241-
242-
https://github.com/user-attachments/assets/bd5f3ce6-7082-4741-8827-8b344cd249a4
243-
244232
</details>
245233

246234
<details>

0 commit comments

Comments
 (0)