Forum Widgets
Latest Discussions
Azure Course Blueprints
Overview The Course Blueprint is a comprehensive visual guide to the Azure ecosystem, integrating all the resources, tools, structures, and connections covered in the course into one inclusive diagram. It enables students to map out and understand the elements they've studied, providing a clear picture of their place within the larger Azure ecosystem. It serves as a 1:1 representation of all the topics officially covered in the instructor-led training. Links: Each icon in the blueprint has a hyperlink to the pertinent document in the learning path on Learn. Layers: You have the capability to filter layers to concentrate on segments of the course by modules. I.E.: Just day 1 of AZ-104, using filters in Visio and selecting modules 1-3 Enhanced Integration: The Visio Template+ for expert courses such as SC-100 and AZ-305 now features an additional layer that allows you to compare SC-100, AZ-500, and SC-300 within the same diagram. Similarly, you can compare any combination of AZ-305, AZ-204, AZ-700, and AZ-104 to identify differences and study gaps. Since SC-300 and AZ-500 are potential prerequisites for SC-100, and AZ-204 or AZ-104 for AZ-305, this comparison is particularly useful for understanding the extra knowledge or skills required to advance to the next level. Advantages for Students Defined Goals: The blueprint presents learners with a clear vision of what they are expected to master and achieve by the course’s end. Focused Learning: By spotlighting the course content and learning targets, it steers learners’ efforts towards essential areas, leading to more productive learning. Progress Tracking: The blueprint allows learners to track their advancement and assess their command of the course material. New Feature:A comprehensive list of topics for each slide deck is now available in a downloadable .xlsx file. Each entry includes a link to Learn and its dependencies. Download links Associate Level PDF Visio Released Updated Contents! AZ-104 Azure Administrator Associate Blueprint [PDF] Template 12/14/2023 10/28/2024 Contents AZ-204 Azure Developer Associate Blueprint [PDF] Template 11/05/2024 11/11/2024 Contents AZ-500 Azure Security Engineer Associate Blueprint [PDF] Template+ 01/09/2024 10/10/2024 Contents AZ-700 Azure Network Engineer Associate Blueprint [PDF] Template 01/25/2024 11/04/2024 Contents SC-300 Identity and Access Administrator Associate Blueprint [PDF] Template 10/10/2024 Contents Specialty PDF Visio Released Updated AZ-140 Azure Virtual Desktop Specialty Blueprint [PDF] Template 01/03/2024 02/05/2024 Expert level PDF Visio Released Updated AZ-305 Designing Microsoft Azure Infrastructure Solutions Blueprint [PDF] Template+ AZ-104 AZ-204 AZ-700 05/07/2024 12/09/2024 Contents SC-100 Microsoft Cybersecurity Architect Blueprint [PDF] Template+ AZ-500 SC-300 10/10/2024 Contents Skill based Credentialing PDF Visio Released Updated AZ-1002 Configure secure access to your workloads using Azure virtual networking Blueprint [PDF] Template 05/27/2024 Contents AZ-1003 Secure storage for Azure Files and Azure Blob Storage Blueprint [PDF] Template 02/07/2024 02/05/2024 Contents Benefits for Trainers: Trainers can follow this plan to design a tailored diagram for their course, filled with notes. They can construct this comprehensive diagram during class on a whiteboard and continuously add to it in each session. This evolving visual aid can be shared with students to enhance their grasp of the subject matter. Introduction to Course Blueprint for Trainers [10 minutes + comments] Real life demo AZ-104 Advanced Networking section [3 minutes] Visio stencilsAzure icons - Azure Architecture Center | Microsoft Learn Subscribe if you want to get notified of any update like new releases or updates. My emaililan.nyska@microsoft.com LinkedInhttps://www.linkedin.com/in/ilan-nyska/ Celebrating 30,000 Downloads! Please consider sharing your anonymous feedback <-- [~ 40 seconds to complete]Solved59KViews25likes25CommentsAzure AD test tenant
Hello Community, I'm stating this discussion because I likely wanted your input regarding the best way to build a test tenant in Azure. We have a Prod tenant and for some feature testing or some wide tenant configuration changes, we wanted to have a test tenant. This test tenant need to have some users (synched from on-prem by AD Connect) and have the same configuration as our prod tenant. Do you have any experiences, recommendations, processes in this type of configuration? Thanks for sharing your knowledge 🙂SolvedNicolasHonNov 01, 2021Brass Contributor36KViews3likes15CommentsAzure CLI to join a domain
Hi, wich parameters should I add into my script to create Azure VM (Via CLI) in order to automatically join my domain?Solvedexperi18Oct 05, 2023Copper Contributor4.7KViews0likes14CommentsAzure AD Connect - procedure to change source of anchor from ObjectSID to Ms-DS-ConsistencyGUID
Hello, We are an organization of + 1000 users with ADs (domain and subdomains) linked to Azure AD via Azure Ad Connect. Currently the anchor source is ObjectSID, UPN = mail and Hybrid Exchange. We would like to change it to MS-DS-ConsistencyGUID in order to be able to move objects easily between ADs without impacting the Azure AD accounts. (Or find a tested procedure) We have found documentation about changing the anchor source for ObjectGUID attributes to MS-DS-ConsistencyGUID but not much for attributes other than ObjectGUID. I have read and tested several ideas but nothing is 100% risk free. For you, what is the best procedure to change this anchor source without loss of connection/identification for the end user (on Office 365 for example)? BTW = Soft Delete is not an option unless we have no choiceGaet_WOct 15, 2020Copper Contributor73KViews0likes9CommentsAZ 104 304 and 304 Exams
Can anyone suggest routes for groups to discuss lessons learnt on the AZ 104 , AZ 304 and AZ 303 exams I attempted the exams and had near scores of over 600 but less than 700 any advices on past success in this exams is highly required Warmest Rgds DejiAOSANYAJun 16, 2021Copper Contributor2.3KViews1like8CommentsAzure cloud architect
I am a networking student in my final year of my degree. for a project, I am wanting to build a clous monitoring system using Azure cloud, the system would be used in a primary school classroom environment. If anyone can help and point me in the right direction on how to get started, it would be appreciated.SolvedOzy_RiazJan 18, 2024Copper Contributor1.1KViews0likes6CommentsBest practice and the approach for application migration to cloud?
I am seeking guidance and insights regarding cloud migration and adoption strategies from a senior Enterprise Architect or Solutions Architect at a high-level. An existing business application is running in the on-premises Data Centre. Which major considerations and approaches would you take if you migrated the application to the public cloud (Azure)? How can we ensure it is well-architected and meets business requirements? Any assistance or recommendations you could provide would be immensely appreciated.SystemEngineerJul 10, 2023Steel Contributor2.1KViews0likes6CommentsAzure Application Gateway- one Header/Domain to redirect to different Applications ?
Hi Experts, One of my customer looking solution. they have only one header/Domain (https://asp.aspr.start.edu.sg/) and want to use that header to different applications (https://asp.aspr.start.edu.sg/spta/) and(https://asp.aspr.start.edu.sg/sms/). Whether it is possible or not inside in App gateway or if not then what is the workaround? As i knowwe can host multiple subdomains of the same parent domain on the same application gateway deployment. For example, we can hosthttp://blog.contoso.comandhttp://app.contoso.comon a single application gateway deployment. Also know ,As per the best practice we should run any Application on its own domain or subdomain, this is also prevent XSS attacks as well. Whenever vulnerability hit one of your apps may result in your whole domain becoming vulnerable. This is the reason security features are generally implemented in the browser on a per-domain basis. Please help , thanks. VijayvijaycloudJul 02, 2020Microsoft7.9KViews0likes6CommentsAzue Data Architect
Dear Community - I'm expanding my knoweldge in the cloud environments, and I would like to start my education / hands On to become an Azure Data Architect. what do you recomend if you have a list of programs I should take. I'll appreciate your input. Best REGARDS JLSolvedJLCloud2GoMay 23, 2023Copper Contributor1.5KViews0likes5Comments
Resources
Tags
- azure10 Topics
- Architecture4 Topics
- security2 Topics
- Site Recovery2 Topics
- Application Gateway2 Topics
- Terraform1 Topic
- Cloud Challenges for AZ-3041 Topic
- filestorage1 Topic
- Community1 Topic
- iot1 Topic