Good day, i hope you are doing great!
Thank you for your follow-up about IBM AIX.
The Azure CLI and Managed Identity approach applies only to supported Linux distributions and is not available on AIX, since Azure CLI binaries and the managed identity agent are not provided for that platform.
for more info, please refer the below MS official links.
- Azure CLI lifecycle and support
- Managed identities for Azure resources
- Overview - Azure Files identity-based authentication
Enable Kerberos authentication for Linux with Azure Files
For secure automated uploads from AIX, consider using Active Directory (AD) authentication via SMB with Kerberos, which avoids storing or using SAS keys.
Recommended Steps:
- Ensure the AIX SMB client (
smbc.rte) and Kerberos libraries are installed. - Join the AIX system to your AD domain and configure Kerberos with your domain and realm details.
- Verify authentication using
kinitto obtain a Kerberos ticket. - Mount the Azure File Share using SMB v3 with Kerberos authentication.
- Automate file transfers using
rsync,cp, or shell scripts scheduled throughcron
I hope this helps. Please let me know if you have any further questions.
Thanks,
Harish.