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

Phantom errors on AzureResourceManagerTemplateDeployment@3 #13797

Closed
stas-sultanov opened this issue Oct 28, 2020 · 6 comments
Closed

Phantom errors on AzureResourceManagerTemplateDeployment@3 #13797

stas-sultanov opened this issue Oct 28, 2020 · 6 comments
Assignees

Comments

@stas-sultanov
Copy link

Note

Issues in this repo are for tracking bugs, feature requests and questions for the tasks in this repo

For a list:
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks

If you have an issue or request for the Azure Pipelines service, use developer community instead:

https://developercommunity.visualstudio.com/spaces/21/index.html )

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Bug

Enter Task Name: AzureResourceManagerTemplateDeployment@3

list here (V# not needed):
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks

Environment

  • Server - Azure Pipelines or TFS on-premises?

    • If using TFS on-premises, provide the version:

    • If using Azure Pipelines, provide the account name, team project name, build definition name/build number:

vavacars / Solution / pipelineId=71 / #TR-DEV-DEV-19

  • Agent - Hosted or Private:

    • If using Hosted agent, provide agent queue name: Agent: Azure Pipelines 2

    • If using private agent, provide the OS of the machine running the agent and the agent version:

Issue Description

Phantom errors are generated

Here you can see many errors
[Include task name(s), screenshots and any other relevant details]

image

But in reality when you navigate to logs there is no errors
image

Task logs

logs_1259.zip

Troubleshooting

Checkout how to troubleshoot failures and collect debug logs: https://docs.microsoft.com/en-us/vsts/build-release/actions/troubleshooting

Error logs

[Insert error from the logs here for a quick overview]

@github-actions github-actions bot added Area: Release bug environment:need-to-triage Issues need to be triage by environment-deployment team labels Oct 28, 2020
@AmrutaKawade AmrutaKawade assigned bishal-pdMSFT and unassigned nadesu Oct 29, 2020
@rikat-ms
Copy link

rikat-ms commented Oct 30, 2020

Same issue:
"No message found for this issue" error in azure devops
https://developercommunity.visualstudio.com/content/problem/1224035/no-message-found-for-this-issue-error-in-azure-dev.html

*edited so that this issue can be hit using the error message.

@rikat-ms
Copy link

rikat-ms commented Nov 2, 2020

As 'Andre 365' said in the forum, the cause of the error looks that 'MissingSubscription' is reported as an error, but it isn't translated. This error occurs at GET request to this URL in GetServicePrincipal method.

We can see this error when we access this URL from browser directly.
image

If this error can be ignored, to stop reporting it as an error can be a resolution. Or, if this URL isn't valid to get service principal's information, URL should be changed.

@anuragc617
Copy link
Contributor

Yes @rikat-ms you are right this is happening because GetServicePrincipal is failing due to wrong endpoint. We are working on the fix on high priority.

@RobertoBorges
Copy link
Member

RobertoBorges commented Nov 18, 2020

Sample problem here, the ARM deployment happens fine, no errors detected.
Any workaround?

@tiwarishub
Copy link

hi @stas-sultanov / @RobertoBorges , we have merged and deployed. Please let us know, if you are still seeing this issue

@tiwarishub
Copy link

Closing as issue is fixed and deployed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants