diff --git a/README.md b/README.md index 2b32286..65b1607 100755 --- a/README.md +++ b/README.md @@ -91,6 +91,13 @@ We cover a wide range of DevOps topics in our content library, explore them unde 📖 docs.aws.amazon.com ✔️ EC2_GetStarted + + + Azure + aws + 📖 learn.microsoft.com/azure + ✔️ azure/basic + Helm diff --git a/topics/azure/README.md b/topics/azure/README.md new file mode 100644 index 0000000..ea6c2ce --- /dev/null +++ b/topics/azure/README.md @@ -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 diff --git a/topics/azure/basic/README.md b/topics/azure/basic/README.md new file mode 100644 index 0000000..e1aef16 --- /dev/null +++ b/topics/azure/basic/README.md @@ -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