Loading TOC...

sec:credentials-get-azure

sec:credentials-get-azure() as xs:string*

Summary

Returns the Azure storage account name and access key used to access Microsoft Azure Blob Storage.

Required Privileges

http://marklogic.com/xdmp/privileges/credentials-get-azure

Usage Notes

This function must be executed against the security database.

Example


(: execute this against the security database :)
xquery version "1.0-ml";
import module namespace sec="http://marklogic.com/xdmp/security" at 
     "/MarkLogic/security.xqy";

sec:credentials-get-azure()
(: Returns the Azure storage account name and access key as two strings. :)
  

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.