networking
15 Topics🚀✨ Get ready for a power-packed November with the Microsoft Zero to Hero Community! ✨🚀
From modernizing legacy applications to building intelligent AI agents, this month is all about innovation, security, and smarter cloud solutions. Whether you’re exploring Azure Service Bus, learning AI on AKS, or discovering how Copilot Studio can extend your AI capabilities, we’ve got something for everyone. 🌍💪 Our incredible lineup of global speakers will help you modernize, automate, and innovate with real-world insights across Azure, AI, and app development. 🌟 💡 November Highlights: 📢 Matthew Hess 📖 Get on the Bus! - The Azure Service Bus 📅 November 8, 2025 – 06:00 PM CET 🔗 https://streamyard.com/watch/jTD8RpCcrvAD?wt.mc_id=MVP_350258 📢 Jonathan "J." Tower 📖 Old to Gold: How to Modernize Your Legacy ASP.NET Apps Gradually 📅 November 15, 2025 – 06:00 PM CET 🔗 https://streamyard.com/watch/9cwXWNSeCW8R?wt.mc_id=MVP_350258 📢 Dharanidharan Balasubramaniam 📖 Build and Extend AI Agents with Microsoft Copilot Studio 📅 November 17, 2025 – 09:00 AM CET / 07:00 PM AEDT 🔗 https://streamyard.com/watch/bfcqHQsYQjNz?wt.mc_id=MVP_350258 📢 Lee Markum 📖 Modern SQL Server Features That Make Life Better 📅 November 22, 2025 – 06:00 PM CET 🔗 https://streamyard.com/watch/D4kqAMh83PUq?wt.mc_id=MVP_350258 📢 Thiago Shimada Ramos 📖 Building Intelligent Applications: Quick Guide to AI on AKS 📅 November 25, 2025 – 09:00 AM CET / 07:00 PM AEDT 🔗 https://streamyard.com/watch/D8mhvsJFEqCS?wt.mc_id=MVP_350258 📢 Wim Matthyssen 📖 Azure Bastion: One does (still) not simply walk into my VNet! v4.00 📅 November 29, 2025 – 06:00 PM CET 🔗 https://streamyard.com/watch/t6VZxDndvSkA?wt.mc_id=MVP_350258 🌎 With sessions across multiple time zones, from Europe to Australia, there’s always an opportunity to learn, connect, and grow. ✨ Don’t miss out on this month’s journey to modernization, intelligence, and security in the Microsoft ecosystem.123Views1like0CommentsSeptember Calendar IS HERE!
🚀✨ Another month, another exciting calendar from the Microsoft Hero ✨🚀 From 🌍 different time zones, and 🌟 diverse topics, we’re bringing incredible sessions designed for everyone, whether you’re just starting your journey or already an expert in Microsoft and the cloud. This month, we’ve packed the calendar with amazing speakers from across the globe 🌐 who will be sharing their invaluable knowledge and real-world experiences. 🙌 💡 Join our live sessions, learn from inspiring experts, and take a step closer to transforming your career, boosting your skills, and making an impact in your organization. ⏰ Just like last month, we’re covering multiple time zones, from Australia 🇦🇺, to Europe 🇪🇺, to the Americas 🌎, so no matter where you are, there’s a session waiting for you! 👉 Don’t miss out, register today, get ready, and let’s grow together from Zero to Hero! 💪🚀 Santhoshkumar Anandakrishnan https://streamyard.com/watch/3CCPGbvGeEfZ?wt.mc_id=MVP_350258 September 4, 2025 11:00 AM CET September 4, 2025 07:00 PM AEST Arafat Tehsin https://streamyard.com/watch/Nyq7gkQEhXkm?wt.mc_id=MVP_350258 September 9, 2025 11:00 AM CET September 9, 2025 07:00 PM AEST Kim Berg https://streamyard.com/watch/6AyAT6PhD9xv?wt.mc_id=MVP_350258 September 13, 2025 06:00 PM CET Andrew O'Young https://streamyard.com/watch/qTvq25R7dfmu?wt.mc_id=MVP_350258 September 16, 2025 11:00 AM CET September 16, 2025 07:00 PM AEST Pam DeGraffenreid https://streamyard.com/watch/UmwbDn9Gimn8?wt.mc_id=MVP_350258 September 20, 2025 06:00 PM CET Anthony Porter https://streamyard.com/watch/8SFHqmDB3gxH?wt.mc_id=MVP_350258 September 29, 2025 09:00 AM CET September 29, 2025 05:00 PM AEST388Views4likes0Comments🌟 Community Spotlight – Nicola Delfino
In this edition of Community Spotlight, we're highlighting some outstanding contributions from the Microsoft communities. This time, we’re featuring https://www.linkedin.com/in/nicoladelfino/, Senior Cloud Solution Architect at Microsoft. Getting hands-on with Azure networking can be difficult - the network may not behave in the way you anticipate! Nicola has created and been maintaining a Hub and Spoke playground repository. https://github.com/nicolgit/hub-and-spoke-playground over the past few years. The Hub and Spoke playground is a well-documented, easy-to-deploy network topology for testing, studying, and inventing network configurations. https://github.com/nicolgit/hub-and-spoke-playground A collection of BICEP/ARM templates that deploys on Azure a hub & spoke net topology aligned with Microsoft Enterprise scale landing zone ref architecture to use as a playground for testing and studying. As bonus, many scenarios with step-by-step solutions for studying and learning are also available If you need to learn, get hands-on and see potential relevant architecture patterns when it comes to Azure networking, this repository is worth a look!262Views1like0CommentsDeploy Open Web UI on Azure VM via Docker: A Step-by-Step Guide with Custom Domain Setup.
Introductions Open Web UI (often referred to as "Ollama Web UI" in the context of LLM frameworks like Ollama) is an open-source, self-hostable interface designed to simplify interactions with large language models (LLMs) such as GPT-4, Llama 3, Mistral, and others. It provides a user-friendly, browser-based environment for deploying, managing, and experimenting with AI models, making advanced language model capabilities accessible to developers, researchers, and enthusiasts without requiring deep technical expertise. This article will delve into the step-by-step configurations on hosting OpenWeb UI on Azure. Requirements: Azure Portal Account - For students you can claim $USD100 Azure Cloud credits from this URL. Azure Virtual Machine - with a Linux of any distributions installed. Domain Name and Domain Host Caddy Open WebUI Image Step One: Deploy a Linux – Ubuntu VM from Azure Portal Search and Click on “Virtual Machine” on the Azure portal search bar and create a new VM by clicking on the “+ Create” button > “Azure Virtual Machine”. Fill out the form and select any Linux Distribution image – In this demo, we will deploy Open WebUI on Ubuntu Pro 24.04. Click “Review + Create” > “Create” to create the Virtual Machine. Tips: If you plan to locally download and host open source AI models via Open on your VM, you could save time by increasing the size of the OS disk / attach a large disk to the VM. You may also need a higher performance VM specification since large resources are needed to run the Large Language Model (LLM) locally. Once the VM has been successfully created, click on the “Go to resource” button. You will be redirected to the VM’s overview page. Jot down the public IP Address and access the VM using the ssh credentials you have setup just now. Step Two: Deploy the Open WebUI on the VM via Docker Once you are logged into the VM via SSH, run the Docker Command below: docker run -d --name open-webui --network=host --add-host=host.docker.internal:host-gateway -e PORT=8080 -v open-webui:/app/backend/data --restart always ghcr.io/open-webui/open-webui:dev This Docker command will download the Open WebUI Image into the VM and will listen for Open Web UI traffic on port 8080. Wait for a few minutes and the Web UI should be up and running. If you had setup an inbound Network Security Group on Azure to allow port 8080 on your VM from the public Internet, you can access them by typing into the browser: [PUBLIC_IP_ADDRESS]:8080 Step Three: Setup custom domain using Caddy Now, we can setup a reverse proxy to map a custom domain to [PUBLIC_IP_ADDRESS]:8080 using Caddy. The reason why Caddy is useful here is because they provide automated HTTPS solutions – you don’t have to worry about expiring SSL certificate anymore, and it’s free! You must download all Caddy’s dependencies and set up the requirements to install it using this command: sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list sudo apt update && sudo apt install caddy Once Caddy is installed, edit Caddy’s configuration file at: /etc/caddy/Caddyfile , delete everything else in the file and add the following lines: yourdomainname.com { reverse_proxy localhost:8080 } Restart Caddy using this command: sudo systemctl restart caddy Next, create an A record on your DNS Host and point them to the public IP of the server. Step Four: Update the Network Security Group (NSG) To allow public access into the VM via HTTPS, you need to ensure the NSG/Firewall of the VM allow for port 80 and 443. Let’s add these rules into Azure by heading to the VM resources page you created for Open WebUI. Under the “Networking” Section > “Network Settings” > “+ Create port rule” > “Inbound port rule” On the “Destination port ranges” field, type in 443 and Click “Add”. Repeat these steps with port 80. Additionally, to enhance security, you should avoid external users from directly interacting with Open Web UI’s port - port 8080. You should add an inbound deny rule to that port. With that, you should be able to access the Open Web UI from the domain name you setup earlier. Conclusion And just like that, you’ve turned a blank Azure VM into a sleek, secure home for your Open Web UI, no magic required! By combining Docker’s simplicity with Caddy’s “set it and forget it” HTTPS magic, you’ve not only made your app accessible via a custom domain but also locked down security by closing off risky ports and keeping traffic encrypted. Azure’s cloud muscle handles the heavy lifting, while you get to enjoy the perks of a pro setup without the headache. If you are interested in using AI models deployed on Azure AI Foundry on OpenWeb UI via API, kindly read my other article: Step-by-step: Integrate Ollama Web UI to use Azure Open AI API with LiteLLM Proxy3.3KViews1like1CommentLondon Reactor Meetup December 2024
Hey everyone! Thanks for joining the London Reactor Meetup today. Here you can find the resources that have been shared during the meetup and the speakers contact details. Resources Ignite 2024 Book of News AI at Ignite 2024 GitHub repository Azure AI Foundry Azure OpenAI Docs GitHub Copilot Code Review Waitlist! Upcoming You can find all upcoming Reactor events HERE Speaker contact and resources: Tim Rogers, Staff Product Manager @ GitHub LinkedIn Michael Man, Founder @ AI Security Collective LinkedIn Chris Noring. Senior Cloud Advocate @ Microsoft LinkedIn Liam Hampton, Senior Cloud Advocate @ Microsoft LinkedIn114Views0likes0CommentsLondon Reactor Founders Breakfast Club - April 2024
Hey Everyone! Thanks for joining our first Founders Breakfast Club, dedicated to Microsoft for Startup members! We hope you enjoyed the event and found it useful networking amongst like minded individuals. This is a new event we are running and we want YOUR help to shape it! Let us know what you think using this form - https://forms.office.com/r/Psp8776u8t Below you can find the resources shared throughout the event and the contact information of the speakers. Up Next: Microsoft Build 2024 Resources: Want to attend events? Visit our Reactor Website: https://aka.ms/ReactorWeb Join our community Meetup group: https://aka.ms/ReactorLDNmeetup Watch all of our Live and On-Demand content on our YouTube channel: https://www.youtube.com/@MicrosoftReactor Speaker contacts: Microsoft for Startups Anne-Claire Lo Bianco Microsoft Reactor Rav Khokhar - Program Manager HSBC Innovation Banking Kofi Siaw Expert Network Liam Hampton - Senior Cloud Advocate & Software Engineer Chris Noring - Senior Cloud Advocate & Software Engineer512Views1like1CommentAzure VMware Solution with vWAN Routing Intent and Palo Alto Cloud NGFW
In this article, you will learn how Virtual WAN with Routing Intent works with the Palo Alto SaaS firewall to connect and route traffic between different networks. You will see how this applies to an Azure VMware Solution private cloud, on-premises sites, and Azure native networks. This article does not cover how to set up or configure Virtual WAN with Routing Intent and Palo Alto SaaS.7.1KViews3likes1CommentLondon Reactor Meetup | AI Edition September 2023
Hey Everyone! Thanks for joining the meetup. Here you can find the resources that have been shared during the meetup and the speakers contact details. Register for our next Event! AI Lightning Talks Resources: Microsoft Learn Student Ambassadors Microsoft for Startups Founders Hub Benefits Get started with GitHub Copilot and Python Microsoft Fabric Semantic Kernel Responsible AI Other Relatable resources: GitHub Tools (Codespaces, Copilot etc) Microsoft Reactor Events Microsoft Reactor Meetup Contact the speakers: Liam Hampton, Senior Cloud Advocate @ Microsoft Twitter (X) LinkedIn Amy Boyd, Principal Cloud Advocate @ Microsoft LinkedIn Nikhil Sehgal, AI Engineer & CEO/Founder of Vastmindz LinkedIn VastMindz Nikhil's Slides706Views1like0CommentsLaunch your Career
I'm starting a new Microsoft Reactor show on YouTube and LinkedIN Live called Launch your Career where I'll be profiling "a day in the life" of 24 different job roles to explore in tech. Our first livestream episode begins with Cybersecurity Engineer and guest Sarah Young. https://aka.ms/launchyourcareer. Want to share what you want to hear from us? Or have a question for our guest? Start here at TechCommunities! We'll also be continuing the discussion following the livestream. About the Series Are you exploring a new career? Or just curious how to become a Data Scientist, AI Engineer, Web Developer, Cybersecurity Engineer or other in-demand, high-growth potential technical job role? Want to know what “a day in the life of” is really like before you make a move? Or get a jumpstart on the skills needed for success? This is the series for you! Join host Justin Garrett and Microsoft Engineering guests from around the World as we explore what inspired us towards our chosen career, discuss strategies and core skills for landing your dream job and share our reflections & tips we’ve learned for continued success and career progression. And demos with the open source libraries and toolkits we use. Come get your questions answered and share your own ideas in our Microsoft Reactor community!967Views2likes1Comment