Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
13.95k stars 16.08k forks source link

pfSense freebsd failing to deploy. #3171

Open gureen-ryuu opened 7 years ago

gureen-ryuu commented 7 years ago

pf-freebsd-setup

Issue Details

Template is failing to fully deploy. The last few steps (nat/configurepf.sh) are failing with the following error:

OPERATION IDBB675008D8BDA65D TRACKING ID1a9373c7-99ec-4884-9153-e1094f4db0d5 STATUSConflict PROVISIONING STATEFailed TIMESTAMP3/3/2017, 3:19:37 PM DURATION4 minutes 30 seconds TYPEMicrosoft.Compute/virtualMachines/extensions RESOURCE ID/subscriptions/dd017dd5-2752-4b8a-b59c-9ca4fe900660/resourceGroups/hce/providers/Microsoft.Compute/virtualMachines/hceopn-nat/extensions/configurepf STATUSMESSAGE { "status": "Failed", "error": { "code": "ResourceDeploymentFailure", "message": "The resource operation completed with terminal provisioning state 'Failed'.", "details": [ { "code": "VMExtensionProvisioningError", "message": "VM has reported a failure when processing extension 'configurepf'. Error message: "Malformed status file (000003)Invalid status/status: failed." } ] } } RESOURCEhceopn-nat/configurepf

I do not know if it's relate, but because of this we are also unable to access the web gui of pfSense to configure it ourselves.

gureen-ryuu commented 7 years ago

After some investigation, it seems that the deploy button is linking to an old deploy json. Can it be updated please?