Skip to content

Commit 6f91714

Browse files
authored
Add Azure Topic (#685)
1 parent bcd9400 commit 6f91714

3 files changed

Lines changed: 59 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ We cover a wide range of DevOps topics in our content library, explore them unde
9191
<td>📖 <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a></td>
9292
<td>✔️ <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html">EC2_GetStarted</a></td>
9393
</tr>
94+
<tr>
95+
<td><img height="28" src="https://skillicons.dev/icons?i=azure" /></td>
96+
<td>Azure</td>
97+
<td><a href="./topics/azure/">aws</a></td>
98+
<td>📖 <a href="https://learn.microsoft.com/en-us/azure/?product=popular">learn.microsoft.com/azure</a></td>
99+
<td>✔️ <a href="./topics/azure/basic/">azure/basic</a></td>
100+
</tr>
94101
<tr>
95102
<td><img height="28" src="https://helm.sh/img/helm.svg"></td>
96103
<td>Helm</td>

topics/azure/README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
## 1. What is Azure?
2+
3+
- https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-azure/
4+
5+
### Overview
6+
7+
The Azure cloud platform is more than 200 products and cloud services designed to help you bring new solutions to life—to solve today’s challenges and create the future. Build, run, and manage applications across multiple clouds, on-premises, and at the edge, with the tools and frameworks of your choice.
8+
9+
10+
### Official website documentation of Azure
11+
12+
- https://learn.microsoft.com/en-us/azure/?product=popular
13+
14+
## 2. Prerequisites
15+
16+
- Familiarity with cloud concepts and basic Linux command-line usage would be beneficial for understanding Azure.
17+
18+
## 3. Installation
19+
20+
### How to install Azure?
21+
22+
- No need to install Azure, it's cloud environment
23+
24+
## 4. Basics of Azure
25+
26+
### 1. Getting started with Azure
27+
28+
- https://portal.azure.com/?quickstart=true#view/Microsoft_Azure_Resources/QuickstartCenterBlade
29+
30+
### 2. Azure Hello World
31+
32+
- Check the [basic/](./basic/) directory to create a simple Azure EC2.
33+
34+
## 5. Beyond the Basics
35+
36+
### Azure Architecture Center
37+
38+
- https://learn.microsoft.com/en-us/azure/architecture/
39+
40+
## 6. More
41+
42+
### Azure learning resource
43+
44+
- https://github.com/TheDevOpsHub/AzureHub
45+
46+
### Recommended Books
47+
48+
- None

topics/azure/basic/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Getting started with Azure
2+
- Portal: https://portal.azure.com/
3+
- Create VM: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/quick-create-portal
4+
- Create blob storage: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal

0 commit comments

Comments
 (0)