Open lonix opened 3 months ago
I really like this idea! 👍
I'm thinking about how best to implement this, few ideas;
aztx --by-tenant
or something like this and then start the program by selecting the tenant first as you've proposedSomething else to consider is that this program manipulates the config file in $HOME/.azure/azureProfile.json
and something that I've noticed, at least in my case, is that I have access to a couple of Azure environments and one is quite locked down so I can't see the tenantDisplayName
field. I've sanitised the contents but take a look at this...
As you can see in the first 2 subscriptions the tenantDisplayName
field is missing we'd need consider whether to present the tenantId
UUID field in the tenant selector (which obviously isn't very friendly or readable) or just group all the subscriptions together that don't have a tenantDisplayName
field for better usability.
Would be keen to get your thoughts!
I Can see that in my case, not a single instance of the variable tenantDisaplyName even exists. making it either a "Group only" or the need for the user to create a custom map of tenantID > tenantDisplayName. perferably though i would personally like to not use parameters when i launch the application myself.
Interesting idea...so maybe a hotkey combo like Ctrl + N that lets you nickname the IDs?
That could work, but at this point, i think we need to go towards a ".config" file to store this outside memory right ?
There is already a config file generated in your profile that's used to track the previously subscription context for switching back and forth so I think I could just lean on that to additionally track any custom names and/or configuration options like "always select the tenant first" for instance 🤔
Seems valid.
Summary: As a user managing multiple Azure subscriptions on behalf of various customers, I would like the ability to view and organize subscriptions by Tenant in my portfolio. This would significantly improve usability when dealing with a large number of subscriptions.
Description: I manage numerous Azure subscriptions across multiple tenants. It would be highly beneficial to have the option to display the Tenant in its own column within the subscription management interface. Ideally, subscriptions could also be grouped by Tenant, allowing for more efficient navigation and management.
In an ideal scenario, I envision a workflow where I can first select a Tenant and then choose from the associated subscriptions. This hierarchical selection process would streamline the management experience, particularly for users handling a large number of subscriptions.
Considerations:
Conclusion: This feature would greatly enhance the management of multiple Azure subscriptions by simplifying navigation and improving the organization. The current product is already excellent, and this enhancement would make it even better.