MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.1k stars 21.16k forks source link

All Azure CLI commands are missing the resource group and workspace name switches #104869

Open neilmca-inc opened 1 year ago

neilmca-inc commented 1 year ago

To run the 'az ml' commands on this page it requires both the --resource-group and --workspace-name switches to work correctly. These are missing from the documentation.

Code run on this documentation fails with

the following arguments are required: --resource-group/-g, --workspace-name/-w


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ManoharLakkoju-MSFT commented 1 year ago

@neilmca-inc Thanks for your feedback! We will investigate and update as appropriate.

Naveenommi-MSFT commented 1 year ago

@neilmca-inc Thank you for bringing this to our attention. I've delegated this to content author @dem108, who will review it and offer his insightful opinions.

aishanibhalla commented 1 year ago

@neilmca-inc this document expects the user to have followed the prerequisites that helps set the environment variables by default

az configure --defaults workspace=<Azure Machine Learning workspace name> group=<resource group> (for reference section Prepare your system