From ed8340f017fc02710d918d048587984cefaffb05 Mon Sep 17 00:00:00 2001 From: Sergii Kryshtop Date: Fri, 20 Apr 2018 14:35:17 +0300 Subject: [PATCH] Adding scenario structure --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 537fb01..6d7e45c 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ "# gab2018_aksdemo" +# Deploying application to AKS demo scriptDeploying application to AKS demo script + +## Preparing local invironment +*** Need to install Azure CLI to proxy access to AKS dashboard +1. Install Azure CLI +Find installation instructions on: (https://docs.microsoft.com/fi-FI/cli/azure/install-azure-cli?view=azure-cli-latest) + +For Windows: (https://aka.ms/installazurecliwindows) + +2. Install SSH client for Windows: Putty +(https://www.putty.org/) + +# Setting up Linux VM +Follow following instructions to provision and setup Linux VM in Azure +[Setup Linux VM in Azure](./SetupLinuxVM.md) \ No newline at end of file