Showing results for Linux - Developer Support

Mar 21, 2019
3
0

Mixing Windows and Linux containers with Docker Compose

Developer Support
Developer Support

Running Linux containers on a Windows host has been available for awhile now. However, getting Windows and Linux containers to communicate without Docker Compose results in using the containers’ IP Addresses. This is not a good solution since container IP Addresses change often.

DockerContainersLinux
May 27, 2018
0
0

Running .NET Core 2.0 applications in a Linux Service Fabric Cluster on Azure

Developer Support
Developer Support

In this post, Senior App. Dev. Managers Guru Satish Piduru and Mahendar Madhavaram explain how to deploy .NET Core 2.0 applications to a Linux Service Fabric Cluster.The support for running .NET Core 2.0 applications in Service Fabric Cluster (SFC) environment on Linux is in preview mode today and general availability in the coming months. Today, s...

Service FabricLinux
Apr 30, 2018
0
0

Docker Blog Series Part 7– Deploy Azure Web App On Containers

Developer Support
Developer Support

In the following post, Premier Developer Consultant Monu Bambroo shows how to deploy a Container to Azure Web Apps directly from Azure Container Registry. Container services are encapsulated, individually deployable components that run as isolated instances on the same kernel to take advantage of virtualization that an operating system provi...

DockerContainersLinux
Apr 27, 2018
1
0

Why Developers Should Install WSL Today

Developer Support
Developer Support

In this post, App Dev Managers Matt Hyon and August Banks spotlights the developer benefits of WSL. You've just finished installing the Windows Subsystem for Linux (WSL) on your Windows 10 computer and feel pleased to see your favorite Linux distro icon pinned to your taskbar. You click to open a shell session and think, "OK, what can I do with it...

TeamLinuxcross-platform
Apr 20, 2018
0
0

Running Docker Windows and Linux Containers Simultaneously

Developer Support
Developer Support

Many of you with familiarity with Docker for Windows know how you currently have to switch between running either Windows or Linux Containers. In the following post, Premier Developer Consultant Randy Patterson teaches us how to combat this limitation and run Docker Windows and Linux Containers simultaneously on the same host. Starting with ...

DockerContainersLinux
Feb 15, 2018
0
0

Walk-through of using SSH to connect Azure VM Jump Servers

Pam Lahoud
Pam Lahoud

In this post, Premier Developer consultant Kurt Schenk walks us through setting up an SSH connection to Azure using a jumpbox. Using SSH to access resources is becoming increasingly common for Windows users. Some typical scenarios are connecting to Linux VMs from Windows development computers; another common one is using SSH to connect to VM...

AzureLinuxKurt Schenk
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 consist...

AzureDockerLinux
Nov 10, 2017
0
0

Debugging ASP Core on Linux with Visual Studio 2017

Developer Support
Developer Support

NET Core and specifically ASP Core is an Open Source, High Performance implementation of .NET that runs on Windows, Linux and Mac. After you deploy your web application to a Linux server it can be difficult to troubleshoot when issues arise. In this article, I’ll show you how to configure your Linux test server and Development environment to allow ...

TeamVisual Studio.NET Core
May 2, 2017
2
0

Debugging .NET core with SOS everywhere

Developer Support
Developer Support

Get some insight into debugging .NET code on non-Windows operating systems with this post from Premier Developer consultants Gustavo Varo and Ben Williams. I have been working more and more with .NET Core and one question I keep getting from our customers and partners is about the debugging experience when using operating systems other than ...

.NET CoreLinuxdebugging