azureazure-storageazure-table-storageazure-storage-emulatorazure-emulator

Is it possible to add file end point to Local Azure Storage Emulator


I am trying to test some of the changes locally on Azure storage emulator and try to attach the storage emulator to The storage explorer.

But in the storage Explorer shows only the list of table, blobs and queues endpoint, not file endpoint.

So I can add file endpoint. Or it is not possible?


Solution

  • Currently, Azure Storage Emulator does not Support File Share.

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

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

    Here is a similar issue, you could refer to it.