Skip to content

Commit cbd9add

Browse files
Merge pull request #217502 from tamram/tamram22-1107a
remove import/export refs
2 parents 8a46d83 + f846fb6 commit cbd9add

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

articles/storage/blobs/storage-blobs-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ A number of solutions exist for migrating existing data to Blob Storage:
107107
- **Azure Data Factory** supports copying data to and from Blob Storage by using the account key, a shared access signature, a service principal, or managed identities for Azure resources. For more information, see [Copy data to or from Azure Blob Storage by using Azure Data Factory](../../data-factory/connector-azure-blob-storage.md?toc=/azure/storage/blobs/toc.json).
108108
- **Blobfuse** is a virtual file system driver for Azure Blob Storage. You can use BlobFuse to access your existing block blob data in your Storage account through the Linux file system. For more information, see [What is BlobFuse? - BlobFuse2 (preview)](blobfuse2-what-is.md).
109109
- **Azure Data Box** service is available to transfer on-premises data to Blob Storage when large datasets or network constraints make uploading data over the wire unrealistic. Depending on your data size, you can request [Azure Data Box Disk](../../databox/data-box-disk-overview.md), [Azure Data Box](../../databox/data-box-overview.md), or [Azure Data Box Heavy](../../databox/data-box-heavy-overview.md) devices from Microsoft. You can then copy your data to those devices and ship them back to Microsoft to be uploaded into Blob Storage.
110-
- The **Azure Import/Export service** provides a way to import or export large amounts of data to and from your storage account using hard drives that you provide. For more information, see [Use the Microsoft Azure Import/Export service to transfer data to Blob Storage](../../import-export/storage-import-export-service.md).
110+
- The **Azure Import/Export service** provides a way to import or export large amounts of data to and from your storage account using hard drives that you provide. For more information, see [What is Azure Import/Export service?](../../import-export/storage-import-export-service.md).
111111

112112
## Next steps
113113

articles/storage/common/storage-introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,8 @@ You can access resources in a storage account by any language that can make HTTP
196196
- [Storage Service Management REST API (Classic)](/previous-versions/azure/reference/ee460790(v=azure.100))
197197
- [Azure NetApp Files REST API](../../azure-netapp-files/azure-netapp-files-develop-with-rest-api.md)
198198

199-
### Azure Storage data movement API and library references
199+
### Azure Storage data movement API
200200

201-
- [Storage Import/Export Service REST API](/rest/api/storageimportexport/)
202201
- [Storage Data Movement Client Library for .NET](/dotnet/api/microsoft.azure.storage.datamovement)
203202

204203
### Tools and utilities

0 commit comments

Comments
 (0)