Skip to content

Commit bdbcc6a

Browse files
committed
remove preview from compute wizard
1 parent 735eac4 commit bdbcc6a

1 file changed

Lines changed: 2 additions & 117 deletions

File tree

articles/machine-learning/how-to-create-compute-instance.md

Lines changed: 2 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ Choose the tab for the environment you're using for other prerequisites.
5050

5151
* No extra prerequisites.
5252

53-
# [Studio (preview)](#tab/azure-studio-preview)
54-
55-
* To use the Studio (preview) version, enable the preview feature **Create Compute Instances using the optimized creation wizard**:
56-
57-
:::image type="content" source="media/how-to-create-compute-instance/preview-panel.png" alt-text="Screenshot shows how to enable the preview feature.":::
58-
5953
---
6054

6155
## Create
@@ -96,44 +90,6 @@ Where the file *create-instance.yml* is:
9690

9791
# [Studio](#tab/azure-studio)
9892

99-
1. Navigate to [Azure Machine Learning studio](https://ml.azure.com).
100-
1. Under __Manage__, select __Compute__.
101-
1. Select **Compute instance** at the top.
102-
1. If you have no compute instances, select **Create** in the middle of the page.
103-
104-
:::image type="content" source="media/how-to-create-attach-studio/create-compute-target.png" alt-text="Create compute target":::
105-
106-
1. If you see a list of compute resources, select **+New** above the list.
107-
108-
:::image type="content" source="media/how-to-create-attach-studio/select-new.png" alt-text="Select new":::
109-
110-
1. Fill out the form:
111-
112-
:::image type="content" source="media/how-to-create-compute-instance/required.png" alt-text="Screenshot shows required entries.":::
113-
114-
|Field |Description |
115-
|---------|---------|
116-
|Compute name | - Name is required and must be between 3 to 24 characters long.<br/> - Valid characters are upper and lower case letters, digits, and the **-** character.<br/> - Name must start with a letter<br/> - Name needs to be unique across all existing computes within an Azure region. You see an alert if the name you choose isn't unique<br/> - If **-** character is used, then it needs to be followed by at least one letter later in the name |
117-
|Virtual machine type | Choose CPU or GPU. This type can't be changed after creation |
118-
|Virtual machine size | Supported virtual machine sizes might be restricted in your region. Check the [availability list](https://azure.microsoft.com/global-infrastructure/services/?products=virtual-machines) |
119-
120-
1. Select **Create** unless you want to configure advanced settings for the compute instance.
121-
1. <a name="advanced-settings"></a> Select **Next: Advanced Settings** if you want to:
122-
123-
* Enable idle shutdown. Configure a compute instance to automatically shut down if it's inactive. For more information, see [enable idle shutdown](#configure-idle-shutdown).
124-
* Add schedule. Schedule times for the compute instance to automatically start and/or shut down. For more information, see [schedule details](#schedule-automatic-start-and-stop).
125-
* Enable SSH access. Follow the information in the [detailed SSH access instructions](#enable-ssh-access) section.
126-
* Enable virtual network:
127-
128-
* If you're using an __Azure Virtual Network__, specify the **Resource group**, **Virtual network**, and **Subnet** to create the compute instance inside an Azure Virtual Network. You can also select __No public IP__ to prevent the creation of a public IP address, which requires a private link workspace. You must also satisfy these [network requirements](./how-to-secure-training-vnet.md) for virtual network setup.
129-
130-
* If you're using an Azure Machine Learning __managed virtual network__, the compute instance is created inside the managed virtual network. You can also select __No public IP__ to prevent the creation of a public IP address. For more information, see [managed compute with a managed network](./how-to-managed-network-compute.md).
131-
132-
* Assign the computer to another user. For more about assigning to other users, see [Create on behalf of](#create-on-behalf-of).
133-
* Provision with a setup script - for more information about how to create and use a setup script, see [Customize the compute instance with a script](how-to-customize-compute-instance.md).
134-
135-
# [Studio (preview)](#tab/azure-studio-preview)
136-
13793
1. Navigate to [Azure Machine Learning studio](https://ml.azure.com).
13894
1. Under __Manage__, select __Compute__.
13995
1. Select **Compute instance** at the top.
@@ -225,25 +181,6 @@ You can't change the idle time of an existing compute instance with the CLI.
225181
226182
# [Studio](#tab/azure-studio)
227183
228-
* When creating a new compute instance:
229-
230-
1. Select **Advanced** after completing required settings.
231-
1. Select **Enable idle shutdown** to enable or disable.
232-
233-
:::image type="content" source="media/how-to-create-compute-instance/enable-idle-shutdown.png" alt-text="Screenshot: Enable compute instance idle shutdown." lightbox="media/how-to-create-compute-instance/enable-idle-shutdown.png":::
234-
235-
1. Specify the shutdown period when enabled.
236-
237-
* For an existing compute instance:
238-
239-
1. In the left navigation bar, select **Compute**
240-
1. In the list, select the compute instance you wish to change
241-
1. Select the **Edit** pencil in the **Schedules** section.
242-
243-
:::image type="content" source="media/how-to-create-compute-instance/edit-idle-time.png" alt-text="Screenshot: Edit idle time for a compute instance." lightbox="media/how-to-create-compute-instance/edit-idle-time.png":::
244-
245-
# [Studio (preview)](#tab/azure-studio-preview)
246-
247184
* When creating a new compute instance:
248185
249186
1. Select **Next** to advance to **Scheduling** after completing required settings.
@@ -346,29 +283,6 @@ Where the file *create-instance.yml* is:
346283
# [Studio](#tab/azure-studio)
347284

348285
1. [Fill out the form](?tabs=azure-studio#create).
349-
1. On the second page of the form, open **Show advanced settings**.
350-
1. Select **Add schedule** to add a new schedule.
351-
352-
:::image type="content" source="media/how-to-create-attach-studio/create-schedule.png" alt-text="Screenshot: Add schedule in advanced settings.":::
353-
354-
1. Select **Start compute instance** or **Stop compute instance**.
355-
1. Select the **Time zone**.
356-
1. Select the **Startup time** or **Shutdown time**.
357-
1. Select the days when this schedule is active.
358-
359-
:::image type="content" source="media/how-to-create-attach-studio/stop-compute-schedule.png" alt-text="Screenshot: schedule a compute instance to shut down.":::
360-
361-
1. Select **Add schedule** again if you want to create another schedule.
362-
363-
Once the compute instance is created, you can view, edit, or add new schedules from the compute instance details section.
364-
365-
366-
> [!NOTE]
367-
> Timezone labels don't account for day light savings. For instance, (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna is actually UTC+02:00 during day light savings.
368-
369-
# [Studio (preview)](#tab/azure-studio-preview)
370-
371-
1. [Fill out the form](?tabs=azure-studio-preview#create).
372286
1. Select **Next** to advance to **Scheduling** after completing required settings.
373287
1. Select **Add schedule** to add a new schedule.
374288

@@ -517,7 +431,7 @@ Following is a sample policy to default a shutdown schedule at 10 PM PST.
517431

518432
As an administrator, you can create a compute instance on behalf of a data scientist and assign the instance to them with:
519433

520-
* Studio, using the [Advanced settings](?tabs=azure-studio#advanced-settings) or [Security settings (preview)](?tabs=azure-studio-preview#security-settings)
434+
* Studio, using the [Security settings (preview)](?tabs=azure-studio-preview#security-settings)
521435

522436
* [Azure Resource Manager template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices/machine-learning-compute-create-computeinstance). For details on how to find the TenantID and ObjectID needed in this template, see [Find identity object IDs for authentication configuration](../healthcare-apis/azure-api-for-fhir/find-identity-object-ids.md). You can also find these values in the Azure Active Directory portal.
523437

@@ -574,21 +488,12 @@ identity:
574488
- resource_id: identity_resource_id
575489
```
576490

491+
577492
# [Studio](#tab/azure-studio)
578493

579494
You can create compute instance with managed identity from Azure Machine Learning studio:
580495

581496
1. Fill out the form to [create a new compute instance](?tabs=azure-studio#create).
582-
1. Select **Next: Advanced Settings**.
583-
1. Enable **Assign a managed identity**.
584-
1. Select **System-assigned** or **User-assigned** under **Identity type**.
585-
1. If you selected **User-assigned**, select subscription and name of the identity.
586-
587-
# [Studio (preview)](#tab/azure-studio-preview)
588-
589-
You can create compute instance with managed identity from Azure Machine Learning studio:
590-
591-
1. Fill out the form to [create a new compute instance](?tabs=azure-studio-preview#create).
592497
1. Select **Security**.
593498
1. Enable **Assign a managed identity**.
594499
1. Select **System-assigned** or **User-assigned** under **Identity type**.
@@ -661,32 +566,12 @@ The data scientist can start, stop, and restart the compute instance. They can u
661566

662567
You can set up other applications, such as RStudio, or Posit Workbench (formerly RStudio Workbench), when creating a compute instance. Follow these steps in studio to set up a custom application on your compute instance
663568

664-
# [Python SDK](#tab/python)
665-
666-
Use either Studio or Studio (preview) to see how to set up applications.
667-
668-
# [Azure CLI](#tab/azure-cli)
669-
670-
Use either Studio or Studio (preview) to see how to set up applications.
671-
672-
# [Studio](#tab/azure-studio)
673-
674-
1. Fill out the form to [create a new compute instance](?tabs=azure-studio#create)
675-
1. Select **Next: Advanced Settings**
676-
1. Select **Add application** under the **Custom application setup (RStudio Workbench, etc.)** section
677-
678-
:::image type="content" source="media/how-to-create-compute-instance/custom-service-setup.png" alt-text="Screenshot showing Custom Service Setup.":::
679-
680-
# [Studio (preview)](#tab/azure-studio-preview)
681-
682569
1. Fill out the form to [create a new compute instance](?tabs=azure-studio-preview#create)
683570
1. Select **Applications**
684571
1. Select **Add application**
685572

686573
:::image type="content" source="media/how-to-create-compute-instance/custom-service-setup-preview.png" alt-text="Screenshot showing Custom Service Setup.":::
687574

688-
---
689-
690575
### Setup Posit Workbench (formerly RStudio Workbench)
691576

692577
RStudio is one of the most popular IDEs among R developers for ML and data science projects. You can easily set up Posit Workbench, which provides access to RStudio along with other development tools, to run on your compute instance, using your own Posit license, and access the rich feature set that Posit Workbench offers

0 commit comments

Comments
 (0)