nestjs-azure-functions:将无服务器的NestJS部署到Azure Functions演示

时间:2024-02-22 22:56:39
【文件属性】:

文件名称:nestjs-azure-functions:将无服务器的NestJS部署到Azure Functions演示

文件大小:67KB

文件格式:ZIP

更新时间:2024-02-22 22:56:39

serverless azure azure-functions nestjs AzureTypeScript

将无服务器NestJS部署到Azure函数 Trilon博客上的全文: 实时部署 用 :red_heart_selector: 通过 安装 $ npm install 运行NestJS应用程序 # development $ npm run start # watch mode $ npm run start:dev 部署到Azure功能 首先,我们需要确保将NestJS应用程序构建到/dist/文件夹中,然后可以使用终端或IDE扩展对其进行部署! $ npm run build 然后利用azure-cli或Azure Functions扩展。 Trilon-JavaScript,ASP.NET,Node,NestJS-咨询| 培训| 发展历程 查看了解更多信息! 通过与我们联系,让我们谈谈您的项目需求。 在线关注Trilon:


【文件预览】:
nestjs-azure-functions-master
----host.json(23B)
----package.json(2KB)
----tslint.json(426B)
----test()
--------jest-e2e.json(183B)
--------app.e2e-spec.ts(561B)
----.prettierrc(51B)
----local.settings.json(116B)
----package-lock.json(224KB)
----nest-cli.json(84B)
----src()
--------app.module.ts(249B)
--------main.ts(208B)
--------app.controller.ts(274B)
--------app.service.ts(497B)
--------main.azure.ts(321B)
--------app.controller.spec.ts(617B)
----tsconfig.json(336B)
----main()
--------sample.dat(23B)
--------function.json(294B)
--------index.ts(287B)
----.gitignore(375B)
----proxies.json(72B)
----README.md(2KB)
----.funcignore(66B)
----tsconfig.build.json(97B)
----.vscode()
--------launch.json(216B)
--------settings.json(226B)
--------tasks.json(631B)
--------extensions.json(73B)

网友评论