Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azurespheredev/azure_learning-sandbox
A comprehensive open-source repository providing tutorials and guides for mastering Microsoft Azure, covering topics from fundamentals and networking to advanced cloud solutions and trends.
https://github.com/azurespheredev/azure_learning-sandbox
ai azure cicd cloud-security containers devops hybrid iot machine-learning serverless solutions-architect
Last synced: about 1 month ago
JSON representation
A comprehensive open-source repository providing tutorials and guides for mastering Microsoft Azure, covering topics from fundamentals and networking to advanced cloud solutions and trends.
- Host: GitHub
- URL: https://github.com/azurespheredev/azure_learning-sandbox
- Owner: azurespheredev
- License: mit
- Created: 2024-06-12T10:28:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T03:22:46.000Z (about 2 months ago)
- Last Synced: 2024-11-12T10:48:32.458Z (about 1 month ago)
- Topics: ai, azure, cicd, cloud-security, containers, devops, hybrid, iot, machine-learning, serverless, solutions-architect
- Language: Shell
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Azure Learning Sandbox
## Table of Contents
1. [Introduction](#introduction)
2. [Azure Fundamentals](#azure-fundamentals)
3. [Azure Networking](#azure-networking)
4. [Azure Storage Solutions](#azure-storage-solutions)
5. [Azure Identity and Security](#azure-identity-and-security)
6. [Azure Web Apps and Containers](#azure-web-apps-and-containers)
7. [Azure Databases](#azure-databases)
8. [Azure Monitoring and Management](#azure-monitoring-and-management)
9. [Azure DevOps and CI/CD](#azure-devops-and-cicd)
10. [Azure Solutions Architecture](#azure-solutions-architecture)
11. [Advanced Topics and Future Trends](#advanced-topics-and-future-trends)
12. [Contributor Guidelines](#contributor-guidelines)## Introduction
- About the Repository
- How to Contribute## Azure Fundamentals
Introduction to Cloud Computing and Azure
Azure Services Overview
Creating and Managing Virtual Machines### Tutorials
- Setting Up an Azure Account
- Exploring Azure Services
- Creating Your First Virtual Machine## Azure Networking
Virtual Networks and Subnets
Azure Load Balancers and Traffic Management
Connecting On-Premises Networks to Azure### Tutorials
- Creating a Virtual Network
- Configuring Load Balancers
- Setting Up a Site-to-Site VPN## Azure Storage Solutions
Azure Blob Storage for Object Storage
Azure File and Queue Storage
Azure Disk Storage Options### Tutorials
- Uploading and Retrieving Data from Blob Storage
- Working with Azure Files and Queues
- Managing Disk Storage for Virtual Machines## Azure Identity and Security
Azure Active Directory Basics
Role-Based Access Control (RBAC)
Securing Azure Resources### Tutorials
- Setting Up Azure Active Directory
- Implementing RBAC for Resource Management
- Applying Security Best Practices## Azure Web Apps and Containers
Creating and Deploying Web Apps
Introduction to Docker and Kubernetes
Deploying Containers to Azure Kubernetes Service (AKS)### Tutorials
- Deploying a Web App to Azure
- Containerizing an Application with Docker
- Orchestrating Containers with AKS## Azure Databases
Azure SQL Database Basics
Cosmos DB for NoSQL Data
Data Migration Strategies### Tutorials
- Setting Up and Managing Azure SQL Databases
- Working with Cosmos DB and NoSQL Data
- Migrating Data to Azure Databases## Azure Monitoring and Management
Azure Monitor and Application Insights
Automating Tasks with Azure PowerShell
Infrastructure as Code (IaC) using Azure Resource Manager Templates### Tutorials
- Monitoring Applications with Azure Monitor
- Scripting Azure Tasks with PowerShell
- Deploying Resources with ARM Templates## Azure DevOps and CI/CD
Setting up Continuous Integration and Continuous Deployment (CI/CD) pipelines
Version Control with Azure DevOps Repositories
Deploying Applications with Azure DevOps Pipelines### Tutorials
- Creating a CI/CD Pipeline for an Azure Web App
- Managing Source Code with Azure Repos
- Automating Deployments with Azure Pipelines## Azure Solutions Architecture
Designing Scalable and Resilient Applications
Microservices Architecture in Azure
Hybrid Cloud Scenarios and Best Practices### Tutorials
- Architecting for High Availability in Azure
- Implementing Microservices with Azure Services
- Extending On-Premises Infrastructure to Azure## Advanced Topics and Future Trends
Azure AI and Machine Learning Services
Azure IoT for Internet of Things Solutions
Exploring Serverless Computing with Azure Functions### Tutorials
- Building a Machine Learning Model on Azure
- Connecting and Processing IoT Data in Azure
- Creating Serverless Functions with Azure## Contributor Guidelines
- How to Submit Tutorials
- Style and Formatting Guidelines
- Code of Conduct