Skip to content

Commit 55ca994

Browse files
committed
Welcome to Stack Simplify
1 parent 8d83b1b commit 55ca994

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

00-Pre-requisites/README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# Pre-requisites
22
1. Azure Cloud Subscription
3-
2. Optional: Setup Github Project in Azure Cloud Shell
3+
2. Course Github Repositories
44

5-
## Step-01: Create Cloud Shell
6-
- Click on link https://shell.azure.com/
7-
- Select **Bash**
8-
- Click on **Create Storage**
5+
## Step-01: Azure Cloud Subscription
6+
- https://azure.microsoft.com/en-in/free/
7+
- 200 dollar credit for first 30 days
98

10-
## Step-02: Fork the github Repository
11-
- Pre-requisites: You should have a github account so you can fork it to your account
12-
- Azure AKS Github Repository: https://github.com/stacksimplify/azure-aks-kubernetes-masterclass
13-
- Fork it
14-
- **Why do you need to fork it?**
15-
- When you do any changes to files in your local machine, just `git commit` and `git push` to your git repo and `git pull` on `Azure Cloud Shell` so that using `kubectl` you can deploy the modified changes.
16-
17-
## Step-03: Clone Github Repository
18-
```
19-
```
9+
## Step-02: Fork Course Github Repositories
10+
- [Azure Kubernetes Service with Azure DevOps & Terraform](https://github.com/stacksimplify/azure-aks-kubernetes-masterclass)
11+
- [Azure DevOps for Kubernetes Workloads running on Azure AKS Cluster](https://github.com/stacksimplify/azure-devops-github-acr-aks-app1)
12+
- [Provision Azure AKS Cluster using Terraform and Azure DevOps](https://github.com/stacksimplify/azure-devops-aks-kubernetes-terraform-pipeline)
13+
- [Docker Fundamentals](https://github.com/stacksimplify/docker-fundamentals)
14+
- [Presentation with 250 Slides outlining the various architectures and designs we are going to do in this course](https://github.com/stacksimplify/azure-aks-kubernetes-masterclass/ppt-presentation)
15+
- **Important Note:** Please go to these repositories and FORK these repositories and make use of them during the course.

0 commit comments

Comments
 (0)