arm
16 TopicsMicrosoft 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" },15KViews1like5Comments