Skip to content

Commit

Permalink
Fixed storage_container_id in docs, fixed typo in markdown file name (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfo authored Feb 9, 2023
1 parent d8febef commit 38b1427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "azurerm_storage_container" "example" {
resource "azurerm_machine_learning_datastore_blobstorage" "example" {
name = "example-datastore"
workspace_id = azurerm_machine_learning_workspace.example.id
storage_container_id = azurerm_storage_account.example.resource_manager_id
storage_container_id = azurerm_storage_container.example.resource_manager_id
account_key = azurerm_storage_account.example.primary_access_key
}
```
Expand Down

0 comments on commit 38b1427

Please sign in to comment.