Questions tagged [azure-arc]
12 questions
2
votes
1 answer
Docker No such Image
I am working on setting up Azure Arc. The cluster diagnostics check fails as it is unable to get the image required which is "mcr.microsoft.com/azurearck8s/clusterdiagnosticchecks:v0.1.0"
Local PC: Docker pull works fine
Ubuntu Server: docker pull…

JakeUT
- 359
- 1
- 4
- 16
1
vote
1 answer
How to make AzureML jobs wait for GPUs to be available on attached Kubernetes compute cluster instead of failing
I am running an AzureML job on an attached Kubernetes compute cluster on a custom instance type with a resource limit of 2 GPUs.
When I trigger the job, only 1 GPU is available because other jobs use the other GPUs. I want the job to be queued and…

ouphi
- 232
- 2
- 9
1
vote
1 answer
Azure: az cli ConnectedVMware vm guest-enable ...returns: "ERRORL 'str' object is not callable"
When using the azure portal, I can select a VM that is already 'Enabled' in Azure as a resource then perform the 'Enable Guest Management' action on it.
But when attempting to use the Az cli to perform the same change, I get error as shown…

henry-griffin
- 11
- 2
0
votes
0 answers
AMA Agent Installation via Azure Arc & Data Collection Rule in Microsoft Sentinel
I cannot install the AMA Agent on client's computer, which does not have any permissions.
I am trying to install AMA Agent on Client's computer using Azure Arc & Data Collection Rule. They don't have any permission. My current rule is "Contributor"…

martinix
- 1
0
votes
1 answer
How to automate the deployment of azure arc data controller with azure arc sql managed instance?
I wanted to automate the deployment of azure arc data controller and azure arc sql managed instance. I cannot see ARM templates to deploy and I have tried with azure cli using commands those commands are not working. Is there any way to automate the…

GokuLc
- 1
0
votes
1 answer
How can I verify a Service Principal has an App role if that role is granted to a group it belongs to?
I have a group in AzureAD that contains the service principals for a group of Azure ARC servers. I also have an App Registration for an API I own and have created an app role for it called Readers. I've assigned the group to the App role and have…

gitbox
- 803
- 7
- 14
0
votes
0 answers
Azure arc agent error "Missing Basic Authorization header"
I am following Microsoft tutorial on installing Azure Arc Server agent, https://learn.microsoft.com/en-us/azure/azure-arc/servers/managed-identity-authentication , the install went well and I am now testing to get a token. Using the code provided by…

Vincent
- 17
- 5
0
votes
1 answer
Azure ML scoring script deployment to azure arc K8s cluster not working
I have an on-premise K8s cluster that is connected to Azure via Arc. Also have a machine learning workspace that has this as an attached cluster. In my workspace, I have a model created. I created an endpoint in the workspace. Now I want to deploy…

JakeUT
- 359
- 1
- 4
- 16
0
votes
0 answers
Azure Arc on Google Cloud GKE Cluster
I want to set up Azure Arc on a Google Cloud GKE Autopilot cluster so I can manage its K8 resources in Azure. I am just setting up my first GKE cluster and my first Azure Arc Connection too. I am following the quick start here…

williamohara
- 57
- 1
- 8
0
votes
1 answer
Azure Monitor Agent Custom Logs not working
I added my laptop to Azure ARC and installed the Azure Monitoring Agent. It all works great and I get the heartbeats.
I tried 2 methods for adding a custom log, both of which does not work
Method 1
When adding a custom log though is where things…

necrolingus
- 21
- 5
0
votes
1 answer
Does Azure Connected Machine agent supports Ubuntu Core 16 OS
Want to install Azure Connected Machine agent on the machine where Ubuntu Core 16 OS is installed.
Is this supported??

Jayashree Madanala
- 359
- 4
- 16
0
votes
0 answers
Unable to install Azure Policy extension on an Arc Enabled Kubernetes cluster
I am attempting to install the Azure Policy extension on a newly deployed Arc Kubernetes cluster.
az k8s-extension delete --cluster-type connectedClusters --cluster-name azure-arc-test-01 --resource-group arc-enabled-kubernetes-poc --name…

immutableT
- 439
- 4
- 13