These days I’m working a lot with Azure Api Management, preparing environments, making changes continuously, etc. That’s why I needed to replicate an account on more than one occasion in order to simulate staging and production environments. I read this article about How to implement disaster…
Posts tagged Microsoft Azure
Assign roles to Microsoft Azure users
The current Microsoft Azure portal has the disadvantage of not being able to assign roles to accounts associated with a subscription to its management. Once given access as co-administrator is given access to all the resources of the platform and the…
Visual Studio Online, Microsoft Azure and PHP
These days I’ve needed to do some tests with PHP. What I wanted to avoid was having to install a local web server and an IDE that conveniently supports this language, so I chose to use Azure Websites such as…
Azure Mobile Engagement: Reach
In the introductory post I told you roughly what Mobile Engagement is and next how to generate useful information based on user behavior. However, if there is one feature that names the service is Reach. This tab allows you to…
Azure Websites: WordPress + SQL Azure + Azure Storage
I’ve received several requests about working with WordPress and SQL Azure. That’s why I’d like to dedicate this post to show you an option available in the Microsoft Azure marketplace for this scenario. We can also make use of Azure…
Microsoft Azure Media Services: Testing output formats in Live Streaming
When we’re working with Microsoft Azure and Media Services – Live Streaming is important to check the different output formats, provided by the dynamic packaging funcionality. As I told in a previous post, to get the desired format you have…
Microsoft Azure Api Management
There are a lot of companies that offer their information to third parties to integrate their business elsewhere on the Internet. When our information is important to others, the most common way of sharing is through Apis. This is sometimes…
Microsoft Azure Media Services – Live Streaming
Just a week ago live streaming preview for Azure Media Services was released. This feature had been used before by the Olympic Winter Games 2014 and during the FIFA 2014. Now we can enjoy the preview from our homes too!….
Publishing assets with Windows Azure Media Services SDK for .NET
The last step we need to perform when working with Microsoft Azure Media Services is the publication of the final assets, in order that they can be consumed by users. From the Microsoft Azure portal, we can do this through…
Microsoft Azure Media Services: allowed ip addresses streaming
One of the features in Azure Media Services is the ability to limit the access by IP clients to the content managed by the account. This can be useful for corporate videos, when we sell the content to other companies,…
Dynamic Packaging in Microsoft Azure Media Services
When working with media is important to consider the different players and platforms that we work with. If we talk about Adaptive bitrate streaming, for example Silverlight and XBOX using Smooth Streaming, iOS and Android require HLS (HTTP Live Streaming),…
Microsoft Azure Media Services
The service that Microsoft Azure platform offers for media workflows is Azure Media Services. It allows ingest, encoding, protection and publish in order to playback our content on the most important market players and devices. In the following video you…