This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Generates a shared access signature for Microsoft Azure storage | |
* cf. https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/constructing-an-account-sas | |
* | |
* @param (accountName) The name of the Microsoft Azure storage account | |
* @param (storageKey) The access key of the Microsoft Azure storage account | |
* @param (signedPermissions) Required. Specifies the signed permissions for the account SAS | |
* @param (signedService) Required. Specifies the signed services accessible with the account SAS |