1

Web アプリを Azure API とやり取りしようとしています。このphp例外エラーが発生しました。誰がそれが何であるか教えてもらえますか?

RuntimeException: 指定された構成値 '[http | https]' は有効な値のサブセットに属していません:

これは私のコードです (アカウント キーは削除されています):

$conn_string="DefaultEndpointsProtocol=[http | https];AccountName=storage;AccountKey=..."; 

$blobRestProxy = ServicesBuilder::getInstance()->createBlobService($conn_string);
4

2 に答える 2