Maybe I am burn out but: Anyone knows how can I see the code coverage report in Azure Pipelines of the PHP Core project? I have this link: https://dev.azure.com/phpazuredevops/PHP/_build?definitionId=1&_a=summary How can I generate it locally in my computer? Answer Thanks Chris Hass, your comment lead me to the right answer. Basically are different jobs in the pipeline and not all
Tag: azure
Authenticating requests to azure’s batch REST interface (php)
I’m trying to authenticate against azures batch REST interface from my php server. According to the docs (https://docs.microsoft.com/en-us/rest/api/batchservice/authenticate-requests-to-the-azure-batch-service) I came up with this function: However, I always get a 403 error: “Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature” Due to the complicated setup and the vague error message,
Protocol being switched during redirects
In my CakePHP 3.10 application, the redirects are changing the protocols and breaking the app. This is being deployed to an App Service (PHP 7.4) in Azure. I’m not seeing this on another LAMP stack (RHEL, Apache 2.4, PHP 7.3, https configured) on premise. Example, logging out of the application. During inspection of the traffic (via Edge’s > Inspect >
Azure Web App: how to increase PHP memory limit for the deployment process? Nothing works
We are trying to deploy a Laravel app to Azure. Everything went fine until the composer started. At some point it breaks down saying that all the memory was exhausted – clearly, it looks like the PHP memory limit is ~2MB, which is obviously too little. The problem is that we can’t increase this limit in any way – we
Laravel Media Storage Best Practice
Sorry if duplicate but I couldn’t find much on web. I am working on website platform for streaming and education. The website needs to handle big files ( mostly videos) and thumbnails. The website is …
Blob file upload – i am uploading image file from local system to azure blob container. Once uploaded, the file size shows as 0B with no extension
I have written a PHP code to upload files from the azure web app (using an upload button from a browser) to azure blob container. I am successfully able to upload the files to the blob container, however, once uploaded the file sits in azure blob as 0 bytes without any extension. I am unable to view the file as
Uncaught GuzzleHttpExceptionConnectException: cURL error 7
So I’m using the azure-storage-php library (https://github.com/Azure/azure-storage-php) and everything works perfectly and all of my scripts work, but I’m getting the following error from time to time: Does anyone know what I might be doing wrong? Below is the code that I have that is mainly based on the library: Answer This seemed to have fixed the issue: I’ve have
“Request date header too old” error occurred when upload large number of files to blob storage
I have large number of image files on my server (about 900,000), and I’m using Azure Client Library for PHP to make a loop and upload my files to Azure Blob Storage. My upload script ran well for …
Office 365 api in PHP
I’m trying to make an calendar view for my company to show which employees are available. I made an app in Azure, I can logon in to the system, I get an access token, but I can’t get information. I build the request url using curl and send this header with my request And all I get as a response
Fatal error: Call to undefined function sqlsrv_connect() using wamp php 5.5.12
I am trying to connect to a Azure data base. I have read many other stack overflow answers but they did not work for me: -I have downloaded all the drivers that Azure offers to you. They are in C:…