Azure Files

Simple, secure and serverless enterprise-grade cloud file shares.

Web Resources

1/23/2024, Azure PaaS Blog
The blog aims to perform simple File storage REST API operations such as Create, Copy, Rename and Delete operations using CURL utility.Let’s look at some of the CURL command syntax to perform REST API operations and will be making use of SAS as the auth scheme.  We need to take care of the pointers below while performing the operations via CURL: Ensure the URL is formed correctly as per the operation you are trying to perform. The mandatory header needs to be passed and can be done using “-H” parameter. Ensure you are appending/removing extra ‘?’ to the SAS token in the URLs...
12/18/2023, Azure PaaS Blog
The blog provides guidance to perform simple File storage REST API operations such as Create, Copy, Rename and Delete operations using Postman.   Let’s look at some of the command syntax to perform REST API operations and will be making use of SAS as the auth scheme.  We need to take care of the pointers below while performing the operations via Postman:  Ensure the URL is formed correctly as per the operation you are trying to perform. The mandatory header needs to be passed. Ensure you are appending/removing extra ‘?’ to the SAS token in the URLs accordingly. Http verb can be GET, PUT...