Skip to content

Task randomly fails with 'Error code 5' #387

Answered by BernieWhite
dkaubar asked this question in Q&A
Discussion options

You must be logged in to vote

@dkaubar That's great. Thanks for the feedback.

When inputType: inputPath is used a limited number of file formats are loaded from disk a read as objects. Supported formats are listed under the Input.Format.

For example, a JSON file:

[
  {
    "name": "object1"
  },
  {
    "name": "object2"
  }
]

Bicep and Azure template formats are a little tricky, they have parameters, variables, functions, loops, conditions, etc within their structure. Reading the objects is not a good indication of what resources would be deployed to Azure, or what their final state would be.

The repository option discovers the files and passed them through some additional functions to expand the Azure resources from…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dkaubar
Comment options

Answer selected by dkaubar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #385 on April 27, 2022 13:28.