Skip to content

Commit

Permalink
quick_setup/azure: introduce background job option to resolve 502 error
Browse files Browse the repository at this point in the history
Change-Id: I85cb6de8dbb81ed5499cd68ec178779a930abe74
  • Loading branch information
anthonyh209 committed Jan 15, 2025
1 parent 6b056a0 commit c2288b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmk/gui/quick_setup/config_setups/azure/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def configure_authentication() -> QuickSetupStage:
],
recap=[recaps.recaps_form_spec],
next_button_label=_("Configure host and authority"),
run_in_background=True,
),
],
)
Expand Down Expand Up @@ -327,6 +328,7 @@ def azure_collect_params(
id=ActionId("activate_changes"),
label=_("Save & go to Activate changes"),
action=action,
run_in_background=True,
),
],
)

0 comments on commit c2288b8

Please sign in to comment.