Skip to content

Commit

Permalink
Use non-arm getFunctionAppConfigurationStacks call for OnPrem (#7839) (
Browse files Browse the repository at this point in the history
  • Loading branch information
mstxsun authored Oct 2, 2024
1 parent f265577 commit 988a6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-react/src/ApiHelpers/RuntimeStackService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class RuntimeStackService {
};

public static getFunctionAppConfigurationStacks = (stacksOs: AppStackOs) => {
if (RuntimeStackService._useFusionApi()) {
if (RuntimeStackService._useFusionApi() || (window.appsvc && window.appsvc.env.runtimeType === 'OnPrem')) {
return RuntimeStackService._getFunctionAppConfigurationStacksNonArm(stacksOs);
}

Expand Down

0 comments on commit 988a6aa

Please sign in to comment.