aml-workspace icon indicating copy to clipboard operation
aml-workspace copied to clipboard

workspace.json vs config.json downloaded from the AzureML web UI

Open marcindulak opened this issue 4 years ago • 2 comments

The workspace.json has the "name" parameter, while config.json "workspace_name", reading:

{
    "subscription_id": "...",
    "resource_group": "name-of-the-resource-group",
    "workspace_name": "name-of-the-workspace"
}

This small inconsistency adds another step when setting up workspace.json based on config.json.

Screenshot from 2021-02-01 14-59-56

marcindulak avatar Feb 02 '21 21:02 marcindulak