Skip to content
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

[Feature]Connect-AideArcServer should allow modifying the ARC resource name. today it takes the hostname #196

Open
ivanthelad opened this issue Sep 4, 2024 · 0 comments · May be fixed by #204
Assignees

Comments

@ivanthelad
Copy link

ivanthelad commented Sep 4, 2024

Is your feature request related to a problem? Please describe.

Describe the solution you'd like
The commandlet thats called here to be modified to accept a resource-name parameter.
The resource name parameter will be used as a display name for the azure arc server resource. Currently it will use the host name
https://github.com/Azure/AKS-Edge/blob/main/tools/modules/AksEdgeDeploy/AksEdge-Arc.ps1#L571

Preferable that this resource name is passed as a json configuration parameter

Describe alternatives you've considered
You could modify the display name of the resource in ARM api. or register the arc server manually and set the resource-name
Additional context
According to arc server docs, it is not possible to modify the resource name after the arc server has been imported. only deletion and register will do this. See documentation
https://learn.microsoft.com/en-us/azure/azure-arc/servers/manage-agent?tabs=linux-apt#renaming-an-azure-arc-enabled-server-resource

@parameshbabu parameshbabu self-assigned this Oct 2, 2024
@parameshbabu parameshbabu linked a pull request Oct 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants