Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure Topic #685

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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