Skip to content
Advertisement

Tag: azure

PHP Core – where can I find the code coverage report in azure pipelines?

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

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 >

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

Advertisement