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.
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
Creating the '' blob container...
New-AzureStorageContext : Cannot validate argument on parameter 'StorageAccountKey'. The argument is null or empty.
Provide an argument that is not null or empty, and then try the command again.
At C:\users\hoongfai\Source\Repos\MyDriving\scripts\PowerShell\scripts\setupStorage.ps1:8 char:72
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
Creating the '' blob container... New-AzureStorageContext : Cannot validate argument on parameter 'StorageAccountKey'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again. At C:\users\hoongfai\Source\Repos\MyDriving\scripts\PowerShell\scripts\setupStorage.ps1:8 char:72