You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployment fails with the below error : { "code": "DeploymentFailed", "target": "/subscriptions/4cb13157-1c3c-41ac-!!!!!!!!!/resourceGroups/tarun2hcibox-rg/providers/Microsoft.Resources/deployments/Microsoft.Template-20240315152702", "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.", "details": [ { "code": "ResourceDeploymentFailure", "target": "/subscriptions/4cb13157-1c3c-41ac-!!!!!!!!!!!/resourceGroups/tarun2hcibox-rg/providers/microsoft.azurestackhci/clusters/hciboxcluster/deploymentSettings/default", "message": "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'." } ] }
If I go to the exact resource where the validation failed, i see the error below in hciboxcluster/default resource.
I have added both keyvault admin and storage account contributor roles in the resource group. I also tried adding few more permissions on hciboxcluster but the error persists.
The text was updated successfully, but these errors were encountered:
Hi tarunjain123! Thank you for opening this issue. We appreciate your contribution and welcome you to our community! We are glad to have you here and to have your input on the Azure Arc Jumpstart.
I am following the guide here - https://azurearcjumpstart.io/azure_jumpstart_hcibox/cloud_deployment, section - "Validate cluster in Azure portal"
Deployment fails with the below error :
{ "code": "DeploymentFailed", "target": "/subscriptions/4cb13157-1c3c-41ac-!!!!!!!!!/resourceGroups/tarun2hcibox-rg/providers/Microsoft.Resources/deployments/Microsoft.Template-20240315152702", "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.", "details": [ { "code": "ResourceDeploymentFailure", "target": "/subscriptions/4cb13157-1c3c-41ac-!!!!!!!!!!!/resourceGroups/tarun2hcibox-rg/providers/microsoft.azurestackhci/clusters/hciboxcluster/deploymentSettings/default", "message": "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'." } ] }
If I go to the exact resource where the validation failed, i see the error below in hciboxcluster/default resource.
{ "code": "UpdateDeploymentSettingsDataFailed", "message": "Deployment Settings validation failed.", "details": [ { "code": "UpdateDeploymentSettingsDataFailed", "target": "/subscriptions/4cb13157-1c3c-41ac-!!!!!!!!!!!!/resourceGroups/tarun2hcibox-rg/providers/Microsoft.AzureStackHCI/clusters/hciboxcluster", "message": "Failed to create deployment settings." } ] }
I have added both keyvault admin and storage account contributor roles in the resource group. I also tried adding few more permissions on hciboxcluster but the error persists.
The text was updated successfully, but these errors were encountered: