ARM
22 TopicsExploring 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.16KViews3likes0CommentsProxy 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.1KViews1like1Comment