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

439 Views Asked by At

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?

1

There are 1 best solutions below

0
Joy Wang On BEST ANSWER

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.