
admin.groupGetAzureStorageProxy( config as element(configuration), group-id as (Number|String) ) as String
This function returns the URL of the proxy server used by the group to access Azure blob storage.
http://marklogic.com/xdmp/privileges/admin/group
http://marklogic.com/xdmp/privileges/admin/group/{id}
const admin = require('/MarkLogic/admin.xqy');
var config = admin.getConfiguration()
var groupid = admin.groupGetId(config, "Default")
admin.groupGetAzureStorageProxy(config, groupid)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.