There is a type error because of type incompatibility between the current version of `@backstage/integration` and the one you are using. When initializing the scaffolder router in backend it can be patched with: ```tsx createAzurePipelineAction({ integrations: integrations as any, }), permitAzurePipelineAction({ integrations: integrations as any }), runAzurePipelineAction({ integrations: integrations as any }), ``` To insure type-safety and future compatibility the packages should be updated.