arm
22 TopicsBulk Start/Stop of Azure Virtual Desktop Session Hosts in a Host Pool via Single Trigger
Hi Community, We manage an Azure Virtual Desktop (AVD) host pool with a large number of session hosts (e.g., around 100), and we’re looking for a way to start or stop all session hosts in bulk using a single trigger—preferably via PowerShell or an API. Currently, we use a scheduled script that loops through each VM individually to start or stop them, but this approach doesn't scale well. We’ve noticed that the Azure Portal provides a one-click option to start or stop all session hosts in a host pool, and we’re trying to replicate that behavior programmatically. What We’re Looking For: A PowerShell command or script that can start/stop all session hosts in a host pool without iterating through each VM. If PowerShell doesn’t support this directly, is there an ARM template, Azure CLI command, REST API, or any other method that can be triggered from PowerShell to perform this bulk action? Any official documentation, community guidance, or examples from someone who has achieved this would be greatly appreciated. Goal: To simplify and optimize our automation by using a single command or API call to manage all session hosts in a host pool, rather than looping through each machine individually. Thanks in advance for your help and suggestions!134Views0likes3CommentsWindows Server on ARM (Insider Previews) availability
Last year it appears around 3 preview versions of Windows Server on ARM architecture were released to the insider community - possibly one may have been bundled inside a Windows 10 Insider download. Does anyone retain a copy of those ISOs and would you be willing to share for testing purposes? And what is the current status of this project?15KViews0likes4CommentsSnapdragon X Elite (Arm) Build of Windows Server 2025
Hello I can't seem to find where to download the evaluation build for Windows Server (ideally the more regularly updated Azure Edition) but all I seem to be able to find is x64. There seem to have been builds out there for months from screenshots but I'm not sure where people are getting them from. It seems build 26100.1742 would be the best one at least to start with before I switch to being overly canarified.885Views0likes2CommentsExploring Windows on ARM: The Future of Computing
Discover the potential of Windows on ARM—the next frontier of efficient, scalable computing. In this blog, I explore running Windows on ARM through Azure VMs, discuss app compatibility, and dive into why developers should start building for ARM now. Learn about Microsoft's powerful tools, such as Visual Studio and x86 emulation, that make developing for ARM easy and efficient. Ready to explore? Let’s dive in!3.6KViews3likes0CommentsMicrosoft Surface adds another layer to Microsoft’s AI story
AI is at the forefront of technology conversations—what it is, what it does, what it has the potential to do. Almost all these discussions pertain to the cloud or online experiences where AI helps power search, social media, and apps like ChatGPT. What many might not realize is that AI runs on devices too.16KViews3likes0CommentsHow to publish a .Net application to the Windows Store targeting ARM?
Reproduce like this: Create a WPF application targeting .Net 6.0 . Add a packaging project, add the WPF application as its "Applications", and associate with an app in the Store. Try publishing targeting ARM in both. This is the exception I get: "The specified RuntimeIdentifier 'win-arm32' is not recognized."438Views0likes0CommentsProxy Settings when using OMS Agent VM Extension via ARM template
Hi all I'm adding the Monitoring Agent using a VM extension in an ARM template, using the following code. My question is whether it's possible to specify authentication details in the template code so that the agent can authenticate to the proxy server. Is this possible? "properties": { "publisher": "Microsoft.EnterpriseCloud.Monitoring", "type": "MicrosoftMonitoringAgent", "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": true, "settings": { "workspaceId": "[parameters('omsworkspaceid')]", "proxyUri": "proxy:8080" },15KViews1like5CommentsMicrosoft Azure Automatic Grading Engine
One of the main challenges on teaching cloud technologies in collages is how to assess student. For other IT courses, educators can collect some files such as source code and give a grade to students. However, for cloud tech educators, it is hard to use the traditional approach to handle the assessment. Microsoft Azure Automatic Grading Engine is a project to grade all students Azure assignment or project automatically in parallel.4.1KViews1like1CommentAVD Domain Join Errors
Just curious of other people are seeing errors during domain join when creating a new AVD pool in ARM, but when the VM's are checked they were successfully joined. I have seen this several times in the last three months. What it looks like to me is that the template in the ARM tries to perform the join while the new VMs are coming out of Sysprep, throws the error message, then later successfully joins the VMs. The one time I did get into a VM that had this error, I was able from within the VM using a Bastion connection, join the computer to the domain using the same service account credentials I had specified in the ARM.2.7KViews0likes0Comments