diff --git a/website/docs/r/storage_container.html.markdown b/website/docs/r/storage_container.html.markdown
index 18b371b4018b..39a659125998 100644
--- a/website/docs/r/storage_container.html.markdown
+++ b/website/docs/r/storage_container.html.markdown
@@ -82,8 +82,8 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l
## Import
-Storage Containers can be imported using the `resource id`, e.g.
+Storage Containers can be imported using the `resource manager id`, e.g.
```shell
-terraform import azurerm_storage_container.container1 https://example.blob.core.windows.net/container
+terraform import azurerm_storage_container.container1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myresourcegroup/providers/Microsoft.Storage/storageAccounts/myaccount/blobServices/default/containers/mycontainer
```