Failed to start server - #9965
Open
nataliefiann wants to merge 4 commits into
Open
nataliefiann wants to merge 4 commits into
nataliefiann wants to merge 4 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
nataliefiann
marked this pull request as draft
September 8, 2026 11:06
nataliefiann
commented
Sep 8, 2026
|
|
||
| If the <Constant name="studio_ide" /> fails to start and displays the following error, your personal Azure DevOps account isn't linked to <Constant name="dbt" />: | ||
|
|
||
| `Missing Azure user; link your Azure Devops account in your personal profile` |
Contributor
Author
There was a problem hiding this comment.
Devops or DevOps - querying wording here
nataliefiann
commented
Sep 8, 2026
nataliefiann
marked this pull request as ready for review
September 8, 2026 17:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
Customers repeatedly hit the following error when opening Studio, but the exact
text didn't appear anywhere in the docs, so it wasn't self-serve searchable:
The original request assumed the fix was reconnecting the account-level service
user. After checking with the Cloud Config team, that turned out to be wrong.
The error codes are swapped in the backend, so this message is raised when the
user's own Azure DevOps account isn't linked, not when the account-level
service user is missing. Sebastian Kapfer confirmed this and opened
dbt-labs/dbt-cloud#19047 to
correct the error codes and reword the message.
The message for this cause becomes something like
Missing Azure user; link your Azure DevOps account in your personal profile, andAzure Service User not foundwill only appear for a genuinely missingaccount-level service user. This PR documents only what's live today, so the
follow-up is to add the new string and move the existing one to the service user
case.
Checklist
🚀 Deployment available! Here are the direct links to the updated files: