If Microsoft Azure has become part of your life as a developer you may have more than one subscription associated with your account. For now, in order to separate the resources for different environments you use a different subscription (This is fixed with…
Posts tagged Microsoft Azure
Azure Mobile Engagement: Analytics and Monitor
After telling you how to get started with Mobile Engagement the next step is how to generate useful information to know the application usage by users or errors that may occur in the platform. As I told you in the…
Azure Mobile Engagement (Preview)
Today when you think about developing an application you have to consider not only the desktop, but also think about the mobile platforms that exist today in the market. That said, you need to take care of notifications, user experience, user behavior, etc. if…
Azure Resource groups: Organizing and maintaining your Microsoft Azure services
One of the things that I see on the current Azure portal is that it’s difficult to organize services that you are using. Generally, what we do is use nomenclatures when naming services, so that it is easier to know which…
AdventureWorks database on Microsoft Azure in just a few minutes
Navigating between the features of the new Microsoft Azure portal, I found this interesting option when I create a new SQL Database service: Now, when you create a database on the new portal you can choose between different types of sources: A new database,…
Api Management: Convert XML to JSON using policies, without any modification of the Api!
Last October I posted a brief introduction to Api Management, one of the new services of the Microsoft Azure platform. Its first goal is to centralize the use of our Apis by others, but the fact is that it allows more: set quotas,…
Ingest files in bulk on Azure Media Services
I’ve spent a lot of time talking about Azure Media Services, attempting to show step by step how to get started in the media world through the Microsoft solution. It is true that many times we are dealing with new…
Update Encoding Reserved Units from .NET
Yes, I know, today I haven’t stopped publishing but there is so much to learn! and these are questions or requests asking me and whenever I have the chance, I like to share with everyone. This morning we saw how…
Azure Media Services: Modify Streaming Reserved Units from .NET
In order to automate the reserved units for the streaming service, we can use the following code in C#: It’s available an async method for this action as well: ScaleAsync. This is an example to use it: Also, If we…
Azure Websites and Azure Active Directory Integration
Just a few days ago appeared a new section in the configuration section of Microsoft Azure Websites called authentication / authorization. From now on we can associate an Azure Active Directory application to a website without modifying a line of…
Disable ARR (Application Request Routing) on Microsoft Azure Websites
One feature that was highly demanded on Microsoft Azure platform was the possibility of having affinty with the web server, due to the large number of legacy applications that were developed in this way. For those who don’t know this…
Wirecast 6 & Microsoft Azure Media Services
In this November was published on MSDN an article about AMS Live Streaming working with Wirecast. With the new Wirecast 6 version, we have a «Microsoft Azure Media Services» option through Output Settings section… to make our job easier. Now…