Hello Ilya Ochnev,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
Problem
Regarding your explanation, I understand that you are unable to locate the credentials for the Linux Appliance Machine created during the Azure Arc Resource Bridge configuration.
Solution
Few things you can do to recover it:
- Ensure you're examining the correct YAML files. Look for sections like
adminUsername
andadminPassword
orsshPublicKey
in the<appliance-name>-resource.yaml
,<appliance-name>-appliance.yaml
, and<appliance-name>-infra.yaml
files. - If the credentials were not explicitly defined or saved during the setup, they might still be retrievable using the Azure CLI. You can try running the following command to view the deployment logs and configuration:
az deployment group show --name <your-deployment-name> --resource-group <your-resource-group> --query properties.outputs
- Also, you can log in to the Azure portal and navigate to the Resource Bridge resource. Look under the "Settings" or "Properties" sections for any information about the credentials or access details.
- If SSH access was configured with a public key, ensure you have the corresponding private key. You can attempt to SSH into the appliance using the username specified during setup (mostly
admin
or a similar default). - If the credentials are not recoverable, you may need to rebuild the Resource Bridge. Make sure to document or securely store any credentials or keys generated during this process.
References
- Troubleshoot Azure Arc resource bridge issues - Azure Arc
- Azure Arc resource bridge maintenance operations - Azure Arc
Accept Answer
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful ** so that others in the community facing similar issues can easily find the solution.
Best Regards,
Sina Salam