# Questions - Implement and manage storage
###### tags: `az-104` `azure`
## How file share handle duplicate file
The file on the file server will have the name in this format, file name appended with the server name
## What is the target of Azure Import/Export service
1. Azure blob storage
2. Azure file
refer to https://docs.microsoft.com/en-us/azure/import-export/storage-import-export-service
## What Storage service support Azure Export
Azure blob storage
refer to https://docs.microsoft.com/en-us/azure/import-export/storage-import-export-requirements
## What storage service support Azure Import
1. Azure blob storage
2. Azure file
## How to access blob storage
**Net use** not support SAS token
## Different storage type features

## Azure file sync
Server endpoints: A server endpoint represents **a path on a registered server**. A server can have server endpoints in multiple sync groups.
- A server endpoint must be a path on a registered server (rather than a mounted share). Network attached storage (NAS) is not supported.
- Although the server endpoint can be on the system volume, server endpoints on the system volume may not use cloud tiering.
- Changing the path or drive letter after you established a server endpoint on a volume is not supported. Make sure you are using a final path on your registered server.
- A registered server can support multiple server endpoints, however a sync group can only have one server endpoint per registered server at any given time. Other server endpoints within the sync group must be on different registered servers.
Cloud endpoints: A cloud endpoint is a pointer to an Azure file share. All server endpoints will sync with a cloud endpoint, making the cloud endpoint the hub. No more than **one** cloud endpoint could be create