Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eminencegrs/azure-cookbook-notes
Coding through Azure Cookbook: Tracking progress and notes
https://github.com/eminencegrs/azure-cookbook-notes
azure cloud-computing microsoft
Last synced: about 8 hours ago
JSON representation
Coding through Azure Cookbook: Tracking progress and notes
- Host: GitHub
- URL: https://github.com/eminencegrs/azure-cookbook-notes
- Owner: eminencegrs
- License: gpl-3.0
- Created: 2024-02-20T21:19:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T20:17:13.000Z (11 months ago)
- Last Synced: 2024-11-28T18:14:26.642Z (about 2 months ago)
- Topics: azure, cloud-computing, microsoft
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Cookbook Notes
Welcome to my Azure Cookbook reading and notes repository!
This repository is dedicated to tracking my progress through the 'Azure Cookbook' book and documenting my insights, key takeaways, and notes as I explore various recipes and topics.## Content
- [Chapter 1. Security](./Chapter_01.md)
- Chapter 2: Networking
- Chapter 3: Storage
- Chapter 4: Persisting Data
- Chapter 5: Messaging and Events
- Chapter 6: Big Data
- Chapter 7: Azure Functions and Serverless Services
- Chapter 8: Azure App Service
- Chapter 9: Containers
- Chapter 10: Azure Cognitive Services
- Chapter 11: Management and Monitoring## Prerequisites
- Azure account (subscription)
- Terminal with Bash
- Git
- A code editor
- Azure CLI## Resources
- [The author's repo](https://github.com/zaalion/AzureCookbook)
- [Azure security best practices and patterns](https://learn.microsoft.com/en-us/azure/security/fundamentals/best-practices-and-patterns)
- [Azure built-in roles](https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles)
- [Azure CLI commands](https://learn.microsoft.com/en-us/cli/azure/)