Developer Support

Advocacy and Innovation

Latest posts

Mar 5, 2019
Post comments count 0
Post likes count 0

Walk through Running Traefik on Service Fabric Local Cluster

Developer Support

In order to help you get up and running quickly to test Træfik and Service Fabric, this post will walk you through how to set this up on your local development cluster. There is good documentation at Running Træfik on Azure Service Fabric, but with a local development cluster you can skip some steps, and there are one or two snags I can help you avoid.

Mar 5, 2019
Post comments count 0
Post likes count 0

Azure BOTs – getting extra access tokens

Developer Support

In this post, Premier Dev Consultant Marius Rochon show us how to obtain extra access tokens using OAuth2 Extension flow (on-behalf-of flow). The following describes an approach for getting access tokens to more than one resource, without re-displaying the sign in dialog (using the V2 Azure AD endpoint). In a nutshell, the procedure uses the existing authentication dialog to acquire one token and then the OAuth2 Extension flow (on-behalf-of flow) to acquire additional access tokens with the originally acquired token. Continue reading...  

Mar 3, 2019
Post comments count 0
Post likes count 0

Classroom Labs with Azure Lab Services

Developer Support

With the Azure Lab Services, customers can quickly set up classroom labs for its employees to gain practical experience not only with the latest technologies, but also with their internal and external business applications. Classroom labs can also be used for hosting hackathons as it applies to any workload that needs on-demand temporary environments.

Mar 2, 2019
Post comments count 1
Post likes count 1

Preserving Date Modified on Files Deployed via Build/Release Pipelines

Developer Support

I was working on a DevOps scenario that involved automating the deployment of batch process files from one server to one or more other servers. To accomplish this, I created a build pipeline to collect certain files from the staging location and store them as Build Artifacts. I then created a release pipeline to ask for deployment approval and then deploy the build artifacts to servers in other environments.

Mar 1, 2019
Post comments count 0
Post likes count 0

Calculating server capacity and planning for future user growth

Developer Support

Do I need to add more servers if my user load grows by 10% each month for the next 12 months? That is a hard question to answer. Unless you have an Application Platform Management solution, it is hard to correlate function calls to CPU time and response times.

Mar 1, 2019
Post comments count 0
Post likes count 0

Exploring Feature Weights using R and Azure Machine Learning Studio

Developer Support

I find that machine learning experiment’s results are always interesting and somewhat unexpected in certain cases. On this comparison, the feature ranking results of PFI are often different from the feature selection statistics that are utilized before a model is created. This is useful in many cases, especially when training “black-box” models where it is difficult to explain how the model characterizes the relationship between the features and the target variable.

Feb 28, 2019
Post comments count 0
Post likes count 0

Using Go Lang with Azure

Developer Support

In this world of digital transformation, languages like Go Lang have a major impact on project success as it helps increase developer and software efficiency. Leveraging languages like Go Lang and combining this into your Cloud Development Strategy can make a lot of sense. If you are interested in reading more about the features/benefits of Go Lang, this post is for you.

Feb 27, 2019
Post comments count 1
Post likes count 0

Running a .NET Core Web Application in Docker container using Docker Desktop for Windows

Developer Support

App Dev Managers Anand Shukla and Sash Kavalaparambil provide step by step instruction to run a .NET Core Web Application in Docker container using Docker Desktop for Windows.

Feb 27, 2019
Post comments count 0
Post likes count 0

Enterprise Application Modernization using Windows Containers

Developer Support

Enterprise organizations today have numerous simple CRUD based applications that call for modernization without necessarily needing to re-architect the legacy apps. If you have an existing .NET app that could use CI/CD but not necessarily any immediate rearchitecting efforts, this blog is for you.