Recent Posts
Encrypting and decrypting data in an Azure service using a certificate
I recently had a requirement to encrypt some data stored in a Web.config file for an Azure hosted service that’s accessed over HTTPS. To help secure informat...
Using basic authentication in an Azure Cloud Service
I recently had a requirement to use transport security with basic authentication in a web service hosted in Azure. Basic authentication is a mechanism for a ...
Reading the response message from a PUT request using PHP and cURL
Previously I’ve mentioned that I had to write some PHP to PUT some JSON data to a RESTful web API. After calling curl_exec() to make the PUT request I called...
Making a PUT request using PHP and cURL
I recently had to write some PHP to PUT some JSON data to a RESTful web API. My final solution involved reading numerous blog posts to piece together exactly...
Delivering and consuming media from Azure Media Services
Previously I’ve summarised how to use the Azure Media Encoder to encode uploaded media for delivery to client apps. To do this you create a media processing ...