Task 5: Azure Context Selection (Tenant & Subscription)
Description
This is something we will need for the workflow but I wonder is coantiner-assist will run this at-all? Collect required Azure context before generating deployment assets. Gentle fyi @bosesuneha , thank you!
Scope
- Prompt user to select Azure Tenant
- Prompt user to select Subscription
- Validate access and permissions
- Handle no-access or cancelled flows
Outcome
Deployment scaffolding is generated with correct Azure context.
AKS Target Selection (Cluster & Managed Namespace)
Description
Gather AKS-specific inputs needed for deployment generation.
Scope
- List available AKS clusters
- Prompt user to select target cluster
- Prompt user to select or create a managed namespace
- Validate selections before proceeding
Outcome
Generated assets are aligned to the correct AKS target.