Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)