Azure / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
380 stars 1.19k forks source link

[Network] Add front-door rules engine create without header #2961

Open Poil opened 3 years ago

Poil commented 3 years ago

Extension name (the extension in question)

front-door

Description of issue (in as much detail as possible)

Actually it's not possible to create a rule with the "Override routing configuration" as action type, we have to create a rule with an Header action (via az network front-door rules-engine rule create) and after we can add other action via az network front-door rules-engine rule action az network front-door rules-engine rule create should allow options of "action add"

Best regards,

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @cdnfdsuppgithub.

Issue Details
### Extension name (the extension in question) front-door ### Description of issue (in as much detail as possible) Actually it's not possible to create a rule with the "Override routing configuration" as action type, we have to create a rule with an Header action (via `az network front-door rules-engine rule create`) and after we can add other action via `az network front-door rules-engine rule action` `az network front-door rules-engine rule create` should allow options of "action add" Best regards,
Author: Poil
Assignees: -
Labels: `Network - Front Door`, `Service Attention`, `extension/front-door`
Milestone: -
yonzhan commented 3 years ago

front-door