vm
8 TopicsAzure Virtual Desktop
Hi There Hope you are doing great! I am new to Azure and Virtual Desktop and require some help to set it up correctly. I have created and setup the Virtual Desktop but looking for an option to automatically shut it down and deallocate, there is only 1 machine running and usually 1 user connects to it. if that user is not accessing the machine it needs to be deallocated after 30 or 15 min. Is it something anyone can help? Many Thanks426Views0likes8CommentsBest practise for managing deploys to VMs (environments vs agent pools)
Hello, I wanted to ask about best pracitices when it comes to deploying IIS sites and windows services to virtual machines. Let's say we have a setup of 2 web vms that host a website and 1 vm that's running some windows services. I can see two options for deploy setup: 1. create environment (i.e. dev, prod etc.), register single agent per virtual machine (specific for site - so each site can be deployed independently, reducing downtime) 2. create Agent Pool per VM and register multiple agents So for Web I would go with 1. - adding 2 vm's to environments with proper tags, so we can deploy with rolling deployment strategy to reduce downtime. For services I would create an agent pool and register there multiple agents so we can reduce deployment time (considering we have a bunch of services) and deploy them in parallel. Service deploy would run under specific environment but will just use agent pool. I dont see a point of using environments here, as we only have 1 VM and it's harder to manage multiple agents there - seems like it was not created for this purpose. I hope I have explained it clear, what are your thoughts? Rafal1.4KViews0likes1CommentHow can I deploy software in Azure for my business?
Hello, I would like to deploy 10 software for a part of my company. The 10 software should be accessible from 40 laptops at the same time. I want to do it with a VM, because then I do not always have to install the software everywhere, but only once. Is this a good idea? What performance would I need for e.g. a KUKA robot simulation software. Can I also forward a dongle? What kind of performance do I need for 40 connections to a software?1.4KViews0likes3CommentsInflux in Azure Marketplace
Hi, I have subscribed to the Influx DB from Azure Marketplace, as per the documentation of the Influx, when the subscription and account creation is done, Influx cloud will use the AKS and VM's from the Azure. But I didn't see any AKS or VM's created for the Influx. Thanks, Shashi.1.1KViews0likes1CommentVMs Created when Creating New Host Pool Aren't in Pool
I've created a golden image in accordance with https://docs.microsoft.com/en-us/azure/virtual-desktop/set-up-golden-image and sysprepped it IAW https://docs.microsoft.com/en-us/azure/virtual-machines/generalize When I create a pooled Host Pool with the golden image, and create VMs as part of that process, the VMs get created however they aren't in the pool. The image is based on the Windows 10 Enterprise multi-session, version 21H2 + Microsoft 365 Apps - Gen 2. Customizing the image, I remove unnecessary pre-installed apps like Windows Mail and install a few other apps like Adobe Reader. Nothing fancy. If I RDP directly into one of the VMs as admin, it is named properly and joined to the domain as defined when creating the pool. What am I missing?1.8KViews0likes1CommentHow to limit access to docker registry port on Azure VM port to Azure kubernetes cluster ?
I have a docker registry running on a Azure VM. I have a Azure kubernetes cluster. The docker images are to be pulled from that docker registry. How do I limit the access to the registry port to that particular cluster?649Views0likes0Comments