Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 8.35 KB

agenda_and_requirements.md

File metadata and controls

58 lines (38 loc) · 8.35 KB

What the CAF

Learning Path Agenda

Module Duration Target Roles Required Certifications Recommended Certifications Recommended Self-Paced Learning
01-CAF 101 2-Days Sales & Technical AZ-900 The business value of Microsoft Azure
02-Strategy & Plan Hackathon 1-Day Sales & Technical Mod. 01 plus AZ-900 CAF 101 or equivalent
03-Migrate Like A Pro Hackathon 2-Days Technical Mod. 02 plus AZ-104 AZ-500, AZ-700, and AZ-800 + 801 Applications and infrastructure migration and modernization
04-ALZ Accelerator Hackathon 2-Days Technical Mod. 03 plus AZ-104 or AZ-204 or DP-203, AZ-500 and AZ-305 AZ-400 and AZ-700 Azure Landing Zones | Architectural Blueprint, Tooling & Best Practices Architecture

Azure subscription requirements

Migrate Like A Pro Hackathon subscription:

  • This is a Bring-Your-Own-Subscription event; no Azure subscriptions will be provided.
  • Azure subscriptions based on Azure Pass are not compatible with the hands-on labs for this hackathon.
  • Compatible subscriptions include Azure in CSP, Enterprise Agreement, Pay As You Go, Visual Studio, and Azure Free Account with a Credit Card as per this FAQ.
  • The subscription must meet the quota requirements documented here.
  • The subscription can be shared across multiple teams as long as the number of resources required (e.g., Cores, vNets, etc.) are within the Azure subscription and service limits, quotas, and constraints.

ALZ Accelerator Hackathon subscription:

  • This is a Bring-Your-Own-Subscription event; no Azure subscriptions will be provided.
  • At least 1 Azure subscription and 1 AAD tenant per attendee are required; the recommendation is to have 2 Azure subscriptions and 1 AAD tenant per attendee.
  • All subscriptions should be associated to a non-production AAD tenant.
  • Tenant root access is a mandatory requirement for this hackathon.

Note: Azure subscriptions in CSP must have Azure Cost Management enabled as per this document  


Tooling Prerequisites

To avoid any delays with downloading or installing tooling, have the following ready prior to attending:

  • A GitHub account.

  • A modern laptop running the latest version of either Windows 10 or Window 11, Mac OS X 10.13 or higher, or Ubuntu 18.04 pr higher.

  • Install your choice of Integrated Development Environment (IDE) software such as Visual Studio Code

  • Download of the latest version of PowerShell 7, Az. PowerShell Modules, and Azure CLI

  • Make sure that the modules below are installed:

    Install-Module Az.Accounts, Az.Resources, Microsoft.Graph.Identity.DirectoryManagement, Microsoft.Graph.Applications
  • If you need to update them you can execute the following command:

    Update-Module Az.Accounts, Az.Resources, Microsoft.Graph.Identity.DirectoryManagement, Microsoft.Graph.Applications