Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue while validating ARM template deployment for hciboxcluster #2457

Closed
tarunjain123 opened this issue Mar 15, 2024 · 3 comments
Closed

Issue while validating ARM template deployment for hciboxcluster #2457

tarunjain123 opened this issue Mar 15, 2024 · 3 comments
Assignees
Labels
HCIBox Jumpstart HCIBox related user_fix Fixed by the user or user error

Comments

@tarunjain123
Copy link

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.

@tarunjain123 tarunjain123 added the triage issue or feature up for triage label Mar 15, 2024

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.

@dkirby-ms
Copy link
Contributor

Have you tried using the "try again" button from the deployments page of the hciboxcluster resource?

@dkirby-ms dkirby-ms self-assigned this Mar 18, 2024
@dkirby-ms dkirby-ms added HCIBox Jumpstart HCIBox related and removed triage issue or feature up for triage labels Mar 18, 2024
@tarunjain123
Copy link
Author

I tried redeploying the template which didn't work. However, trying again in the hciboxcluster resource worked. Thanks for your help!

@likamrat likamrat added the user_fix Fixed by the user or user error label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HCIBox Jumpstart HCIBox related user_fix Fixed by the user or user error
Projects
Development

No branches or pull requests

3 participants