Showing results for February 2019 - Developer Support

Feb 28, 2019
0
0

Using Go Lang with Azure

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

TeamAzureGo SDK
Feb 27, 2019
0
0

Enterprise Application Modernization using Windows Containers

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

TeamDockerContainers
Feb 26, 2019
0
0

Azure Lab services scheduling now Available

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

AzureDev Test LabsAzure Lab Services
Feb 26, 2019
6
0

IIS Remote Management for Docker Containers

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

DockerContainersRandy Patterson
Feb 25, 2019
1
0

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

Developer Support
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 t...

ALMTFSTeam Foundation Server
Feb 22, 2019
0
0

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

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

AzureContainersKubernetes
Feb 21, 2019
3
0

AZ-202 Microsoft Azure Developer Certification Transition Study Guide

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

AzureCertifications
Feb 20, 2019
4
1

Convert ASP.NET WebForms with Windows Authentication to use AAD

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

Azure ADasp.net
Feb 19, 2019
0
0

Using Azure CloudShell as a Dev Sandbox

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

AzureALMCLI