Skip to content

Commit

Permalink
Add Azure Topic (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Sep 14, 2024
1 parent bcd9400 commit 6f91714
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ We cover a wide range of DevOps topics in our content library, explore them unde
<td>📖 <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a></td>
<td>✔️ <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html">EC2_GetStarted</a></td>
</tr>
<tr>
<td><img height="28" src="https://skillicons.dev/icons?i=azure" /></td>
<td>Azure</td>
<td><a href="./topics/azure/">aws</a></td>
<td>📖 <a href="https://learn.microsoft.com/en-us/azure/?product=popular">learn.microsoft.com/azure</a></td>
<td>✔️ <a href="./topics/azure/basic/">azure/basic</a></td>
</tr>
<tr>
<td><img height="28" src="https://helm.sh/img/helm.svg"></td>
<td>Helm</td>
Expand Down
48 changes: 48 additions & 0 deletions topics/azure/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## 1. What is Azure?

- https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-azure/

### Overview

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.


### Official website documentation of Azure

- https://learn.microsoft.com/en-us/azure/?product=popular

## 2. Prerequisites

- Familiarity with cloud concepts and basic Linux command-line usage would be beneficial for understanding Azure.

## 3. Installation

### How to install Azure?

- No need to install Azure, it's cloud environment

## 4. Basics of Azure

### 1. Getting started with Azure

- https://portal.azure.com/?quickstart=true#view/Microsoft_Azure_Resources/QuickstartCenterBlade

### 2. Azure Hello World

- Check the [basic/](./basic/) directory to create a simple Azure EC2.

## 5. Beyond the Basics

### Azure Architecture Center

- https://learn.microsoft.com/en-us/azure/architecture/

## 6. More

### Azure learning resource

- https://github.com/TheDevOpsHub/AzureHub

### Recommended Books

- None
4 changes: 4 additions & 0 deletions topics/azure/basic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Getting started with Azure
- Portal: https://portal.azure.com/
- Create VM: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/quick-create-portal
- Create blob storage: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal

0 comments on commit 6f91714

Please sign in to comment.