Muhammad Shafiq
Muhammad Shafiq

Reputation: 167

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?

Upvotes: 0

Views: 455

Answers (1)

Joy Wang
Joy Wang

Reputation: 42143

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.

Upvotes: 0

Related Questions