Follow the suggestions in https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-not-found?tabs=bicep That's the URL referenced in the error message
hth
Marcin
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
I am attempting to deploy sample machine configuration for an Azure arc machine resource following the steps mentioned in https://learn.microsoft.com/en-us/azure/governance/machine-configuration/how-to/develop-custom-package/overview except for signing the package. I have uploaded the package to a storage account, when I try to create a custom configuration for the machine, I get error:
The Resource 'Microsoft.Compute/virtualMachines/ARC_MACHINE_NAME' under resource group 'my resource group' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix
The machine is connected with OS Windows Server 2022 Datacenter. This implies agent is running ok and the configuration can be deployed via the connection. Could you please help explain what this error is indicating and how can I resolve it?
Thanks.
Follow the suggestions in https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-not-found?tabs=bicep That's the URL referenced in the error message
hth
Marcin
Provided solution is not correct.
I believe the issue could be related to the fact the ARM template is trying to use an Azure Vm as target
Microsoft.Compute/virtualMachines/ARC_MACHINE_NAME
But the target resource is an Azure ARC VM, with a different provider I guess.
Make sense ?