-
Notifications
You must be signed in to change notification settings - Fork 44
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
How to guide for private bicpe registry support feature. #1230
How to guide for private bicpe registry support feature. #1230
Conversation
Signed-off-by: Vishwanath Hiremath <[email protected]>
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.
overall looking good, some suggestions added and also please check the hyperlinks to other docs pages as I'm suspicious about whether some of the relative paths will work. best is to generate the docs locally to verify.
docs/content/guides/recipes/howto-private-bicep-registry/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/recipes/howto-private-bicep-registry/index.md
Outdated
Show resolved
Hide resolved
- [rad CLI]({{< ref "installation#step-1-install-the-rad-cli" >}}) | ||
- [Bicep VSCode extension]({{< ref "installation#step-2-install-the-vs-code-extension" >}}) | ||
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | ||
- [Radius initialized with `rad init`]({{< ref howto-environment >}}) |
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.
can you confirm that all these relative paths to the other docs pages will work since this page itself isn't in the root directory? there are more similar cases below that I haven't commented, please check those as well.
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.
yes, i have tested it locally and all the links are accessible.
docs/content/guides/recipes/howto-private-bicep-registry/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/recipes/howto-private-bicep-registry/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/recipes/howto-private-bicep-registry/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/recipes/howto-private-bicep-registry/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/recipes/howto-private-bicep-registry/index.md
Outdated
Show resolved
Hide resolved
docs/content/guides/recipes/howto-private-bicep-registry/index.md
Outdated
Show resolved
Hide resolved
rad deploy ./env.bicep | ||
``` | ||
|
||
## Done |
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.
Instead of this "Done" header, I recommend showing the console output they should expect to see after deploying the environment, and then below the expected output the concluding "done" sentence can follow.
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.
updated it
Signed-off-by: Vishwanath Hiremath <[email protected]>
Signed-off-by: Vishwanath Hiremath <[email protected]>
Signed-off-by: Vishwanath Hiremath <[email protected]>
Thank you for helping make the Radius documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Issue reference