-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Comments
Same issue: *edited so that this issue can be hit using the error message. |
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. 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. |
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. |
Sample problem here, the ARM deployment happens fine, no errors detected. |
hi @stas-sultanov / @RobertoBorges , we have merged and deployed. Please let us know, if you are still seeing this issue |
Closing as issue is fixed and deployed |
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]
But in reality when you navigate to logs there is no errors
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]
The text was updated successfully, but these errors were encountered: