Developer Support

Advocacy and Innovation

Latest posts

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

Azure Lab services scheduling now Available

Developer Support

Azure Lab services is a quick and easy way to manage environments for your team in the cloud. It is versatile enough to set up development environments, testing and even classroom lab environments. The service handles all the infrastructure, user management, and now scheduling when the lab is available. The ability to stop a lab VM has been around for some time, but the ability to schedule when a VM starts, how long it remains up and then when it is to shut down recently became available.

Feb 26, 2019
Post comments count 6
Post likes count 0

IIS Remote Management for Docker Containers

Developer Support

When running IIS in a Windows Container, you configure it using PowerShell commands in your Dockerfile. While determining the correct PowerShell commands is not a difficult process it is inconvenient to verify the settings using the command line only. Sometimes, you just need a UI to quickly view and manage your IIS configuration.

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

Move or Clone TFS from one hardware to another in TFS 2017/2018

Developer Support

Prior to Team Foundation Server (TFS) 2017, moving or cloning of a TFS instance required manual preparation and configuration of existing instance’s backups. You can now configure your restored databases completely through the application tier. This blog walks through the new process to demonstrate how to restore and configure an instance of TFS to new hardware.

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

Why you should consider VS Code for your Kubernetes/Docker work – Part 2

Developer Support

In this follow up article, we will cover how it can help to deploy Container images stored into Azure Container Registry (ACR). We will also cover the kubectl explain integration which is helpful to understand the structure of YAML files used to describe Kubernetes API objects.

Feb 21, 2019
Post comments count 3
Post likes count 0

AZ-202 Microsoft Azure Developer Certification Transition Study Guide

Developer Support

As Microsoft embraces the spirit of “lifelong learning”, expect updates to the suite of training resources and certification exams to ensure content reflects new technologies. Microsoft has published the exam guide for AZ-202 Microsoft Azure Developer Certification Transition for those who have passed the 70-532 Azure Developer. Developers will get the “Microsoft Certified Azure Developer Associate” certification if they pass the new AZ-202 Microsoft Azure Developer Certification.

Feb 20, 2019
Post comments count 4
Post likes count 1

Convert ASP.NET WebForms with Windows Authentication to use AAD

Developer Support

I work with a lot of enterprise customers that have sizable portfolios of Intranet web sites using Web Forms and Windows Integrated Authentication that they would like to move to Azure PaaS; however, we’ve found that a lot of documentation on these topics doesn’t extend back to Web Forms and instead targets .NET Core and MVC.

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

Using Azure CloudShell as a Dev Sandbox

Developer Support

Being able to create, develop, test, and deploy an application to Azure AND commit to source control with no tooling other than a browser is pretty powerful. This example was with .NET but there are tons of languages supported in CloudShell.

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

Handling Error AADSTS54005

Developer Support

On November 15, 2018 an update to Microsoft Azure Active Directory was released to bring AAD in line with the OAuth specification. This update prevents an authorization code from being used to obtain access tokens for multiple resources. The full release notes for this change can be found here.

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

AZ 203 Developing Solutions for Microsoft Azure Study Guide

Developer Support

As a Microsoft employee who works with customers and a cloud enthusiast, I see it essential to be knowledgeable of how the cloud can bring the best value to the developer. Because of this, I am taking the AZ 203 exam, which is titled “Developing Solutions for Microsoft Azure”. This exam was in beta for some time and was recently released proper in January 2019. Developers used to the Microsoft certification world will see this exam as a replacement for 70-532, which is the older iteration of Azure technology geared for developers. Passing this exam will reward developers with the “Microsoft Certified Azure Develo...