-
Notifications
You must be signed in to change notification settings - Fork 50
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
Update private cloud doc and some more details on sshd in prereqs #43
base: main
Are you sure you want to change the base?
Conversation
@StevenBucher98 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 44e4311:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/container-registry/index.yml | Details | ||
articles/azure-arc/servers/ssh-arc-overview.md | 💡Suggestion | Details |
articles/container-registry/index.yml
- Line 10, Column 18: [Warning: ms-service-subservice-invalid - See documentation]
Invalid value for 'ms.subservice': 'subservice' is not valid with 'ms.service' value 'azure-container-registry'.
articles/azure-arc/servers/ssh-arc-overview.md
- Line 59, Column 266: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/azure/azure-arc/servers/ssh-arc-troubleshoot?tabs=azure-cli' will be broken in isolated environments. Replace with a relative link.
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.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
Learn Build status updates of commit ec797a2:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/container-registry/index.yml | Details | ||
articles/azure-arc/servers/ssh-arc-overview.md | ✅Succeeded |
articles/container-registry/index.yml
- Line 10, Column 18: [Warning: ms-service-subservice-invalid - See documentation]
Invalid value for 'ms.subservice': 'subservice' is not valid with 'ms.service' value 'azure-container-registry'.
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.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
@@ -20,11 +20,25 @@ SSH access to Arc-enabled servers provides the following key benefits: | |||
|
|||
## Prerequisites | |||
|
|||
- User Permissions: Owner or Contributor role assigned for the target Arc-enabled server. |
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.
This is not necessarily required. You need Owner or contributor to set the default endpoint and service configuration, but once those are set up you don't need that much permission. If I'm not mistaken you need "Virtual Machine Local User Login"
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.
I see that is what was documented before, so I guess it means that's the requirement for setting up the feature. But it's a little confusing.
@vthiebaut10 Would you add a comment to indicate what action to take on this PR? Thanks! |
Removing the note about no longer supporting public clouds and adding some more details on the prereqs to make it more clear that the sshd server needs to be enabled.