Posts by this author

Jan 5, 2018
Post comments count0
Post likes count0

Visual Studio App Center

This overview of Visual Studio App Center comes to us from Premier Developer consultant Sana Noorani. One of Microsoft’s newest offerings, the Visual Studio App Center, is a tool for streamlining the DevOps pipeline for mobile development. The product is an updated version of its previous product, Mobile Center, and has many more features than i...

DevOpsVisual StudioMobile Development
Jan 4, 2018
Post comments count0
Post likes count1

Get Excited About Microsoft Flow

Need to set up a workflow between applications or services but don’t know where to start?  Check out this post about Microsoft Flow from Premier Developer consultant Daisy Chaussee to learn how to make services talk to each other without even writing one line of code!Microsoft Flow creates automated workflows between apps and services. You can...

Daisy ChausseeMicrosoft Flow
Dec 27, 2017
Post comments count0
Post likes count0

[Service Fabric] Auto-scaling your Service Fabric cluster–Part II

In the second post in his series on Auto-scaling a Service Fabric cluster, Premier Developer consultant Larry Wall highlights a new feature that allows you to tie auto-scaling to an Application Insights metric. In Part I of this article, I demonstrated how to set up auto-scaling on the Service Fabric clusters scale set based on a metric that...

Service FabricLarry Wall
Dec 22, 2017
Post comments count0
Post likes count0

Application Insights Debug Snapshot issue “Unexpected error has occurred”

This post on the Debug Snapshot feature of Application Insights comes to us from Premier Developer consultant Adel Ghabboun. A couple of days ago, I encountered an ambiguous issue while trying to open the debug snapshot feature in Application Insights following Debug snapshots on exceptions in .NET apps. The error was “Unexpected error ha...

Application InsightsAdel Ghabboun
Dec 20, 2017
Post comments count0
Post likes count0

Code Reviews and fishing

In a recent post from his blog, Premier Developer Consultant Jim Blizzard discussed the human side of code reviews…Years ago, before I joined Microsoft, a team at one of the companies I worked for decided to start doing code reviews. This was back before modern IDEs that would show you side by side code comparisons with color highlighting of the pr...

DevelopmentJim Blizzard
Dec 18, 2017
Post comments count0
Post likes count0

PowerAppsPuzzle: @ vs # == Cryptic Error

In today’s post, Premier Developer consultant Brian Gregor is back with another installment in his PowerAppsPuzzle series!Hey folks!  We are back with another PowerAppsPuzzle this week. This time we are trying to track down the source of a very cryptic error message. I am working on a solution for a PowerApp that integrates with SharePoint Onl...

PowerAppsBrian GregorPowerAppsPuzzle
Dec 14, 2017
Post comments count3
Post likes count0

Alternative way to protect your Application Insights “Instrumentation Key” in JavaScript

This post on Application Insights and protecting your instrumentation key comes to us from Premier Developer consultant Adel Ghabboun. Application Insights instrumentation key can be used in both Server and client side. Using the instrumentation key in the server side is secured and no one can see it. The opposite happens on the client side ...

SecurityApplication InsightsAdel Ghabboun
Dec 13, 2017
Post comments count0
Post likes count0

First Look Into Blockchain

There’s been a ton of buzz about Blockchain lately (Bitcoin anyone?) so what better time to highlight this video from Premier Developer consultant Razi Rais on understanding Blockchain technology. Since last year, I have been spending time with customers understanding how blockchain can help them improve/replace existing processes. It’s relative...

blockchainRazi Rais
Dec 7, 2017
Post comments count0
Post likes count0

Azure Application Insights Best Practices

In this post, Premier Developer consultant Adel Ghabboun outlines some best practices when using Application Insights. Here are some Azure Application Insights best practices you should consider when monitoring your application:

AzureApplication InsightsAdel Ghabboun
Dec 6, 2017
Post comments count0
Post likes count0

Creating Developer’s Docker Linux Virtual Machine on Azure

This post on creating Linux virtual machines with Docker in Azure comes to us from Premier Developer consultant Razi Rais.For an upcoming developer event on Docker I had to create handful of Linux Ubuntu virtual machines on Azure with Docker and few additional software installed on it.I looked into couple of ways to to do that on Azure in a consist...

AzureDockerLinux