Hi @Kevin Sand ,
Thank you for reaching out to Microsoft QnA platform.
I tried searching for the Perforce template and here is something I found - Perforce helix core server.
As per my understanding, if you are trying to deploy a linux instance from the above template to Azure and facing issues on it, then here is something I would suggest. As this template is not owned by Microsoft and is available AS IS, I would please request you to reach out to the product vendor to get some better understanding on why the issue is happening.
Else, if in case you are trying to add a custom script extension to an existing VM and it is failing you could try following the below remediation steps.
- Please check the state of the Guest Agent (GA) of the VM. For any extension to be able to run on an existing VM, the GA should be in ready state. If the GA is not in ready state, try to SSH into the VM and check the GA status with the following command - systemctl status walinuxagent.service. If the service does not exist, you will have to install the GA.
- If only the custom script extension is failing, then you could try to remove the extension and re-run the template.
- There are some additional logs you can take a look at to help you in these kind of scenarios. You can try looking at the custom script extension log under /var/log/azure .
You could also check the if the extension ran or failed under the Linux Agent log under /var/log/waagent.log
Reference links:
General troubleshooting steps
Custom script extension on Linux virtual machines
Please let me know if the issue is separate from what my understanding is.
Will wait to hear back from you on this. If any of the above helps you, please 'Accept as answer'.