Developer Support

Advocacy and Innovation

Latest posts

Jan 25, 2019
Post comments count 0
Post likes count 0

Paired Programming & Visual Studio Live Share

Developer Support

My first experience matched many of experiences I remember mentioned in the books I read. At first, paired programming was extremely intimidating. I had to pair with an extremely seasoned developer thinking that I was about to be proved that I was not as smart as I thought I was – see Imposter Syndrome. Well, I learned many lessons from this developer by pairing with him. And in the end the developer learned quite a bit from me.

Jan 24, 2019
Post comments count 0
Post likes count 0

Set up IIS on Windows Virtual Machine

Developer Support

App Dev Manager Vijetha Marinagammanavar provides a walk-through of setting up IIS on a Windows Virtual machine hosted in Azure.

Jan 22, 2019
Post comments count 0
Post likes count 0

Cross (micro) services authentication with Azure B2C

Developer Support

Microservices is an architectural style that structures an application as a collection of loosely coupled services, which implement business capabilities. The microservice architecture enables the continuous delivery/deployment of large, complex applications. It also enables an organization to evolve its technology stack.

Jan 21, 2019
Post comments count 0
Post likes count 0

Hosting Python packages in Azure DevOps

Developer Support

What I wanted to accomplish here was simply to create a redistributable Python package. Also show some of the practices on how to work with Python in a Windows environment, but I could not stop there. I went ahead and built a complete CI/CD pipeline for the package, showing how easy it is and how well Python projects integrate with Azure DevOps.

Jan 18, 2019
Post comments count 0
Post likes count 0

Alerts based on Analytics query using Custom log search

Developer Support

One feature was removed in Application Insights called Scheduled Analytics, and now it is replaced with Custom Log Search which allows us to create an Alerts based on data analytics queries.

Jan 18, 2019
Post comments count 0
Post likes count 0

Recommendations API is retired! Here is what you can do.

Developer Support

On February 15, 2018, “Recommendations API is no longer under active development” – as stated in the Recommendations API documentation. Our product team came up with an alternative new open-source solution called Recommendations Solution Template, which will let you host the recommendation engine within your Azure subscription. In this blog, will guide you through the steps of creating Recommendations engine, deploy and train your model. But first before doing that, let’s get to know the new additional components.

Jan 16, 2019
Post comments count 0
Post likes count 0

DevOps and Culture, part 2

Developer Support

This article is part 2 of DevOps and Culture. See part 1 here. In this entry I’ll discuss how we can think of culture in a systematic way and how we can change it.

Jan 16, 2019
Post comments count 0
Post likes count 0

DevOps and Culture, part 1

Developer Support

Peter Drucker famously said, “Culture eats strategy for breakfast.” This is a great introduction to how we think about DevOps and in this article, I’m going to unpack this statement so that we have a bit more context. This is the first part of multiple articles on culture as it relates to DevOps.

Jan 14, 2019
Post comments count 0
Post likes count 0

Moving your ASP.NET applications to the Microsoft Cloud

Developer Support

There are a few key scenarios that you will want to consider as you plan your migration strategy. Unless you have unlimited time, resources and money, it is likely that you will have to consider implementing one or more of the following options…