Azure-Samples/MyDriving

Deployment issue

faister opened this issue · 1 comments

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

  • ... ployment2 = New-AzureRmResourceGroupDeployment -Name "$DeploymentName ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [New-AzureRmResourceGroupDeployment], Exception
    • FullyQualifiedErrorId : Microsoft.Azure.Commands.Resources.NewAzureResourceGroupDeploymentCommand

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

  • ... ployment2 = New-AzureRmResourceGroupDeployment -Name "$DeploymentName ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [New-AzureRmResourceGroupDeployment], Exception
    • FullyQualifiedErrorId : Microsoft.Azure.Commands.Resources.NewAzureResourceGroupDeploymentCommand

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

  • ... ployment2 = New-AzureRmResourceGroupDeployment -Name "$DeploymentName ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : CloseError: (:) [New-AzureRmResourceGroupDeployment], RuntimeBinderException
    • FullyQualifiedErrorId : Microsoft.Azure.Commands.Resources.NewAzureResourceGroupDeploymentCommand

  • Initializing blob storage...
    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
  • ... rageContext $StorageAccountName -StorageAccountKey $StorageAccountKey
  •                                                    ~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidData: (:) [New-AzureStorageContext], ParentContainsErrorRecordException
    • FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.WindowsAzure.Commands.Storage.Common.Cmdlet.N
      ewAzureStorageContext

Hi, do you have last version? this issue was fixed in #544