Skip to content

Deploy powersync service into Azure WebApp #98

@Rotarex-Guillaume-Michael

Description

Has someone already deploy powersync service into an Azure WebApp ?

I am struggling so much to do it because of "pnpm" and some slowdown of Azure WebApp to build the project with oryx

Right now, I have added the following in package.json than I use the vscode azure extension to publish in the web app. But it can take up to 40 minutes for azure web app ro run with oryx build .... Unusable in production :(

image

"preinstall": "npm install -g pnpm",
"start": "npm install -g pnpm && pnpm install && pnpm start:service",

I tried also to deploy in Azure container app wich is a container host without success either

Any help ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions