-
Notifications
You must be signed in to change notification settings - Fork 516
Fix broken Azure CLI service principal authentication link in reference documentation #5498
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
base: main
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit 7f4afd6:
|
Co-authored-by: easonyq <[email protected]>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Learn Build status updates of commit d77ff2c: 💡 Validation status: suggestions
docs-ref-conceptual/Latest-version/includes/reference-docs-subgroup.md
docs-ref-conceptual/LTS-version/includes/reference-docs-subgroup.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a broken documentation link in the Azure CLI reference documentation. The link was pointing to a non-existent Databricks documentation page and has been replaced with the correct internal Azure CLI documentation link.
- Replaces broken external Databricks link with working internal Azure CLI documentation link
- Updates the same link in both Latest and LTS versions of the documentation
- Maintains the same link text while fixing the underlying URL path
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
docs-ref-conceptual/Latest-version/includes/reference-docs-subgroup.md | Updates broken link to point to correct Azure CLI service principal authentication documentation |
docs-ref-conceptual/LTS-version/includes/reference-docs-subgroup.md | Updates broken link to point to correct Azure CLI service principal authentication documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This PR fixes a broken link in the Azure CLI reference documentation that was pointing to a non-existent Databricks documentation page.
Issue: The link
/azure/databricks/dev-tools/azure-cli-login-service-principal
was returning a 404 error, breaking the user experience when navigating from the Azure CLI reference documentation.Solution: Replaced the broken external link with the correct internal Azure CLI documentation link
/cli/azure/authenticate-azure-cli-service-principal
, which points to the existing "Sign into Azure with a service principal using the Azure CLI" documentation within this repository.Files Changed:
docs-ref-conceptual/Latest-version/includes/reference-docs-subgroup.md
docs-ref-conceptual/LTS-version/includes/reference-docs-subgroup.md
Details:
az databricks workspace
reference section, line 1465 in both Latest and LTS versionsThis change ensures users can successfully navigate to working documentation about Azure CLI service principal authentication instead of encountering a 404 error.
Fixes #5497.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.