Showing results for 2017 - Developer Support

Dec 27, 2017
0
0

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

Pam Lahoud
Pam Lahoud

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
0
0

Application Insights Debug Snapshot issue “Unexpected error has occurred”

Pam Lahoud
Pam Lahoud

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 ...

Application InsightsAdel Ghabboun
Dec 20, 2017
0
0

Code Reviews and fishing

Pam Lahoud
Pam Lahoud

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 ...

DevelopmentJim Blizzard
Dec 18, 2017
0
0

PowerAppsPuzzle: @ vs # == Cryptic Error

Pam Lahoud
Pam Lahoud

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 ...

PowerAppsBrian GregorPowerAppsPuzzle
Dec 14, 2017
3
0

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

Pam Lahoud
Pam Lahoud

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
0
0

First Look Into Blockchain

Pam Lahoud
Pam Lahoud

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 ...

blockchainRazi Rais
Dec 9, 2017
0
0

Amazon Alexa Skills authenticated by Azure Active Directory and backed by ASP.NET Core 2.0 Web API hosted on Azure

Developer Support
Developer Support

This post is provided by Premier Field Engineer, Nathan Vanderby, who walks us through how to write an Alexa skill using .NET core and AAD.  Lasted updated, June 2018. Amazon's Echo devices and Alexa assistant need no introduction. In this post I lay out how you can write an Alexa skill and use a .NET core 2.0 API backend service to handle ...

TeamAzureasp.net core
Dec 8, 2017
0
0

TFS 2017 – Sometimes we must look back before we can move forward! – Part 1

Developer Support
Developer Support

This is the first of a series of posts is provided by Senior Application Development Manager (ADM), Chuck Goodspeed, focusing on the challenges encountered in migrating/evolving TFS 2005/2008/2010 installations a full decade forward into TFS 2017 and/or VSTS. Experiences and situations encountered at multiple customer installations provide real-...

TeamALMTFS
Dec 7, 2017
0
0

Azure Application Insights Best Practices

Pam Lahoud
Pam Lahoud

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
0
0

Creating Developer’s Docker Linux Virtual Machine on Azure

Pam Lahoud
Pam Lahoud

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 ...

AzureDockerLinux