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
│ Error: waiting for the creation of Workspace: (Name "ml-mrtredev-ws-ab8f-svc-5f00" / Resource Group "rg-mrtredev-ws-ab8f"): Code="BadRequest" Message="Cannot use storage with HNS enabled."
│
│ with azurerm_machine_learning_workspace.ml,
│ on main.tf line 55, in resource "azurerm_machine_learning_workspace" "ml":
│ 55: resource "azurerm_machine_learning_workspace" "ml" {
I believe this could be due to the upgrade of the TF Azure RM provider to v 3.
AML either needs its own dedicated storage account or we should stick to having HNS disabled in the workspace storage.
@SvenAelterman welcome you thoughts as think we discussed this last week?
The text was updated successfully, but these errors were encountered:
│ Error: waiting for the creation of Workspace: (Name "ml-mrtredev-ws-ab8f-svc-5f00" / Resource Group "rg-mrtredev-ws-ab8f"): Code="BadRequest" Message="Cannot use storage with HNS enabled."
│
│ with azurerm_machine_learning_workspace.ml,
│ on main.tf line 55, in resource "azurerm_machine_learning_workspace" "ml":
│ 55: resource "azurerm_machine_learning_workspace" "ml" {
I believe this could be due to the upgrade of the TF Azure RM provider to v 3.
AML either needs its own dedicated storage account or we should stick to having HNS disabled in the workspace storage.
@SvenAelterman welcome you thoughts as think we discussed this last week?
The text was updated successfully, but these errors were encountered: