Hi there,
I'm getting the following error deploying the FB app... Any idea where this is going wrong - I cannot see any bad inputs in the deployment so not sure if this is something else in the script?
{
"error": {
"code": "DownstreamEndpointError",
"message": "The resource provider 'fb-resource-provider' received a non-success response 'BadRequest' from the downstream endpoint for the request 'GET' on 'deploy/startdeployment'. Please refer to additional info for details.",
"details": [
{
"code": "Downstream",
"message": "{\"error\":{\"code\":\"DeploymentFailed\",\"message\":\"Accelerator ARM template deployment failed.\",\"additionalInfo\":[{\"info\":{\"stack\":\"Error: Accelerator ARM template deployment failed.\\n at ms_rest_azure_1.loginWithServicePrincipalSecretWithAuthResponse.then.catch (C:\\\\home\\\\site\\\\wwwroot\\\\dist\\\\deploy\\\\installer.js:134:19)\\n at process._tickCallback (internal/process/next_tick.js:68:7)\\nError: Accelerator ARM template deployment failed.\\n at getRequiredArguments.then.then.then.then.catch (C:\\\\home\\\\site\\\\wwwroot\\\\dist\\\\deploy\\\\installer.js:537:19)\\n at process._tickCallback (internal/process/next_tick.js:68:7)\\nError: Accelerator ARM template deployment failed.\\n at acceleratorDeployMgr.submit.then.catch (C:\\\\home\\\\site\\\\wwwroot\\\\dist\\\\deploy\\\\installer.js:312:20)\\n at process._tickCallback (internal/process/next_tick.js:68:7)\\nError: Accelerator ARM template deployment failed.\\n at _client.resourceGroups.createOrUpdate.then.then.then.then.then.then.then.then.then.then.then.then.then.then.then.then.catch (C:\\\\home\\\\site\\\\wwwroot\\\\dist\\\\deploy\\\\acceleratordeployment.js:187:35)\\n at process._tickCallback (internal/process/next_tick.js:68:7)\\nError: Accelerator ARM template deployment failed.\\n at _client.deployments.createOrUpdate.catch (C:\\\\home\\\\site\\\\wwwroot\\\\dist\\\\deploy\\\\acceleratordeployment.js:93:23)\\n at process._tickCallback (internal/process/next_tick.js:68:7)\"}}]}}"
}
]
}
}