简体   繁体   English

如何创建Azure云服务上托管的NodeJS应用的测试实例?

[英]How do I create a testing instance of my NodeJS app hosted on Azure Cloud Services?

My client has a Node app running on Azure as a Cloud Service and using an Azure-hosted MS-SQL database. 我的客户端有一个Node应用程序,该应用程序在Azure上作为云服务运行,并使用Azure托管的MS-SQL数据库。 They would like another instance of the app running which they could use for testing changes before deployment to the production site. 他们希望运行该应用程序的另一个实例,可以在部署到生产站点之前将其用于测试更改。 This instance would also have a separate database so that testing would not interfere with the live database. 该实例还将具有一个单独的数据库,以便测试不会干扰实时数据库。 What is the most straightforward way to set this up? 进行此设置的最直接方法是什么?

I think you can either create another cloud service to deploy your testing app, or use the staging slot of the cloud service you are using now. 我认为您可以创建另一个云服务来部署测试应用程序,也可以使用当前正在使用的云服务的暂存槽。 And create another database for test purpose. 并创建另一个数据库以进行测试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从我的NODEJS GAE APP调用外部Web服务 - How do I call external web services from my NODEJS GAE APP 如何从运行在Azure云服务上的Node.js应用程序创建控制台输出的持久日志? - How can I create a persistent log of console output from a Node.js app running on Azure Cloud Services? 如何在Google Cloud Platform中将Node.js应用程序与MongoDB连接 - How do i connect nodejs app with mongodb in google cloud platform 如何在Azure上部署现有的nodejs应用程序? - How do I deploy an existing nodejs app on Azure? 如何创建通过 Firebase Cloud Functions 托管的 Node.js 代理服务器? - How do I create a Node.js proxy server hosted through Firebase Cloud Functions? 如何改善管理Heroku上托管的NodeJS应用的API秘密密钥的方式 - How can I improve the way I'm managing my secret API keys for my NodeJS app that's hosted on Heroku 如何为Azure上托管的Web应用程序指定node.exe.config? - How do I specify node.exe.config for web app hosted on azure? 您是否建议将 bunyan 或 morgan 等记录器用于 Azure 应用服务上托管的应用程序 - Do you recommend using loggers like bunyan or morgan for application hosted on Azure App Services 如何为我的nodejs项目创建mysql数据库? - How do I create a mysql database for my nodejs project? 如何在 nodejs 上创建文件实例 - How can I create File Instance on nodejs
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM