Azure-Samples / MyDriving

Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app.
http://azure.com/mydriving
MIT License
388 stars 279 forks source link

Deployment issue #546

Closed faister closed 8 years ago

faister commented 8 years ago

Deployment issue I had was somewhat different from the other issues already reported. Here's mine when running the deploy.ps1 script:

VERBOSE: 12:54:47 PM - Resource Microsoft.DataFactory/datafactories/datapipelines 'mydriving-dfgykbyteorewzo/CopyPipeline-DimUserBlobToSQL' provisioning status is succeeded VERBOSE: 12:54:47 PM - Resource Microsoft.DataFactory/datafactories/datapipelines 'mydriving-dfgykbyteorewzo/AzureMLDataPrep' provisioning status is succeeded New-AzureRmResourceGroupDeployment : 12:54:47 PM - Resource Microsoft.DataFactory/datafactories/datapipelines 'mydriving-dfgykbyteorewzo/SQLSprocCleanupPipeline' failed with message 'The resource operation completed with terminal provisioning state 'Failed'.' At C:\users\hoongfai\Source\Repos\MyDriving\scripts\PowerShell\deploy.ps1:144 char:16

VERBOSE: 12:55:10 PM - Resource Microsoft.DataFactory/datafactories/datapipelines 'mydriving-dfgykbyteorewzo/AzureMLScoringPipeline' provisioning status is succeeded VERBOSE: 12:55:10 PM - Resource Microsoft.DataFactory/datafactories/datapipelines 'mydriving-dfgykbyteorewzo/SQLSprocPipeline' provisioning status is succeeded VERBOSE: 12:55:10 PM - Resource Microsoft.DataFactory/datafactories/datapipelines 'mydriving-dfgykbyteorewzo/CopyPipeline-FactTripDataBlobToSQL' provisioning status is succeeded New-AzureRmResourceGroupDeployment : 12:55:10 PM - "Template output evaluation skipped: at least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details." At C:\users\hoongfai\Source\Repos\MyDriving\scripts\PowerShell\deploy.ps1:144 char:16

New-AzureRmResourceGroupDeployment : 'string' does not contain a definition for 'error' At C:\users\hoongfai\Source\Repos\MyDriving\scripts\PowerShell\deploy.ps1:144 char:16


PiDiBi commented 8 years ago

Hi, do you have last version? this issue was fixed in https://github.com/Azure-Samples/MyDriving/issues/544