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
* (Optional) If you have multiple accounts, add the tenant ID of the Azure Active Directory you wish to use into the `DefaultAzureCredential`. Find your tenant ID from the [Azure portal](https://portal.azure.com) under **Azure Active Directory, External Identities**.
41
41
@@ -70,11 +70,11 @@ You can create a workspace [directly in Azure Machine Learning studio](./quickst
70
70
71
71
***Default specification.** By default, dependent resources and the resource group will be created automatically. This code creates a workspace named `myworkspace`and a resource group named `myresourcegroup`in`eastus2`.
***Use existing Azure resources**. You can also create a workspace that uses existing Azure resources with 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, App Insights, and container registry already exist.
If you have problems in accessing your subscription, see [Set up authentication for Azure Machine Learning resources and workflows](how-to-setup-authentication.md), as well as the [Authentication in Azure Machine Learning](https://aka.ms/aml-notebook-auth) notebook.
244
244
@@ -252,12 +252,12 @@ You can also search for workspace inside studio. See [Search for Azure Machine
0 commit comments