Skip to content

Caps-DevZone/AZ---305

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

47 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Tim's AZ-305 Certification Study Resources

AZ-305 Course Cover

Welcome to the ultimate resource hub for preparing for the AZ-305 Microsoft Azure Solutions Architect Exam. Whether you're aiming for certification or deepening your Azure knowledge, this guide is packed with the best tools, links, and tips to set you up for success.


πŸ“¬ Contact Information

Website GitHub


πŸš€ The Good Stuff: Must-Have AZ-305 Resources


πŸ“˜ Conceptual Knowledge

These resources build your understanding of Azure fundamentals and exam concepts:


πŸ›  Your Toolkit

Essential tools to follow along and practice efficiently:


πŸ›‘ Practical Application

Learn through hands-on labs and live environments:


πŸ“‘ Practice Exams


πŸ’Έ Exam Discounts and Registration Info


πŸŽ₯ Tim's Helper Videos


This README is designed for maximum utility and easy navigation. If you have suggestions or corrections, feel free to reach out via the contact information above. Best of luck on your AZ-305 journey!

Architecture Diagram Downloader

This script downloads architecture diagrams from Microsoft Learn pages for the AZ-305 course.

Prerequisites

  • Python 3.6 or higher
  • pip (Python package installer)

Installation

  1. Clone this repository or download the files
  2. Install the required dependencies:
pip install -r requirements.txt

Usage

Run the script with:

python download_diagrams.py

The script will:

  1. Create an images directory if it doesn't exist
  2. Download architecture diagrams from the specified Microsoft Learn pages
  3. Save the images with descriptive filenames based on the page name and image index

Notes

  • The script includes a 1-second delay between requests to be respectful to the servers
  • Images are filtered to include only those with 'architecture', 'diagram', or 'reference' in their URLs
  • The script handles both regular images and SVG diagrams

About

AZ-305: Designing Microsoft Azure Infrastructure Solutions Crash Course

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Bicep 34.2%
  • PowerShell 25.4%
  • Shell 18.9%
  • Python 12.6%
  • Mermaid 8.9%