php 怎么操作 azure blob?有没有大神有实例
程序员文章站
2022-05-26 12:01:14
...
php
$connectionString = "[http|https];AccountName=[yourAccount];AccountKey=[yourKey]";
$blobRestProxy = ServicesBuilder::getInstance()->createBlobService($connectionString);
连接都报错。