Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.46 KB

TroubleShooting.md

File metadata and controls

24 lines (15 loc) · 1.46 KB

Trouble Shooting

Fail to run Terrafrom Apply

In this case, terraform has send rest API to arm but got failure, the first thing to do is to identify which resource is failed. We can determine which resource failed from the portion enclosed in the red box in the image, in this snapshot, it is deploymentSetting resource.

deploymentSetting resource failed

If the resource is azapi_update_resource_deploymentsetting, then this is because the deployment of HCI cluster is failed.

If the resource is azapi_resource.validatedeploymentsetting or azapi_resource.validatedeploymentsetting_seperate, then this is because the validation of HCI cluster is failed.

The log in the action have error message, you can troubleshooting according to HCI's guide

ad_creation_provisioner resource failed

This is because the preparation of self host runner is not ready, see [self-host runner](./Setup-Self-Hosted-Runners.md), ensure the Allow Delegating Fresh Credentials with NTLM-only Server Authentication is enabled as stated. Then, rerun the failed job.

Further Support

For problem that not include in this file, you can open issue in Azure / Edge-infrastructure-quickstart-template repository