Skip to content

An experiment in using various Dev, Test and Deploy tools with Azure.

Notifications You must be signed in to change notification settings

crosen188/AzureDevTestDeploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple demo application that is used to show an ASP.Net applicatoin and a Java application executing in Docker containers. The application is very simple, an ASP.Net web application communicates with a Java REST API and returns the information to the user.

This is not a real application. It doesn't do anything useful and it isn't intended to do so. Neither is it a demonstration of best practice application management. It is merely an introduction to using containerized applications on Microsoft Azure.

Getting Started

See the docs folder for some getting started guides and a tutorial deck that includes the essentials. If you are new to Docker then you probably want to start there.

Setup

There are a few tihngs you need to do to setup your environment. Take a look at the file environmentSetup.md and come back here when you are done.

Scripts

The /script directory contains a number of helper scripts for managing our build and development environments.

Copy /scripts/config.tmpl to scripts/config.sh before using these scripts. You might want to edit scripts/config.sh, see the file for details.

ASP.net Hello Web

Based on the Hello world using Nancy framework. See https://github.com/NancyFx/Nancy/wiki/Introduction Initial project created using Yeoman: npm install -g yo grunt-cli generator-aspnet bower; yo aspnet This async tutorial was really useful too: http://blog.jonathanchannon.com/2013/08/24/async-route-handling-with-nancy/

Java Hello REST API

Based on http://javahash.com/jersey-hello-world-example/

About

An experiment in using various Dev, Test and Deploy tools with Azure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 83.3%
  • C# 10.8%
  • Java 5.9%