Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

action keeps spinning if the deployment failed #135

Open
mqh85 opened this issue Jun 30, 2023 · 0 comments
Open

action keeps spinning if the deployment failed #135

mqh85 opened this issue Jun 30, 2023 · 0 comments
Assignees
Labels
need-to-triage Requires investigation

Comments

@mqh85
Copy link

mqh85 commented Jun 30, 2023

our deployment has one master arm template, that fans out to multiple linked templates
each linked template might deploy a resource (or more) and might fan out to another set of linked template
and so on and so forth

this action works great if the deployment makes it successfully
but if the deployment failed (i.e. looking into azure portal) this action will keep spinning forever, till GH step times out

wondering if im doing something wrong, of if this is a known issue

here is how we use the action

  - name: Deploy ARM Template
    id: deploy-arm
    uses: azure/arm-deploy@v1
    with:
      scope: subscription
      template: ${{ inputs.artifact_path }}/deploy.json
      parameters: ${{ inputs.artifact_path }}/parameters.json
      deploymentName: ${{ steps.set-deployment-variables.outputs.DEPLOYMENT_NAME }}
      region: ${{ steps.set-deployment-variables.outputs.DEPLOYMENT_LOCATION }}
@mqh85 mqh85 added the need-to-triage Requires investigation label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-to-triage Requires investigation
Projects
None yet
Development

No branches or pull requests

3 participants