Background: Summer is here in Houston and there is no better time to get in the water to cool off or warm up. I am particularly fond of the latter, especially with a good group of friends, food, and refreshments. The problem is, it can be hard to tell when the hot tub is ready without actually getting…
Category: Azure
Azure, IoT, Software Development, Uncategorized
Sending messages to Azure Event Hub with Spark over AMS API Proxy
by Paul DeCarlo • • 0 Comments
In this article, I will describe how to publish data from a Spark Core to an Azure Event Hub for real-time processing using Azure Mobile Services as a message proxy. Spark OS is a distributed operating system for the Internet of Things that brings the power of the cloud to low-cost connected hardware. Spark provides…
Azure, Software Development
Introducing Azure Media Services – Uploading File Content to Azure Media Service
by Paul DeCarlo • • 1 Comment
Azure Media Services allows you to leverage the highly scalable Azure infrastructure to deliver media content on demand. It boasts the ability to deliver content at a scale equivalent of that used to distribute the Olympics to viewers worldwide! It addition, it supports the ability to live stream muli-bitrate broadcasts, encode content on the fly, and…
Azure
Workaround for “You’ve reached your MYSQL quota” with WordPress WebSite Deploy on Microsoft Azure
by Paul DeCarlo • • 0 Comments
Normally to create a new WordPress site on Azure you would Click => New => Compute => Website => From Gallery => WordPress. Except, this doesn’t work if you already have an existing WordPress site on Azure because the MYSql provider “ClearDB” limits you to one SQL instance. In the final step, you may encounter…