-
Notifications
You must be signed in to change notification settings - Fork 436
replace Arc gateway resource ID with Subscription ID placeholder #4133
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
If I copy the resource ID from Azure portal as described it has pattern /subscription/mysubscritptionID/resourceGroups/... and not /subscription/myarcgatewayID/resourceGroups/... I didn't test it, because deployment is without a proxy and I only use the ArcgatewayID - but this looks like a typo.
|
@Elektronenvolt : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 5007c08: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit ff9cbe2: ✅ Validation status: passed
For more details, please refer to the build report. |
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 corrects a documentation error in the Azure Arc gateway deployment guide by replacing an incorrect placeholder in the Arc gateway resource ID examples.
Changes:
- Fixed placeholder in Arc gateway resource ID from
yourarcgatewayidtoyoursubscriptionidto match the correct Azure resource ID format
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Add region for the no proxy setup path what is used later in line 350 at the Arc onboarding script.
|
Learn Build status updates of commit eac1500: ✅ Validation status: passed
For more details, please refer to the build report. |
If I copy the resource ID from Azure portal as described it has pattern /subscription/mysubscritptionID/resourceGroups/... and not /subscription/myarcgatewayID/resourceGroups/... I didn't test it, because my deployment is without a proxy and I only use the ArcgatewayID - but this looks like a typo.