Tag: phpazure


  • Connecting to Azure

    I was a bit afraid that it would be quite hard to connect to Azure Storage for my app, especially with the deadline looming in less than two weeks. My anxiety turned out to be without reason, mostly thanks to the great work of PHPAzure in abstracting away all the complicated stuff. Really, it is…

  • Getting some output

    First of all, I didn’t want to reinvent the wheel for some basic stuff. So I did some research and ended up using several libraries: Using this, I’ve created a basic system that allows me to easily handle the request with a single front controller, delegate the actual execution to a controller, then pass back…