ecalder6 / azure-gaming

Cloud Gaming Made Easy
MIT License
268 stars 79 forks source link

Deployment for Standard is failing with conflict #30

Open jmgilman opened 4 years ago

jmgilman commented 4 years ago

Deploying with the standard configuration and all recommended settings (no windows update) is failing with the following error:

{
    "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 'SetupWithoutWindowsUpdate'. Error message: \"Finished executing command\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/VMExtensionCSEWindowsTroubleshoot "
            }
        ]
    }
}

Multiple attempts reproduce the same error.

ecalder6 commented 4 years ago

Will take a look.

ecalder6 commented 4 years ago

Deployment succeeded for me. Could you try running the script manually and see which stage failed? Probably a good idea to add Start-Transcript in the future.