Forum Widgets
Latest Discussions
Network Design Ideas for VMs in Azure
Hello, I am analyzing the current Azure environment at my new job and trying to figure out the architectural choices mostly networking wise. Currently, we have 10 VMs and each VM has its own VNet and they are all in the same region. In my experience so far, I have never seen such network design in Azure before. If all VMs are in the same region, we could have one Vnet and utilize subnets and NSGs to segment the VMs and control the traffic. Having so many different VNets makes it very complex to manage. Looking for opinions what other people think. Is this just a bad design or just to keep the VMs separate from each other.Galaxy876Dec 12, 2024Copper Contributor52Views0likes1CommentAzure 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]Solved59KViews25likes25CommentsManaging Multiple VMs on Azure Similar to Workspace One
Hello, I currently manage an infrastructure of approximately 100 VMs. I would like to perform activities on Azure such as: Installing/removing apps Viewing all installed apps on the VMs Adding shortcuts to the desktop Adjusting timezone/date and time I am looking for a solution that can handle these tasks, similar to what Workspace One does, but for Windows Servers. How do you currently manage these tasks? Thank you! Feel free to post this on the Microsoft forum. If you need any further assistance, let me know!experi18Dec 04, 2024Copper Contributor48Views0likes2CommentsAzure Repos是什么?百家乐开户tg@kaihu365
Azure Repos 是一組版本控制工具,可用來管理程式碼。 無論您的軟體專案是大或小,儘快使用版本控制是個好主意。 版本控制系統是一種軟體,可協助您追蹤您在程式代碼中所做的變更。 當您編輯程式代碼時,您會告訴版本控制系統擷取檔案的快照集。 版本控制系統會永久儲存快照,讓您可以在稍後需要時叫用。 使用版本控制來儲存您的工作,並協調整個團隊的程式碼變更。 即使您是單一開發人員,版本控制仍可協助您在修正 Bug 並開發新功能時保持組織。 版本控制會保留您開發的歷程記錄,讓您輕鬆檢閱甚至回復到任何版本的程序代碼。百家乐hacker23236Nov 15, 2024Copper Contributor11Views0likes0CommentsAzure Function App Network(Preview)
Trying to usedurable function while creating the azure function, we observe network is in preview state. Could anyone will suggest any how to make stable network fordurable function for function premium plan and app service plan. And why Function App is working on Networking (preview).naveencdacNov 13, 2024Copper Contributor546Views0likes1CommentSeeking Advice for Automating VMSS Scaling Based on On-Premises SQL Data
Hi everyone, I have a few VMSS (Virtual Machine Scale Sets) already configured to scale up and down based on predefined rules. Now, what I’m looking to achieve is to periodically run a query on my on-premises SQL database, and depending on the result (let’s say if the number is X), I want to automatically scale the VMSS accordingly (increase or decrease the number of instances). I’ve considered several approaches like using Azure Automation Account, Power Automate, or Azure Function for this. But I’m not sure what would be the most efficient way to implement it. Any ideas or suggestions on the best method to achieve this would be greatly appreciated! Thanks in advance for the help!experi18Oct 28, 2024Copper Contributor148Views0likes1CommentOn Managed Identities vs New Features - Azure Functions in Container App Environments
Why is it that Microsoft regresses on their own recommended best security practices in favor of realising new features? For instance, the recent integration to run function apps on Azure Container Environment sounds great! But wait, how do we connect to ACR to redeploy app when the image is updated, using Managed Identities? No no no, that would take to long to implement let us rather go back to using username and admin passwords ?! #smhNdamuleloNemakhOct 28, 2024Copper Contributor114Views0likes1CommentAggregation of enterprise data and exporting large datasets to third parties
Assume a large organization with multiple applications/systems that may or may not be connected. All systems are currently on-prem. There are requirements to aggregate data from various sources (internal databases like DB2, MariaDB, PostgreSQL), export data to large data files (currently mostly XML) and send them to third parties in a secure fashion (currently SFTP). The legacy system responsible for doing this is at the end of its life. If I wanted to replace the legacy system with a cloud solution, 1. What kind a data store would be best, a data lake (or some other HDFS-based storage), a data warehouse (Stretch database?), CosmosDB, or something else? 2. What options are there for transfering data from on-prem OLTP databases to the cloud storage? I would prefer to avoid hard-to-maintain ETL-processes. Some kind of change feed would be preferred. 3. What options do I have for sharing the data files with third party partners from Azure storage? The partners don't necessarily have an Azure subscription so Azure Data Share isn't always an option?Rubio67Sep 20, 2024Copper Contributor320Views0likes3CommentsLogic App (Consumption) connect to a Private network
I need to connect a consumption-tier Azure Logic App to an Azure SQL Database that is accessible only through a Private Endpoint. I'm unsure about the necessary configurations or permissions required. Would this setup work, or should I consider upgrading to a standard-tier Logic App? Any advice would be appreciated.LucasRibeiro7Sep 20, 2024Copper Contributor1.9KViews0likes3CommentsWhat headless service can use for 40 to 50 microservices Application?
Hello Team, We have over forty microservices and are using Virtual Machine to deploy our Angular web application and Dot Net Core. Could you recommend a serverless architecture service that we should use to launch our application? The cost of the service should be lower than the VM design.shivohmAug 26, 2024Copper Contributor302Views0likes2Comments
Resources
Tags
- azure10 Topics
- Architecture4 Topics
- Site Recovery2 Topics
- Application Gateway2 Topics
- security2 Topics
- best practices1 Topic
- load balancer1 Topic
- Azure Virtual Desktop1 Topic
- backend pool1 Topic
- Azure B2C OAuth21 Topic