azure-sdk-for-php icon indicating copy to clipboard operation
azure-sdk-for-php copied to clipboard

Microsoft Azure SDK for PHP

Results 99 azure-sdk-for-php issues
Sort by recently updated
recently updated
newest added

I'm trying to connect to an Azure Service Bus Topic from PHP using the SDK for PHP and have had no luck getting past the connection string. I am using...

ASM

I tested all examples & will go to 400 error only. Sample to what I tested code, [/azure-sdk-for-php-master/examples/MediaServices/analyticsworkflow_indexer.php](url) **My error:** ``` Azure SDK for PHP - Media Analytics Sample (Indexer)...

[Contents] When the Service Bus receiving process is executed based on the following reference material, it takes about 6 seconds to complete the execution when the message to be received...

Are there any plans to support [Cognitive services](https://azure.microsoft.com/en-us/services/cognitive-services/) in the near future?

ARM
ARM-service

I use OS:windows 10 and windows PHP 7.4.8 The following error occasionally occurs in "createBlockBlob" error:---------------------------------------------------------------------------- cURL error 56: OpenSSL SSL_read: Connection was reset, errno 10054 (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) error:---------------------------------------------------------------------------- source...

- In ServiceBusRestProxy: fix phpdoc @return : receiveMessage() receiveQueueMessage() and receiveSubscriptionMessage() can return null. https://github.com/Azure/azure-sdk-for-php/blob/83225de92de1a9b9325e59bd58bc143d3df505e6/src/ServiceBus/ServiceBusRestProxy.php#L226 - In BrokerProperties, by default, when initiate an instance of the class, all properties are...

Warning: count(): Parameter must be an array or an object that implements Countable in \vendor\microsoft\azure-storage-common\src\Common\Models\ServiceProperties.php on line 253

The connection strings shown in the Azure Portal may include a `EntityPath` if the SAS key is tied to a specific queue. This patch extends the parser and adds a...