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
***Default specification.**By default, dependent resources and the resource group are created automatically. This code creates a workspace named `myworkspace`, and a resource group named `myresourcegroup`in`eastus2`.
73
+
***Basic configuration for getting started**Without specification, [associated resources](concept-workspace.md#associated-resources) and the Azure resource group are created automatically. This code creates a workspace named `myworkspace`, dependent Azure resources (Storage account, Key Vault, Container Registry, Application Insights), and a resource group named `myresourcegroup` in `eastus2`.
***Use existing Azure resources**. You can also create a workspace that uses existing Azure resourceswiththe Azure resource IDformat. Find the specific Azure resource IDs in the Azure portal, orwith the SDK. This example assumes that the resource group, storage account, key vault, App Insights, andcontainer registry already exist.
77
+
***Use existing Azure resources**. To bring existing Azure resources, reference them using the Azure resource IDformat. Find the specific Azure resource IDs in the Azure portal, orwith the SDK. This example assumes that the resource group, Storage account, Key Vault, Application Insights, andContainer Registry already exist.
***(Preview) Use existing hub workspace**. Instead of creating a default workspace with its own security settings and [associated resources](concept-workspace.md#associated-resources), you can reuse a [hub workspace](concept-hub-workspace.md)'s shared environment. Your new 'project' workspace will obtain security settings and shared configurations from the hub including compute and connections. This example assumes that the hub workspace already exists.
For more information, see [Workspace SDK reference](/python/api/azure-ai-ml/azure.ai.ml.entities.workspace).
82
99
83
100
If you have problems in accessing your subscription, see [Set up authentication for Azure Machine Learning resources and workflows](how-to-setup-authentication.md), and the [Authentication in Azure Machine Learning](https://aka.ms/aml-notebook-auth) notebook.
0 commit comments