Azure File Storage website screenshot

Azure File Storage

The Azure Files FileREST protocol enables software vendors and regular Azure users to efficiently write applications and services that communicate with Azure file shares. It provides fully managed cloud file shares accessible via SMB and NFS protocols, with support for snapshots and Azure File Sync.

1 APIs 0 Features
Cloud StorageFile SharesFile StorageNFSSMB

APIs

Azure File Storage REST API

Azure File Storage REST API provides fully managed cloud file shares accessible via SMB and NFS protocols. It supports creating file shares, managing directories and files, conf...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Azure File Storage REST API
  version: '2024-05-04'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Shares
    type: folder
  items:
  - info:
      name: Azure File Storage REST API List
      type: http
    http:
      method: GET
      url: https://{account}.file.core.windows.net/
      params:
      - name: comp
        value: ''
        type: query
    docs: Lists shares in the account.
  - info:
      name: Azure File Storage REST API Get properties
      type: http
    http:
      method: GET
      url: https://{account}.file.core.windows.net/:container
      params:
      - name: container
        value: ''
        type: path
    docs: Returns the properties of the share.
  - info:
      name: Azure File Storage REST API Create
      type: http
    http:
      method: PUT
      url: https://{account}.file.core.windows.net/:container
      params:
      - name: container
        value: ''
        type: path
    docs: Creates a new share.
  - info:
      name: Azure File Storage REST API Delete
      type: http
    http:
      method: DELETE
      url: https://{account}.file.core.windows.net/:container
      params:
      - name: container
        value: ''
        type: path
    docs: Deletes the share.
  - info:
      name: Azure File Storage REST API Get item
      type: http
    http:
      method: GET
      url: https://{account}.file.core.windows.net/:container/:path
      params:
      - name: container
        value: ''
        type: path
      - name: path
        value: ''
        type: path
    docs: Retrieves a resource at the path.
  - info:
      name: Azure File Storage REST API Put item
      type: http
    http:
      method: PUT
      url: https://{account}.file.core.windows.net/:container/:path
      params:
      - name: container
        value: ''
        type: path
      - name: path
        value: ''
        type: path
    docs: Creates or updates a resource at the path.
  - info:
      name: Azure File Storage REST API Delete item
      type: http
    http:
      method: DELETE
      url: https://{account}.file.core.windows.net/:container/:path
      params:
      - name: container
        value: ''
        type: path
      - name: path
        value: ''
        type: path
    docs: Deletes a resource at the path.
bundled: true