You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.Optional: Setup Github Project in Azure Cloud Shell
3
+
2.Course Github Repositories
4
4
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
9
8
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)
-[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