Commit 64bf87a
Add Container Apps and ARM error suggestions (#7250)
* Add Container Apps and ARM error suggestions (#7249)
Add InvalidTemplateDeployment rule with container app pattern matching
and InvalidResourceGroupLocation rule for region mismatch errors.
Enhance ContainerAppOperationError suggestion with revision list
command and networking/scaling guidance. Improve RoleAssignmentExists
suggestion with retry guidance.
Fixes #7249
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Address review: fix CLI command formatting in CA suggestion
Use >- block scalar to avoid line breaks splitting CLI commands.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add rules for specific Container Apps error codes from telemetry
Added error suggestion rules for 5 additional Container Apps error codes
surfaced in telemetry analysis (per @spboyer review comment):
- ContainerAppInvalidName (45 errors, 455s avg wait)
- ManagedEnvironmentNotReadyForAppCreation (15 errors)
- ManagedEnvironmentInvalidName (12 errors)
- InvalidEnvironmentId (14 errors)
- MaxNumberOfEnvsExceeded (quota errors)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7f7ba63 commit 64bf87a
File tree
2 files changed
+612
-456
lines changed- cli/azd
- pkg/errorhandler
- resources
2 files changed
+612
-456
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
| 535 | + | |
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
586 | 663 | | |
587 | 664 | | |
588 | 665 | | |
| |||
0 commit comments