-
Notifications
You must be signed in to change notification settings - Fork 420
Used includes for shared content in ARM articles #3890
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?
Used includes for shared content in ARM articles #3890
Conversation
@ManikaDhiman : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 4ee684a: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
PRMerger Results
|
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 refactors Azure Local ARM template documentation by extracting duplicated content into reusable include files. The changes improve maintainability by consolidating shared procedures for creating service principals and getting object IDs that were previously duplicated across multiple articles.
- Moved service principal creation steps to a shared include file
- Moved Azure Local Resource Provider object ID retrieval steps to a shared include file
- Updated documentation dates and restructured content organization
Reviewed Changes
Copilot reviewed 4 out of 20 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
install-solution-upgrade-azure-resource-manager-template.md | Replaced duplicated content with include statements and reorganized sections |
get-object-id-azure-local-resource-provider.md | New include file containing steps to retrieve Azure Local Resource Provider object ID |
create-service-principal-client-secret.md | New include file containing service principal and client secret creation procedures |
deployment-azure-resource-manager-template.md | Replaced duplicated content with include statements |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
||
### Get the object ID for Azure Local Resource Provider | ||
|
||
This object ID for the Azure Local Resource Provide (RP) is unique per Azure tenant. |
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.
There's a typo in 'Provide' which should be 'Provider'.
This object ID for the Azure Local Resource Provide (RP) is unique per Azure tenant. | |
This object ID for the Azure Local Resource Provider (RP) is unique per Azure tenant. |
Copilot uses AI. Check for mistakes.
1. Copy the **client secret value** as you use it later. | ||
|
||
> [!Note] | ||
> For the application client ID, you will need it's secret value. Client secret values can't be viewed except for immediately after creation. Be sure to save this value when created before leaving the page. |
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.
The contraction 'it's' should be 'its' (possessive form) in this context.
> For the application client ID, you will need it's secret value. Client secret values can't be viewed except for immediately after creation. Be sure to save this value when created before leaving the page. | |
> For the application client ID, you will need its secret value. Client secret values can't be viewed except for immediately after creation. Be sure to save this value when created before leaving the page. |
Copilot uses AI. Check for mistakes.
Can you review the proposed changes? If you approve the new content in this PR, the commits must be moved to the private repository for automated checks and publishing. After you move the commits, close this PR ( Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Learn Build status updates of commit 17c2486: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
PRMerger Results
|
No description provided.