-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eaec2ad
commit ed8340f
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |