Does Azure Storage Emulator Support File Shares?

筅森魡賤 提交于 2019-12-11 03:49:41

问题


I have the Azure Storage Emulator running but it currently looks like (as of v5.6.0.0) that it only supports Blob, Queue, and Table storage:

BlobEndpoint: http://127.0.0.1:10000/ QueueEndpoint: http://127.0.0.1:10001/ TableEndpoint: http://127.0.0.1:10002/

The confusing part is when you configure a local connection via the desktop Azure Storage Explorer by selecting Attached to a local emulator, there's an option for Files port.

Am I missing something here?


回答1:


From the docs

The File service and SMB protocol service endpoints are not currently supported in the storage emulator.

https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/storage/common/storage-use-emulator.md#differences-between-the-storage-emulator-and-azure-storage



来源:https://stackoverflow.com/questions/51749573/does-azure-storage-emulator-support-file-shares

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!